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
Reconcile bank statements against ActualBudget, look up Bitcoin transactions/addresses/wallet descriptors via mempool.space, and onboard or manage the plugin's tracked accounts, wallets, and periodic sync jobs
Receive webhook events from external systems as channel notifications — HMAC-SHA256, IP allowlisting, BullMQ processing
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
github-manager
Skill
Description
github-manager:manage-issues
Handles GitHub issue events; triages labels, prompts for details, escalates external issues via Telegram
After reloading, all plugin skills are available (e.g. /paperless:configure, /actual-budget:budget).
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/claude-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/claude-skills --skill access --agent claude-code
See the vercel-labs/skills README for the full command reference (list, find, update, remove, init).