spacex

CLI for AI agents to lookup SpaceX launches and rockets for their humans. No auth required.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "spacex" with this command: npx skills add jeffaf/spacex

SpaceX Lookup

CLI for AI agents to lookup SpaceX launches, rockets, and crew for their humans. "When's the next SpaceX launch?" — now your agent can answer.

Uses the community SpaceX API. No account or API key needed.

Usage

"What are the upcoming SpaceX launches?"
"Show me the last 5 SpaceX launches"
"Tell me about the Falcon 9"
"Who are the SpaceX crew members?"

Commands

ActionCommand
Upcoming launchesspacex launches upcoming [limit]
Past launchesspacex launches past [limit]
Launch detailsspacex launch <id>
List rocketsspacex rockets
Rocket detailsspacex rocket <id>
Crew membersspacex crew [limit]

Examples

spacex launches                    # Next 10 upcoming launches
spacex launches upcoming 5         # Next 5 upcoming launches
spacex launches past 5             # Last 5 launches
spacex launch 5eb87d47ffd86e000604b38a  # Full launch details
spacex rockets                     # All rockets
spacex rocket 5e9d0d95eda69973a809d1ec  # Falcon 9 details
spacex crew 5                      # First 5 crew members

Output

Launch list output:

🚀 Starlink 4-36 (v1.5) — Falcon 9, 2022-10-20, Cape Canaveral

Launch detail output:

🚀 SAOCOM 1B, GNOMES-1, Tyvak-0172
   ID: 5eb87d47ffd86e000604b38a
   Flight #: 101
   Date: 2020-08-30 (hour)
   Rocket: Falcon 9
   Launchpad: Cape Canaveral
   Status: ✅ Success

📋 Details:
[Full mission description]

🎥 Webcast: https://youtu.be/P-gLOsDjE3E
📚 Wikipedia: https://en.wikipedia.org/wiki/SAOCOM

Rocket list output:

🛸 Falcon 9 — rocket, 2010-06-04, Active, 98% success

Crew output:

👨‍🚀 Robert Behnken — NASA, active

Notes

  • Uses SpaceX API v4 (api.spacexdata.com)
  • No authentication required
  • Data may lag behind real-time (community maintained)
  • Rockets: Falcon 1, Falcon 9, Falcon Heavy, Starship
  • Launchpads: Cape Canaveral, Vandenberg, Boca Chica, Kwajalein

Agent Implementation Notes

Script location: {skill_folder}/spacex (wrapper to scripts/spacex)

When user asks about SpaceX:

  1. Run ./spacex launches for upcoming launches
  2. Run ./spacex launches past for recent launches
  3. Run ./spacex launch <id> for full mission details
  4. Run ./spacex rockets for rocket info

Common queries:

  • "Next SpaceX launch" → spacex launches upcoming 1
  • "Recent launches" → spacex launches past 5
  • "Falcon 9 specs" → spacex rockets then spacex rocket <id>
  • "SpaceX crew" → spacex crew

Don't use for: Non-SpaceX launches (NASA, Blue Origin, etc.)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

96push

User-approved 96Push desktop client publishing helper — query platforms/accounts, create content, inspect platform rules, and publish only after explicit con...

Registry SourceRecently Updated
Coding

Sloth D2C Skills

将Figma设计稿转换为前端组件代码(Design to Code)。通过 `sloth d2c` CLI 获取设计稿数据,分片处理并生成最终代码。当用户提到Figma转代码、设计稿转代码、D2C、design to code、生成页面时使用。

Registry SourceRecently Updated
Coding

Kiro Cli Openclaw Bridge

通过本地 ACP-to-OpenAI Bridge 将 OpenClaw(或任何 OpenAI 兼容客户端)连接到 kiro-cli 的 ACP 后端,支持流式响应和工具调用。

Registry SourceRecently Updated
Coding

nextjs-developer

Expert Next.js developer mastering Next.js 14+ with App Router and full-stack features. Specializes in server components, server actions, performance optimiz...

Registry SourceRecently Updated