src/cli/commands/install/skill-templates/SKILL.md
Manage academic references in CSL-JSON format. Add papers by DOI/PMID/ISBN/arXiv, search and list references, generate citations, manage full-text PDFs, and check for retractions.
npx skillsauth add ncukondo/reference-manager refInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A CLI tool for managing academic references using CSL-JSON as the single source of truth.
| Task | Command |
|------|---------|
| Add by DOI | ref add 10.1234/example |
| Add by PMID | ref add 12345678 |
| Add by ISBN | ref add 978-0-123456-78-9 |
| Add by arXiv | ref add 2301.12345 |
| Add from BibTeX | ref add references.bib |
| Add from RIS | ref add references.ris |
| Search | ref search "query" |
| List all | ref list |
| Show details | ref show <id> |
| Generate citation | ref cite <id> |
| Export | ref export <id> --output bibtex |
| Attach full-text | ref fulltext attach <id> paper.pdf |
| Fetch full-text | ref fulltext fetch <id> |
| Check retractions | ref check <id> |
| Remove | ref remove <id> |
| Update fields | ref update <id> --set "title=New Title" |
| Configure | ref config set <key> <value> |
ref search "machine learning"ref search "author:Smith"ref search "year:2024"ref search "type:article-journal"ref search "tag:review"ref search "author:Smith year:2024"C/ (e.g., ref search "C/RNA")Most commands support --output or --json flags:
--json — JSON output for programmatic use--output bibtex — BibTeX format--output yaml — YAML formatRun ref --help for all commands and options.
Run ref <command> --help for command-specific help.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.