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.
npx skills add llodev/skills --skill pm-tasks-asanagit clone --depth 1 https://github.com/llodev/skillsWrote 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.
[](https://agentmods.dev/skills/llodev/skills/pm-tasks-asana)<a href="https://agentmods.dev/skills/llodev/skills/pm-tasks-asana"><img src="https://agentmods.dev/badge/skills/llodev/skills/pm-tasks-asana/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/llodev/skills/pm-tasks-asana"><img src="https://agentmods.dev/badge/skills/llodev/skills/pm-tasks-asana.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00222 | $0.04377 |
| Opus 5 | $0.00111 | $0.02188 |
| Sonnet 5 | $0.00044 | $0.00875 |
| Haiku 4.5 | $0.00022 | $0.00438 |
Grade B, and why
pm-tasks-asana scanned grade B 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 9d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
- **Codex**: TOML entry under `[mcp_servers.asana]` in `~/.codex/config.toml`. How it starts
The opening of the file, as written. The whole thing — 203 lines — stays where its author put it; the contents beside it link to each section on GitHub.
pm-tasks-asana
Adapter for Asana within the @llodev/pm-tasks-* family. Use the core skill's extraction phases, then apply Asana formatting and optionally publish/operate via the claude.ai Asana MCP server.
Routing
| Mode | Trigger | Path |
|---|---|---|
| Paste-only | "format as Asana task" without MCP intent | Phase 3 (core) → Phase 4 (this skill, format only) → output paste blocks |
| MCP publish | "publish to Asana", "create on Asana", "--publish-asana" | Phase 3 → Phase 4 → Phase 5 (publish via MCP) |
| Autonomous | [autonomous] or --auto in prompt OR LLODEV_PM_TASKS_AUTONOMOUS=1 |
Phase 3 → Phase 4 → Phase 5b (write-through, no preview) |
| CRUD ops | "check subtask N on task X", "close task Y", "assign Alice to task Z", "comment on task X" | Phase 6 (operations, direct verb dispatch) |
| Plan-execution | Plan file path in prompt (docs/plans/*.md), OR --plan-exec flag, OR plan reference paired with .asana.json |
Phase 7 (discover existing cards via discoverPlanTasks; calling agent dispatches per-task verbs at task boundaries) |
What ships with it
23 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- anti-patterns/asana.md 6.9 KB
- CHANGELOG.md 23 KB
- docs/i18n/README.es-ES.md 6.1 KB
- docs/i18n/README.pt-BR.md 6.1 KB
- i18n/en-US.json 1.8 KB
- i18n/es-ES.json 1.9 KB
- i18n/pt-BR.json 1.9 KB
- LICENSE 1.1 KB
- manifest.json 190 B
- package.json 2.1 KB
- README.md 6.2 KB
- references/operations.md 8.5 KB
- schemas/config.json 6.2 KB
- src/adapter.ts 1.1 KB runs code
- src/bin/init.ts 14 KB runs code
- src/doctor-cli.ts 6.2 KB runs code
- src/index.ts 249 B runs code
- src/transport-asana.ts 12 KB runs code
- tests/adapter.test.ts 7.6 KB runs code
- tests/i18n/parity.test.ts 1.4 KB runs code
- tests/transport-asana.test.ts 19 KB runs code
- tsconfig.json 260 B
- vitest.config.ts 178 B runs code
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.
- 9d ago First seen · 203 lines · 222 tokens per session scan B 6f914ec05bf2
pm-tasks-asana is a skill published in the GitHub repository llodev/skills (2 stars, last pushed yesterday), licensed MIT. It adds 222 tokens to every session and 4,377 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
persona-event-coordinator
Plan and manage events — scheduling, invitations, and logistics.
persona-project-manager
Coordinate projects — track tasks, schedule meetings, and share docs.
persona-team-lead
Lead a team — run standups, coordinate tasks, and communicate.
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
recipe-plan-weekly-schedule
Review your Google Calendar week, identify gaps, and add events to fill them.
recipe-review-overdue-tasks
Find Google Tasks that are past due and need attention.