Plugins for the Verbatim platform by KR Labs
npx claudepluginhub krlabsorg/verbatim-skillSearch and ask specialized document collections (ACL Anthology and more) — get verbatim cited answers via the Verbatim platform.
A Claude Code plugin for querying 90,000+ academic papers from the ACL Anthology via Verbatim RAG.
Also includes a general-purpose Verbatim Transform — give it any question + context documents and get a verbatim, cited answer.
First add the marketplace:
claude plugin marketplace add https://github.com/adaamko/verbatim-acl-skill
Then install:
claude plugin install verbatim-acl
Or test locally without installing:
claude --plugin-dir /path/to/verbatim-acl-skill
export VERBATIM_API_KEY=vb_your_key_here
| Command | Description |
|---|---|
/verbatim-acl:search | Search ACL papers, ask research questions, browse authors/venues |
/verbatim-acl:transform | Verbatim transform any question + context into cited answers |
ACL Paper Search:
/verbatim-acl:search papers about transformer efficiency from 2023/verbatim-acl:search what does the research say about attention mechanisms?Verbatim Transform:
/verbatim-acl:transform what are the main findings? (with context provided)Or just ask Claude naturally — it will use the API endpoints from the skill.
| Action | Endpoint | Quota |
|---|---|---|
| Verbatim Transform (any context) | POST /api/transform/verbatim | Counts |
| Ask a research question (ACL RAG) | POST /api/query | Counts |
| Search papers | GET /api/papers/search | Free |
| Get paper metadata | GET /api/papers/{id} | Free |
| Get full paper content | GET /api/papers/{id}/content | Free |
| Get BibTeX citation | GET /api/papers/{id}/bibtex | Free |
| Browse authors/venues/years | GET /api/facets | Free |
Apache 2.0
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search