What problem does it solve?
Access Asana task management via the Asana API. This Skill helps teams check tasks, create new tasks, search projects, and manage workflows without leaving their preferred environment.
Core Features & Use Cases
- Check task status across workspaces and projects.
- Create tasks in a given project with a title and optional description.
- Search projects and tasks to locate items quickly.
- Workflow integration: link Asana actions to other processes (e.g., turning emails into tasks, project health checks).
Quick Start
Setup steps:
- Get a Personal Access Token from the Asana developer console.
- Store the token securely in the local config: echo "YOUR_TOKEN_HERE" > ~/.config/asana/token
- Test the connection: ~/.openclaw/workspace/scripts/asana.sh me
Use the Asana skill by listing user info, workspaces, and projects, or manage tasks as needed.
Example quick prompts:
- Get user info
- List workspaces
- List projects in a workspace
- List tasks in a project
- Create a new task in a project