com um clique
spacestation-cli
How to use the Space Station CLI for reading and writing nodes
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
How to use the Space Station CLI for reading and writing nodes
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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
Baseado na classificação ocupacional SOC
| 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