con un clic
spacestation-cli
How to use the Space Station CLI for reading and writing nodes
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
How to use the Space Station CLI for reading and writing nodes
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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
Basado en la clasificación 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