원클릭으로
asncli
CLI for Asana. Manage projects and tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
CLI for Asana. Manage projects and tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when preparing, reviewing, or documenting versioned app releases, changelogs, SemVer bumps, release commits, git tags, or tag-gated production deploys
Create git commits using Conventional Commits format. Use when the user asks to commit changes or wants help crafting a commit message.
Web search via the Brave Search API. Use to retrieve search results from Brave when web lookups are needed.
Design CLI tools with consistent UX patterns.
Design and implement distinctive, production-ready frontend interfaces with strong aesthetic direction. Use when asked to create or restyle web pages, components, or applications (HTML/CSS/JS, React, Vue, etc.).
Google Workspace automation via gogcli for Gmail, Calendar, Drive, Contacts, Tasks, and Sheets. Use when managing Google Workspace data.
| name | asncli |
| description | CLI for Asana. Manage projects and tasks. |
| compatibility | Requires asn CLI (github.com/michalvavra/asncli). Run `asn auth login` to authenticate. |
CLI for Asana via michalvavra/asncli.
asn auth login
asn auth status
asn config set-workspace
asn projects list [--workspace=GID] [--archived] [--limit=N]
asn projects get <gid>
asn custom-fields list [--workspace=GID] [--limit=N]
asn tasks list --project=GID [--limit=N]
asn tasks list --assignee=me [--workspace=GID] [--completed-since=RFC3339]
asn tasks get <gid>
asn tasks create --name="Task name" [--project=GID] [--assignee=me] [--notes="..."] [--due-on=YYYY-MM-DD]
asn tasks update <gid> [--name="..."] [--notes="..."] [--assignee=GID] [--due-on=YYYY-MM-DD] [--completed]
asn tasks search [--text=STRING] [--assignee-any=GID,...] [--projects-any=GID,...] [--due-on-before=YYYY-MM-DD] [--completed] [--sort-by=due_date] [--limit=N]
Use --json for parseable output, --help on any command for options.