You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maintain Docker Compose services and custom images — update base images, pin sha256 digests, manage Containerfile/Dockerfile dependencies, test builds, and log all changes
Verification protocol that turns a theory, paper, model, or confident quantitative claim into a falsifiable, runnable test instead of a debate in prose
Reconcile bank statements against ActualBudget, run household financial reviews (net worth, goal tracking, optimization), look up Bitcoin transactions/addresses/wallet descriptors via mempool.space, and onboard or manage the plugin's tracked accounts, wallets, and periodic sync jobs
Telegram channel for Claude Code — messaging bridge with built-in access control, pairing, and full Bot API coverage including voice note transcription
Receive webhook events from external systems as channel notifications — HMAC-SHA256, IP allowlisting, BullMQ processing
Claude
actual-budget
Skill
Description
/actual-budget:configure
Set up Actual Budget credentials — save the server URL and password
/actual-budget:budget
Query accounts, check balances, view recent transactions, and trigger bank sync
/actual-budget:add-transaction
Add a transaction — spending, income, or any financial event
finance-manager
Skill
Description
/finance-manager:setup
Onboard the plugin for first use (household, accounts, hot/cold wallets, ownership, connecting Actual Budget/Paperless-ngx) or review/add/remove tracked entries and periodic sync jobs
/finance-manager:reconcile-statement
Reconcile a bank statement against ActualBudget — syncs accounts, matches transactions, self-improves reconciliation rules
/finance-manager:paperless-workflows
Create or fix Paperless-ngx workflows so bank statement documents auto-tag correctly
/finance-manager:query-mempool
Look up Bitcoin transactions, addresses, and wallet descriptor (single-sig or multisig) balances/history via the mempool.space API
/finance-manager:review-finances
Run a household financial review — execution audit, net worth/liquidity check, tax/expense optimization scan, and a single-sitting report with goal tracking and up to 3 next actions
github-manager
Skill
Description
github-manager:manage-issues
Handles GitHub issue events; triages labels, prompts for details, escalates external issues via Telegram
Handles GitHub CI events; alerts on failures via Telegram
github-manager:manage-projects
Handles GitHub Projects v2 events; notifies on lifecycle changes, escalates external activity via Telegram
github-manager:manage-admin
Handles GitHub security alerts, collaborator changes, pushes, and admin events
journal
Skill
Description
journal:update-journal
Reads session activity since the last update across every project on this machine plus the memory system, judges whether it continues the current journal's cycle or starts a new one, and writes/closes entries accordingly
elevenlabs
Skill
Description
elevenlabs:text-to-speech
Convert text to speech in 70+ languages using ElevenLabs voice AI
elevenlabs:speech-to-text
Transcribe audio/video to text using ElevenLabs Scribe v2
elevenlabs:agents
Build real-time voice AI agents and assistants
elevenlabs:music
Generate instrumental tracks, songs, and background music from prompts
elevenlabs:sound-effects
Generate sound effects, ambient sounds, and audio textures from text
elevenlabs:setup-api-key
Configure an ElevenLabs API key (ELEVENLABS_API_KEY)
elevenlabs:elevenlabs-transcribe
Batch or realtime audio transcription via CLI scripts
executable-skepticism
Skill
Description
executable-skepticism:executable-skepticism
Operationalize a claim, register numeric predictions before running any code, execute deterministically, then score every prediction pass/fail — failures first, derived-vs-installed called out
nats
Skill
Description
/nats:configure
Configure the NATS server URL for agent communication
/nats:status
Show connection info and all discovered agents with their capabilities
/nats:discover
Discover all agents on the NATS network and list their capabilities
/nats:call
Invoke a capability on a specific agent by agent ID
/nats:broadcast
Broadcast a capability invocation to all agents and collect responses
/nats:message
Send a free-form message directly to another agent
paperless
Skill
Description
/paperless:configure
Save the instance URL, username, and password; verify connection
/paperless:search
Full-text search, similarity search, or autocomplete
/paperless:upload
Upload a local file with optional metadata
/paperless:content
Display the full OCR-extracted text of a document by ID
/paperless:view
Download the archived PDF; when called from Telegram, sends the file to chat
sandbox-manager
Skill
Description
sandbox-manager:restart-session
Fires automatically on a /clear channel message; sends /clear + Enter to the tmux pane running this Claude Code session
cronjobs
Skill
Description
/cronjobs:cronjob
Schedule a recurring or one-time job using natural language; fires channel notifications when due
simple-english
Skill
Description
simple-english:simple-english
Write or rewrite technical text per ASD-STE100 — classifies procedural vs. descriptive, applies the 53-rule catalog, runs a mandatory self-check before delivering
technitium-dns
Skill
Description
/technitium-dns:configure
Save the server URL and API token (or username/password)
/technitium-dns:query
Query DNS stats — top clients, top domains, query counts, cache info
/technitium-dns:zone
List, create, delete, enable, or disable DNS zones
/technitium-dns:record
Add, list, update, or delete A, AAAA, CNAME, MX, TXT, SRV records
wallabag
Skill
Description
/wallabag:configure
Save the instance URL and OAuth credentials
/wallabag:save
Save a URL to Wallabag to read later
webhooks
Skill
Description
webhooks:receive-webhooks
Configure webhook endpoints (add/edit/remove/list), set auth mode, manage IP allowlists, and react to inbound events
autoresearch
Skill
Description
/autoresearch:optimize-skill
Improve a SKILL.md using binary evals and iterative prompt mutation — use when a skill has reliability issues or produces inconsistent results
docker-maintenance
Skill
Description
/docker-maintenance:docker-maintenance
Update Docker base images with sha256 pinning, manage Containerfile dependencies, test builds, and keep an audit log
home-assistant
Skill
Description
/home-assistant:access
Configure Home Assistant credentials — save the server URL and long-lived access token
/home-assistant:get-state
Get the current state of one or all entities
/home-assistant:set-state
Create or update the state of an entity
/home-assistant:call-service
Call a service to control devices or trigger automations
/home-assistant:fire-event
Fire a custom event to trigger event-driven automations
/home-assistant:query-history
Query state history or logbook for one or more entities
/home-assistant:render-template
Render and debug a Jinja2 template
jj
Skill
Description
jj:working-with-jj
Use Jujutsu (jj) instead of git for all version control operations in this workspace — commits, history, branching, pushing
nostr
Skill
Description
nostr:nostr
Handle inbound Nostr DMs, send replies, publish notes, fetch events, and check relay status
/nostr:configure
Set up the Nostr channel — save the nsec, manage relays, configure subscribed event kinds
Fork of Anthropic's official telegram plugin — see telegram-ng/README.md. Not yet the live driver for this workspace; telegram above remains active pending cutover.
After reloading, all plugin skills are available (e.g. /paperless:configure, /actual-budget:budget).
Installing for Cursor
Cursor reads the same SKILL.md format as Claude Code (frontmatter name/description, discovered from .cursor/skills/<name>/SKILL.md) and the same .mcp.json shape ({"mcpServers": {...}}, read from ~/.cursor/mcp.json). No plugin content needs to change for Cursor — only how it's discovered.
The 9 plugins marked "Claude + Cursor" in the table above (paperless, actual-budget, technitium-dns, home-assistant, wallabag, elevenlabs, nats, docker-maintenance, finance-manager) work under Cursor. Channel plugins (telegram, telegram-ng, nostr, webhooks, cronjobs, sandbox-manager) stay Claude-only — they react to inbound background messages, which has no Cursor equivalent since Cursor is an interactive editor, not a background message host. netshoot also stays Claude-only for now.
1. Symlink each skill directory
Each plugin's skills live at <plugin>/skills/<skill-name>/SKILL.md. Symlink each one into ~/.cursor/skills/<plugin>-<skill-name> so Cursor can discover it:
Repeat for each of the 9 Cursor-eligible plugins, substituting the plugin name in both the source path and the ~/.cursor/skills/ prefix.
2. Register MCP servers (only plugins with one)
Most of the 9 Cursor-eligible plugins are skill-only (the SKILL.md drives curl/API calls directly) and need no MCP server entry — Step 1 alone is enough. nats is the exception: it ships a real MCP server (nats/.mcp.json). Paste its contents into ~/.cursor/mcp.json, replacing ${CLAUDE_PLUGIN_ROOT} (a Claude Code–only variable Cursor doesn't expand) with the plugin's absolute path:
If a plugin gains an .mcp.json in the future, apply the same pattern (copy the plugin's own .mcp.json into ~/.cursor/mcp.json's mcpServers object, resolving any ${CLAUDE_PLUGIN_ROOT} reference to an absolute path).
Alternative: install via npx skills
vercel-labs/skills is a separate community CLI that installs Claude Code skills straight from a GitHub repo, without registering a plugin marketplace. It works against this repo too.
Install every skill in this repo:
npx skills add cameri/skills
Install a specific plugin's skill directly (skills live at <plugin>/skills/<skill-name>):
Useful flags: --list to see what's available before installing, -g/--global to install to your user directory instead of the current project, --copy to copy files instead of symlinking, and -a claude-code to target Claude Code if you have other supported agents installed. You can also run a skill without installing it:
npx skills use cameri/skills --skill access --agent claude-code
See the vercel-labs/skills README for the full command reference (list, find, update, remove, init).