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 Ghosteken/agent-harness --skill asana-automationgit clone --depth 1 https://github.com/Ghosteken/agent-harnessWrote 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/ghosteken/agent-harness/asana-automation)<a href="https://agentmods.dev/skills/ghosteken/agent-harness/asana-automation"><img src="https://agentmods.dev/badge/skills/ghosteken/agent-harness/asana-automation/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/ghosteken/agent-harness/asana-automation"><img src="https://agentmods.dev/badge/skills/ghosteken/agent-harness/asana-automation.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.00037 | $0.01636 |
| Opus 5 | $0.00018 | $0.00818 |
| Sonnet 5 | $0.00007 | $0.00327 |
| Haiku 4.5 | $0.00004 | $0.00164 |
Grade A, and why
asana-automation scanned grade A with 0 findings 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 7d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
98% identical to asana-automation — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 181 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Asana Automation via Rube MCP
Automate Asana operations through Composio's Asana toolkit via Rube MCP.
Prerequisites
- Rube MCP must be connected (RUBE_SEARCH_TOOLS available)
- Active Asana connection via
RUBE_MANAGE_CONNECTIONSwith toolkitasana - Always call
RUBE_SEARCH_TOOLSfirst to get current tool schemas
Setup
Get Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
- Verify Rube MCP is available by confirming
RUBE_SEARCH_TOOLSresponds - Call
RUBE_MANAGE_CONNECTIONSwith toolkitasana - If connection is not ACTIVE, follow the returned auth link to complete Asana OAuth
- Confirm connection status shows ACTIVE before running any workflows
Core Workflows
1. Manage Tasks
When to use: User wants to create, search, list, or organize tasks
Tool sequence:
ASANA_GET_MULTIPLE_WORKSPACES- Get workspace ID [Prerequisite]ASANA_SEARCH_TASKS_IN_WORKSPACE- Search tasks [Optional]ASANA_GET_TASKS_FROM_A_PROJECT- List project tasks [Optional]ASANA_CREATE_A_TASK- Create a new task [Optional]ASANA_GET_A_TASK- Get task details [Optional]ASANA_CREATE_SUBTASK- Create a subtask [Optional]ASANA_GET_TASK_SUBTASKS- List subtasks [Optional]
Key parameters:
workspace: Workspace GID (required for search/creation)projects: Array of project GIDs to add task toname: Task namenotes: Task descriptionassignee: Assignee (user GID or email)due_on: Due date (YYYY-MM-DD)
Pitfalls:
- Workspace GID is required for most operations; get it first
- Task GIDs are returned as strings, not integers
- Search is workspace-scoped, not project-scoped
2. Manage Projects and Sections
When to use: User wants to create projects, manage sections, or organize tasks
Tool sequence:
ASANA_GET_WORKSPACE_PROJECTS- List workspace projects [Optional]ASANA_GET_A_PROJECT- Get project details [Optional]ASANA_CREATE_A_PROJECT- Create a new project [Optional]ASANA_GET_SECTIONS_IN_PROJECT- List sections [Optional]ASANA_CREATE_SECTION_IN_PROJECT- Create a new section [Optional]ASANA_ADD_TASK_TO_SECTION- Move task to section [Optional]ASANA_GET_TASKS_FROM_A_SECTION- List tasks in section [Optional]
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.
- 7d ago First seen · 181 lines · 37 tokens per session scan A 77f1878623ab
asana-automation is a skill published in the GitHub repository Ghosteken/agent-harness (2 stars, last pushed 6d ago), licensed MIT. It adds 37 tokens to every session and 1,636 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 98% identical to asana-automation, differing in 2 lines, and is treated as a copy.
Other skills, from other repositories
studio-operations
Skill "studio-operations" from aimerdoux/wavex-os, covering studio operations agent personality, 🧠 your identity & memory, 🎯 your core mission, optimize daily operations and workflow efficiency and support teams with tools and administrative excellence.
gws-workflow-standup-report
Google Workflow: Today's meetings + open tasks as a standup summary.
recipe-create-events-from-sheet
Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.
recipe-create-shared-drive
Create a Google Shared Drive and add members with appropriate roles.
recipe-create-task-list
Set up a new Google Tasks list with initial tasks.
recipe-review-overdue-tasks
Find Google Tasks that are past due and need attention.