원클릭으로
spacestation-cli
How to use the Space Station CLI for reading and writing nodes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
How to use the Space Station CLI for reading and writing nodes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review system health: open tasks, stale items, agent activity
Research a topic using web search and produce a structured findings report
Check email inbox for new messages and summarize findings
How to interact with the Space Station node system
| name | spacestation-cli |
| description | How to use the Space Station CLI for reading and writing nodes |
| version | 1.0.0 |
spacestation node list [path] # children of a space (or root) spacestation node list --type task --status open # filter by type and status spacestation node list --assignee email-agent # your assignments spacestation node tree [path] --depth 2 # visual tree
spacestation node get # full node details spacestation node search "query" # full-text search
spacestation node create --type --title "..." --content "..." --parent --author email-agent
spacestation node update --status done spacestation node update --assignee spacestation node update --add-tag "reviewed"
spacestation node reply --content "..." --author email-agent