with one click
spacestation-cli
How to use the Space Station CLI for reading and writing nodes
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
How to use the Space Station CLI for reading and writing nodes
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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