Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

asana-skills

asana-skills 收录了来自 nicshik 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
12
Stars
0
更新
2026-06-24
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

asana-api
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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