asana-automate
Installation
SKILL.md
asana-automate
Read-only Asana access via the official Asana MCP V2 server (mcp.asana.com/v2/mcp). Tool calls return structured JSON — no UI scraping, no locale tables, no browser daemon.
Prerequisites
One-time setup:
- Run
/collab-setupand accept the asana row (records intent + verifies prerequisites). - Run
/mcp add asanaonce — this triggers Claude Code's native OAuth pre-registration flow againstmcp.asana.com/v2/mcp. Token refresh is handled automatically thereafter.
If a protocol fails with an auth error, re-run /mcp add asana to refresh the OAuth grant.
Hero protocols
protocols/task-list.md— list tasks (My Tasks or scoped to a project) with optional filtersprotocols/task-detail.md— full task content: description, subtasks, comments, attachments, custom fieldsprotocols/project-overview.md— list accessible projects (workspace-scoped)protocols/search-global.md— typeahead / full-text search across tasks, projects, portfolios