Skills pipeworx-openalex

OpenAlex MCP — wraps the OpenAlex API (scholarly works, free, no auth)

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/brucegutman/pipeworx-openalex" ~/.claude/skills/clawdbot-skills-pipeworx-openalex && rm -rf "$T"
manifest: skills/brucegutman/pipeworx-openalex/SKILL.md
source content

pipeworx-openalex

OpenAlex MCP — wraps the OpenAlex API (scholarly works, free, no auth). Free, no API key. Part of Pipeworx.

Tools

  • search_works
  • search_authors
  • search_institutions
  • get_concept

Connect

{
  "mcpServers": {
    "pipeworx-openalex": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/openalex/mcp"]
    }
  }
}

More at pipeworx.io/packs/openalex