Skip to content

KRLabsOrg/verbatim-acl-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verbatim ACL Plugin

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.

Install

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

Setup

  1. Go to verbatim.krlabs.eu and sign up
  2. Navigate to API Keys and create a new key
  3. Set the environment variable:
export VERBATIM_API_KEY=vb_your_key_here

Commands

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

Example Usage

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.

Available Endpoints

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

Links

License

Apache 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors