Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
asana - Skill - OpenSmartRoute
Skillv1.0.0
asana
Manage Asana tasks, projects, sections, goals, portfolios, tags, teams, and workspaces through AI agents. Create, update, and organize work items with OAuth token passthrough.
Imported from terraleiloa/seren-skills (seren/asana/SKILL.md). Install upstream with npx skills add terraleiloa/seren-skills --skill asana. Copyright stays with the author.
Asana
For Claude: How to Use This Skill
Skill instructions are preloaded in context when this skill is active. Do not perform filesystem searches or tool-driven exploration to rediscover them; use the guidance below directly.
When to Use
create asana task
list asana projects
update asana task status
search asana tasks
manage asana workspace
Workflow Summary
list_workspaces uses connector.asana.get
list_projects uses connector.asana.get
create_task uses connector.asana.post
search_tasks uses connector.asana.get
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
terraleiloa-seren-skills-asana.ocm.jsonjson
{
"ocm": "1",
"id": "terraleiloa-seren-skills-asana",
"kind": "skill",
"name": "asana",
"description": "Manage Asana tasks, projects, sections, goals, portfolios, tags, teams, and workspaces through AI agents. Create, update, and organize work items with OAuth token passthrough.",
"publisher": "terraleiloa",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Manage Asana tasks, projects, sections, goals, portfolios, tags, teams, and workspaces through AI agents. Create, update, and organize work items with OAuth token passthrough."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/terraleiloa/seren-skills",
"path": "seren/asana/SKILL.md",
"ref": "e4e7ab4895a45e31376145196c541e62654f055b",
"url": "https://github.com/terraleiloa/seren-skills/blob/e4e7ab4895a45e31376145196c541e62654f055b/seren/asana/SKILL.md",
"key": "terraleiloa/seren-skills/seren/asana/SKILL.md"
}
},
"instructions": "# Asana\n\n## For Claude: How to Use This Skill\n\nSkill instructions are preloaded in context when this skill is active. Do not perform filesystem searches or tool-driven exploration to rediscover them; use the guidance below directly.\n\n## When to Use\n\n- create asana task\n- list asana projects\n- update asana task status\n- search asana tasks\n- manage asana workspace\n\n## Workflow Summary\n\n1. `list_workspaces` uses `connector.asana.get`\n2. `list_projects` uses `connector.asana.get`\n3. `create_task` uses `connector.asana.post`\n4. `search_tasks` uses `connector.asana.get`",
"cost": {
"context_tokens": 142
}
}
Fetch it by URL: GET /api/v1/registry/terraleiloa-seren-skills-asana/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.