asana

asana is a skill for Claude Code from apideck-libraries/api-skills. It costs 59 tokens per session (1,076 once invoked), scanned A, original, Apache-2.0.

An Apideck connection that sends requests to Asana, a project and task-management service, through Asana's native API.

In plain words
What is it for?
Use it to call Asana API endpoints or fetch Asana data through Apideck when no shared resource model is available.
Why use it?
It stores credentials and handles token refreshes, retries, and the request wrapper, so you do not need to build that connection plumbing for each user. You still use Asana's own request and response formats.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the apideck plugin — 181 skills, 3 commands shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/apideck-libraries/api-skills/asana
Any agent
npx skills add apideck-libraries/api-skills --skill asana
Clone the repo
git clone --depth 1 https://github.com/apideck-libraries/api-skills

Made for: Claude Code.

Or install apideck, the plugin that ships this one along with the rest of its 181 skills, 3 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for asana

README.md
[![agentmods](https://agentmods.dev/badge/skills/apideck-libraries/api-skills/asana.svg)](https://agentmods.dev/skills/apideck-libraries/api-skills/asana)
Your own site
<a href="https://agentmods.dev/skills/apideck-libraries/api-skills/asana"><img src="https://agentmods.dev/badge/skills/apideck-libraries/api-skills/asana.svg" alt="Measured on agentmods" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,076 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00059 $0.01076
Opus 5 $0.00030 $0.00538
Sonnet 5 $0.00012 $0.00215
Haiku 4.5 $0.00006 $0.00108

Measured 6d ago against content hash d04b5e2a74e3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

asana scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl 'https://unify.apideck.com/proxy' \
providers/claude/plugin/skills/asana/SKILL.md · 80 lines

How it starts

The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Asana (via Apideck Proxy)

Access Asana through Apideck's Proxy API with managed Vault auth. Apideck stores credentials, refreshes tokens, and forwards your HTTP calls to Asana's native API — you keep using Asana's own request and response shapes, while Apideck eliminates per-tenant credential plumbing and gives you a single auth integration shared across every Apideck connector.

Auth-only / proxy-only connector. Apideck does not map Asana to a unified-API resource model — your code talks Asana's own API directly through the Proxy. You still get Vault credential storage, token refresh, retries, and a consistent request envelope.

Quick facts

When to use this skill

Activate this skill when the user wants to call Asana via Apideck — for example, "call the Asana API" or "fetch data from Asana". This skill teaches the agent:

  1. That Asana routes through Apideck's Proxy API, not a unified resource API
  2. The correct serviceId to pass on every call (asana)
  3. How to keep using Asana's native request/response shapes while Apideck handles Vault auth

If you need a unified-API surface (one method shape across many vendors), see the connector skills in this catalog whose serviceId is mapped to a unified API.

Auth

  • Type: OAuth 2.0
  • Managed by: Apideck Vault — Apideck handles the full OAuth dance (authorization code flow, token exchange, refresh). Never ask the user for API keys or tokens directly.
  • User setup: Users authorize via the Vault modal. Connection state progresses available → added → authorized → callable.
  • Token refresh: automatic. Expired tokens are refreshed transparently on the next API call.

Read the full file on GitHub · 80 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 80 lines · 59 tokens per session scan A d04b5e2a74e3

Subscribe to this mod's changes

asana is a skill published in the GitHub repository apideck-libraries/api-skills (3 stars, last pushed 7d ago), licensed Apache-2.0. It adds 59 tokens to every session and 1,076 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.