A dependency-free Node.js CLI skill for managing Asana tasks, projects, briefs, and timelines via Personal Access Tokens.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install asana-agent-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install asana-agent-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Asana skill for Openclaw Skills provides a powerful, automation-first interface to the Asana REST API (v1). Designed for developers and AI agents, it allows for seamless management of complex project structures without the overhead of heavy dependencies. By utilizing a Personal Access Token (PAT), it grants the agent secure access to workspaces, tasks, and project metadata.
This skill is particularly valuable for teams looking to bridge the gap between their development environment and project management tracking. It handles everything from simple task creation to advanced Project Manager workflows, such as updating project briefs, tracking dependencies, and managing custom fields, all while returning clean JSON output suitable for further programmatic processing.
To get started with Asana for Openclaw Skills, follow these steps:
openclaw config set skills.entries.asana.enabled true
openclaw config set skills.entries.asana.apiKey "YOUR_ASANA_PAT_HERE"
node scripts/asana.mjs me
node scripts/asana.mjs workspaces
The skill interacts with several Asana data primitives, returning results in structured JSON. Key data types include:
| Object Type | Key Attributes | Purpose |
|---|---|---|
| Task | GID, name, notes, assignee, due_on | Primary unit of work management |
| Project | GID, name, workspace, custom_field_settings | Container for related tasks |
| Custom Field | GID, name, type (enum/number/text) | Structured metadata for tasks |
| Event | resource, type, action, created_at | Tracking incremental changes |
| Project Brief | GID, title, html_text | High-level project documentation |
Loading
A powerful skill for managing My Life Feed tasks, groups, and invitations via a robust REST API integration.

A unified utility to check remaining quotas and account balances across multiple AI API providers including DeepSeek and Moonshot.

A specialized MCP skill for querying Korean public holidays, calculating business days, and managing custom corporate schedules.

A local-first market research toolkit for real-time quotes, technical indicator charts, and automated one-shot financial reports.

A dependency-free Node.js CLI skill for managing Asana tasks, projects, and custom fields using Personal Access Tokens.

A comprehensive educational guide for agents to understand the technical process of claiming pixels and generating art on the Million Finney Homepage.








































