Back to Registry View Author Profile
Official Verified
pipeworx-crossref
Search academic papers by keyword, look up metadata by DOI, and fetch journal info via Crossref
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-crossrefOr
Crossref Academic Papers
Crossref indexes over 150 million scholarly works. Search papers by keyword, retrieve full metadata for a specific DOI, or look up journal information by ISSN. Essential for literature reviews, citation analysis, and academic research tools.
Tools
search_works— Keyword search across papers, books, and proceedings. Returns title, authors, DOI, publication date, citation count, and journal info.get_work— Detailed metadata for a specific DOI (e.g.,"10.1038/nature12373"). Includes abstract, references, funders, and license info.get_journal— Journal metadata by ISSN (e.g.,"1476-4687"for Nature). Returns publisher, subject areas, and coverage dates.
When to reach for this
- A researcher asks "find me papers on climate change and machine learning"
- Need to verify a citation or look up the full reference for a DOI
- Building a bibliography tool that auto-fills metadata from DOIs
- Analyzing citation counts or publication trends in a field
Example: searching for CRISPR papers
curl -s -X POST https://gateway.pipeworx.io/crossref/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_works","arguments":{"query":"CRISPR gene editing therapy","limit":5}}}'
Connect your client
{
"mcpServers": {
"pipeworx-crossref": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/crossref/mcp"]
}
}
}
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brucegutman-pipeworx-crossref": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
brucegutman 4190
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
brucegutman 4190
Pipeworx Qrcode
Skill by brucegutman
brucegutman 4190
Pipeworx Rickmorty
Skill by brucegutman
brucegutman 4190
Pipeworx Sunrisesunset
Skill by brucegutman
brucegutman 4190