asana
Installation
SKILL.md
Asana (Clawdbot skill)
This skill is designed for a personal local-only Asana integration using OAuth with an out-of-band/manual code paste flow.
What this skill provides
- A small Node CLI to:
- generate the Asana authorize URL
- exchange an authorization code for access/refresh tokens
- auto-refresh the access token
- make basic API calls (e.g.
/users/me,/workspaces, tasks)
Setup (OAuth, OOB/manual code)
0) Create an Asana app
In Asana Developer Console (My apps):
- Create app
- Enable scopes you will need (typical:
tasks:read,tasks:write,projects:read) - Set redirect URI to the OOB value (manual code):
urn:ietf:wg:oauth:2.0:oob