Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/trotsky1997/citeclaw/citeclaw-bibliography-curationnpx skills add trotsky1997/citeclaw --skill citeclaw-bibliography-curationgit clone --depth 1 https://github.com/trotsky1997/citeclawWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/trotsky1997/citeclaw/citeclaw-bibliography-curation)<a href="https://agentmods.dev/skills/trotsky1997/citeclaw/citeclaw-bibliography-curation"><img src="https://agentmods.dev/badge/skills/trotsky1997/citeclaw/citeclaw-bibliography-curation.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00117 | $0.02453 |
| Opus 5 | $0.00059 | $0.01226 |
| Sonnet 5 | $0.00023 | $0.00491 |
| Haiku 4.5 | $0.00012 | $0.00245 |
Grade A, and why
citeclaw-bibliography-curation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 325 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CiteClaw Bibliography Curation
Use this skill when the user is not just asking for a single citation, but for a real literature workflow:
- expanding a bibliography
- cleaning noisy BibTeX
- curating references for a survey
- building a topic-wise literature map
- finding representative papers for a theme
- reconciling arXiv IDs, DOIs, anthology pages, and URLs
This skill complements citeclaw-cli. citeclaw-cli gives you commands. This skill gives you the workflow and decision rules.
Primary CiteClaw scope
Use CiteClaw for these command families:
citeclaw citoid/citeclaw citationciteclaw crossrefciteclaw semantic-scholarciteclaw cite,cite-pdf,fetch-pdf,openurl-resolve,batch
Fast commands
Use these as canonical examples:
npx citeclaw citoid formats
npx citeclaw citoid bibtex "10.1021/acsomega.2c05310"
npx citeclaw crossref "10.1021/acsomega.2c05310" --json
npx citeclaw semantic-scholar "10.1021/acsomega.2c05310" --json
Advanced Semantic Scholar
npx citeclaw semantic-scholar api /paper/search --params '{"query":"transformer","limit":3}'
npx citeclaw semantic-scholar paper-search "transformer attention" --limit 5 --fields "title,year,authors,url"
CiteClaw guardrails
- Prefer
--jsonfor machine-consumable output. - Respect API limits; use
--s2-api-keyfor Semantic Scholar to avoid 429. - For PDF and batch flows, keep
--profileand logs for diagnosis.
What this skill is for
This skill is optimized for the messy reality of research writing:
- some references are clean DOI/arXiv inputs
- some are only known by title or GitHub list entries
- some APIs rate-limit
- some metadata sources return the wrong paper
- a paper may need a small main bibliography and a large supplemental bibliography
The goal is not merely to produce BibTeX. The goal is to produce a bibliography that is:
- accurate enough to compile cleanly
- structured enough to support a survey narrative
- large enough to cover the field without flooding the main text
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 325 lines · 117 tokens per session scan A afbb077ca9b5
citeclaw-bibliography-curation is a skill published in the GitHub repository trotsky1997/citeclaw (5 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 117 tokens to every session and 2,453 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
instrument-data-to-allotrope
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…
baoyu-youtube-transcript
Downloads YouTube video transcripts/subtitles and cover images by URL or video ID. Supports multiple languages, translation, chapters, and speaker identification. Caches raw data for fast re-formatting. Use when user asks to "get YouTube transcript", "download subtitles", "get captions", "YouTube字幕", "YouTube封面"…
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
gog-slides
Google Slides operations through gog.
read
Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local…