بنقرة واحدة
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 ويثبّتها لك.
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
استنادا إلى تصنيف 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