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-skillThen install:
claude plugin install verbatim-aclOr test locally without installing:
claude --plugin-dir /path/to/verbatim-acl-skill- Go to verbatim.krlabs.eu and sign up
- Navigate to API Keys and create a new key
- Set the environment variable:
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 |
- Verbatim RAG — The service
- API Documentation — Full API docs
- KR Labs — Built by KR Labs
- Claude Code Plugins — Plugin documentation
Apache 2.0