asana
Asana API integration with managed OAuth. Access tasks, projects, workspaces, users, and manage webhooks. Use this skill when users want to manage work items, track projects, or integrate with Asana workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/asana-apiWhat This Skill Does
The Asana skill for OpenClaw provides a secure, streamlined bridge to the Asana REST API. By leveraging managed OAuth via the Maton gateway, this skill allows your AI agent to interact directly with your Asana workspace without requiring you to manage complex API tokens or authentication flows manually. It acts as a proxy, ensuring that every request—whether you are querying tasks, creating new projects, or managing webhooks—is correctly signed with the necessary Authorization headers. It is designed to be the primary tool for any Asana-based automation, allowing the agent to perform granular CRUD operations on workspaces, users, and task dependencies.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/byungkyu/asana-api
Once installed, ensure you have your MATON_API_KEY exported as an environment variable. If you haven't yet authenticated your Asana account, visit https://ctrl.maton.ai to initialize a new connection. Follow the instructions provided by the control plane to authorize the agent, which will return a connection URL that must be visited in a web browser to complete the OAuth handshake.
Use Cases
This skill is perfect for automating project management lifecycle tasks. Common use cases include:
- Automating the creation of tasks from incoming emails or support tickets.
- Syncing progress between Asana projects and other internal databases.
- Generating daily project status reports directly from task completion data.
- Triggering workflows based on specific task status updates using the webhook management capabilities.
- Bulk reassigning tasks during team re-structuring or project hand-offs.
Example Prompts
- "Find all incomplete tasks assigned to me in the 'Marketing Q1' project and move their due dates to next Friday."
- "Create a new project in my 'Engineering' workspace called 'Website Migration' and add a task to draft the migration plan."
- "List all active webhooks for the current workspace and delete any that are no longer pointing to our production server."
Tips & Limitations
- Always verify your
MATON_API_KEYif you encounter 401 Unauthorized errors. - The skill relies on the Maton gateway; ensure your network permits requests to
gateway.maton.ai. - For third-party apps outside of the Asana ecosystem, use the
api-gatewayskill rather than attempting to force-fit this integration. - Rate limits for the Asana API still apply; ensure your agent doesn't spam large volumes of requests in short bursts to avoid throttling.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-byungkyu-asana-api": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
apollo
Apollo.io API integration with managed OAuth. Search and enrich people and companies, manage contacts and accounts. Use this skill when users want to prospect, enrich leads, or manage sales data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
hubspot
HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
squareup
Square API integration with managed OAuth. Process payments, manage customers, orders, catalog, inventory, invoices, loyalty programs, team members, and more. Use this skill when users want to accept payments, manage point-of-sale operations, track inventory, handle invoicing, manage loyalty programs, or create payment links through Square. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
signnow
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents. Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
vimeo
Vimeo API integration with managed OAuth. Video hosting and sharing platform. Use this skill when users want to upload, manage, or organize videos, create showcases/albums, manage folders, or interact with the Vimeo community. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.