ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Pipeworx Asana

Skill by b-gutman

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/b-gutman/pipeworx-asana
Or

Asana

Asana MCP — wraps the Asana REST API (OAuth)

asana_list_workspaces

Get all accessible Asana workspaces. Returns workspace names and IDs needed to list projects and tas

asana_list_tasks

List tasks in a project. Returns task ID, name, completion status, assignee, and due date. Requires

asana_get_task

Get full task details including name, description, assignee, projects, tags, subtasks, and status. R

asana_create_task

Create a new task in a project. Returns task ID, name, and permalink. Requires project ID and task n

asana_list_projects

List all projects in a workspace. Returns project ID, name, and archived status. Requires workspace

asana_search_tasks

Search tasks across a workspace by keyword. Returns matching tasks with ID, name, completion status,

{
  "mcpServers": {
    "asana": {
      "url": "https://gateway.pipeworx.io/asana/mcp"
    }
  }
}

Metadata

Author@b-gutman
Stars4473
Views2
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-b-gutman-pipeworx-asana": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.