✅
Asana
Project Developer ToolsInstall Command
npx clawhub@latest install asana
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install Asana to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm Asana appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Task Assignment
Deadlines
Team Collaboration
Detailed Description
The Asana skill connects OpenClaw to the Asana work management platform, letting you manage team tasks and projects through conversation.
Core Features
- Task Management: Create, complete, update, and delete tasks
- Member Assignment: Assign tasks to team members
- Date Setting: Set start dates, due dates, and milestones
- Project View: View all tasks and progress within a project
- Comment Collaboration: Add comments and attachments to tasks
Configuration
Requires an Asana Personal Access Token.
{
skills: {
asana: {
token: "1/xxxxx",
defaultWorkspace: "Your Workspace"
}
}
}
Use Cases
- "Create a task in the Marketing project: Prepare Q2 campaign plan, due next Friday, assign to Xiao Wang"
- "What tasks are due today?"
- "Mark 'Write press release' as completed"
- "List the design team's pending tasks for this week"