Skip to main content
Run any Skill in Manus
with one click
GitHub repository

asana-skills

asana-skills contains 12 collected skills from nicshik, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
12
Stars
0
updated
2026-06-24
Forks
0
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

asana-api
software-developers

Call an arbitrary Asana REST API endpoint by HTTP method and path through the direct Asana API using a local ASANA_ACCESS_TOKEN. Use only as a low-level fallback when the normal Asana connector cannot reach the endpoint you need; you control the method, path, query, and body.

2026-06-24
asana-comment-task
software-developers

Add a comment story to one Asana task through the direct Asana REST API using a local ASANA_ACCESS_TOKEN. Use only as a narrow fallback when the normal Asana connector cannot post a comment to a target task.

2026-06-24
asana-create-task
software-developers

Create one Asana task through the direct Asana REST API using a local ASANA_ACCESS_TOKEN. Use only as a write fallback when the normal Asana connector is unavailable, and prefer --dry-run to confirm the payload before creating.

2026-06-24
asana-delete-task
software-developers

Delete one Asana task through the direct Asana REST API using a local ASANA_ACCESS_TOKEN. Use only as a guarded fallback when the normal Asana connector cannot delete a target task. Live deletes require an explicit --confirm matching the resolved task gid.

2026-06-24
asana-list-projects
software-developers

List Asana projects in a workspace or team through the direct Asana REST API using a local ASANA_ACCESS_TOKEN. Use only as a read-only fallback when the normal Asana connector is unavailable or cannot enumerate the projects you need.

2026-06-24
asana-list-tags
software-developers

List the tags in an Asana workspace through the direct Asana REST API using a local ASANA_ACCESS_TOKEN. Use only as a read-only fallback when the normal Asana connector is unavailable or cannot enumerate workspace tags.

2026-06-24
asana-list-tasks
software-developers

List Asana tasks for a project, section, tag, or assignee through the direct Asana REST API using a local ASANA_ACCESS_TOKEN. Use only as a read-only fallback when the normal Asana connector is unavailable or cannot enumerate the required tasks.

2026-06-24
asana-preflight
software-developers

Verify direct Asana REST access using a local ASANA_ACCESS_TOKEN by reading the token's own user and workspaces from GET /users/me. Use only as a read-only fallback to confirm credentials and workspace visibility when the normal Asana connector is unavailable.

2026-06-24
asana-project-sections
software-developers

List the sections of an Asana project, or create a new section, through the direct Asana REST API using a local ASANA_ACCESS_TOKEN. Use only as a narrow fallback when the normal Asana connector is unavailable or cannot return or create project sections.

2026-06-24
asana-read-task
software-developers

Read one Asana task through the direct Asana REST API using a local ASANA_ACCESS_TOKEN. Use only as a read-only fallback when the normal Asana connector is unavailable or cannot return required task fields or stories.

2026-06-24
asana-search-tasks
software-developers

Search Asana tasks within a workspace by full-text query through the direct Asana REST API using a local ASANA_ACCESS_TOKEN. Use only as a read-only fallback when the normal Asana connector is unavailable or cannot run a task search.

2026-06-24
asana-update-task
software-developers

Update one Asana task through the direct Asana REST API using a local ASANA_ACCESS_TOKEN. Use only as a write fallback when the normal Asana connector is unavailable or cannot apply the required field, tag, or section changes.

2026-06-24