← Back to Skills Marketplace
17565
Downloads
6
Stars
10
Active Installs
6
Versions
Install in OpenClaw
/install asana-api
Description
Asana API integration with managed OAuth. Access tasks, projects, workspaces, users, and manage webhooks. Use this skill when users want to manage work items...
Usage Guidance
Install this only if you trust Maton to broker Asana API traffic. Connect only the intended Asana account, review OAuth permissions, confirm every create/update/delete or webhook action before execution, and avoid exposing MATON_API_KEY in logs or shared terminals.
Capability Analysis
Type: OpenClaw Skill
Name: asana-api
Version: 1.0.5
The skill provides a standard integration for the Asana API using the Maton managed OAuth proxy (api.maton.ai). The SKILL.md file contains legitimate documentation, API references, and code examples (Python, CLI, JS) for managing tasks, projects, and workspaces. It includes a security instruction requiring explicit user approval for write operations and shows no signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The stated purpose is Asana task, project, workspace, user, and webhook management, and the documented capabilities match that purpose, including expected ability to create, update, and delete work items.
Instruction Scope
The skill discloses API paths, credential use, connection selection, and explicitly instructs that create, update, and delete calls require user approval with target and effect confirmation.
Install Mechanism
There is no bundled executable code; installation guidance is user-directed through the Maton CLI via npm or Homebrew.
Credentials
Network access and MATON_API_KEY are proportionate for a managed OAuth API proxy, and the Maton proxy boundary to Asana is disclosed.
Persistence & Privilege
OAuth connections and webhooks can persist beyond one request, but the skill documents connection listing, creation, deletion, and webhook management.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install asana-api - After installation, invoke the skill by name or use
/asana-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
- Added CLI commands as examples throughout documentation for common tasks (listing, creating, updating, deleting tasks and projects).
- Included installation instructions for Maton CLI via NPM and Homebrew.
- Documented CLI-based authentication and connection management workflows alongside Python examples.
- Clarified how to specify active connections and pass connection IDs for multi-account setups.
- No API changes; documentation now caters to both CLI and Python workflows for improved accessibility.
v1.0.4
- Switched all endpoint references from gateway.maton.ai and ctrl.maton.ai to api.maton.ai for unified API access.
- Updated Quick Start and all example requests to use the new base URL (https://api.maton.ai).
- Clarified connection management instructions and URLs; connections are now managed at https://api.maton.ai.
- Added a specific security & permissions section requiring explicit user approval for all write operations.
- Improved documentation clarity and emphasized always specifying the Maton-Connection header when using multiple connections.
- Removed the LICENSE.txt file.
v1.0.3
- Added clawdbot metadata with emoji and required environment variable (MATON_API_KEY) in SKILL.md.
- No functional or documentation changes to the Asana API integration itself.
v1.0.2
No changes detected in this release.
- Version 1.0.2 is functionally identical to the previous version.
v1.0.1
- Added a note in the description recommending the use of the api-gateway skill for other third-party apps.
- Replaced all shell/bash `curl` API usage examples with equivalent Python code snippets using `urllib.request`, making interacting with the API in Python easier.
- Updated the authentication instructions to reference shell variable syntax (`$MATON_API_KEY`).
- No changes to API endpoints or core functionality.
v1.0.0
- Major update: Migration from local/personal OAuth CLI integration to a managed cloud API gateway and centralized connection flow.
- Removed all local scripts, code, and markdown reference files for CLI-based Asana usage.
- Documentation rewritten for Maton cloud gateway: all API calls routed via https://gateway.maton.ai/asana/ with automatic OAuth and streamlined API key auth.
- Added instructions and examples for managing Asana OAuth connections through the Maton control panel at https://ctrl.maton.ai.
- Provided modern API usage examples for accessing and managing Asana tasks, projects, workspaces, and users via HTTP and curl.
- Introduced support for specifying connections and multiple account management via headers.
- Added complete quick start, authentication, and API reference sections for ease of use.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 17565 downloads so far.
How do I install Asana?
Run "/install asana-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Asana free?
Yes, Asana is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Asana support?
Asana is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Asana?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.5.
More Skills