agent-skills

A collection of agent skills for AI coding agents like Claude Code and Codex.

agent-skills

A curated collection of agent skills for Claude Code, OpenClaw, Codex, and other AI coding agents.

Skills

SkillDescription
notion-apiFull Notion API CLI with rich markdown support — native tables, callouts, toggles, nested lists, inline formatting, images, and complete CRUD operations.
todoist-apiManage Todoist tasks, projects, sections, labels, and comments via the REST API v2.
plaidQuery bank balances, transactions, and spending insights via Plaid API.

Install

Via skills.sh

npx skills add aneym/agent-skills --skill notion-api
npx skills add aneym/agent-skills --skill todoist-api
npx skills add aneym/agent-skills --skill plaid

Via ClawHub

clawhub install notion-api
clawhub install todoist-api

Manual

Copy the skill folder into your agent's skills directory.

Contributing

PRs welcome. Each skill lives in skills/<name>/ with a SKILL.md and optional references/, scripts/, assets/ dirs.

License

MIT