Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

asana-skills

asana-skills에는 nicshik에서 수집한 skills 12개가 있으며, 저장소 수준 직업 범위와 사이트 내 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