asana

Installation
SKILL.md

Asana

Manage Asana projects and tasks via the REST API.

Environment Variables

List workspaces

curl -s -H "Authorization: Bearer $ASANA_ACCESS_TOKEN" \
  "https://app.asana.com/api/1.0/workspaces" | jq '.data[] | {gid, name}'

List projects

curl -s -H "Authorization: Bearer $ASANA_ACCESS_TOKEN" \
Related skills

More from thinkfleetai/thinkfleet-engine

Installs
2
First Seen
Mar 1, 2026