{"skill":{"slug":"spacex","displayName":"Spacex","summary":"CLI for AI agents to lookup SpaceX launches and rockets for their humans. No auth required.","description":"---\nname: spacex\nversion: 1.0.0\ndescription: \"CLI for AI agents to lookup SpaceX launches and rockets for their humans. No auth required.\"\nhomepage: https://github.com/r-spacex/SpaceX-API\nmetadata:\n  openclaw:\n    emoji: \"🚀\"\n    requires:\n      bins: [\"bash\", \"curl\", \"jq\"]\n    tags: [\"spacex\", \"rockets\", \"launches\", \"space\", \"cli\"]\n---\n\n# SpaceX Lookup\n\nCLI for AI agents to lookup SpaceX launches, rockets, and crew for their humans. \"When's the next SpaceX launch?\" — now your agent can answer.\n\nUses the community SpaceX API. No account or API key needed.\n\n## Usage\n\n```\n\"What are the upcoming SpaceX launches?\"\n\"Show me the last 5 SpaceX launches\"\n\"Tell me about the Falcon 9\"\n\"Who are the SpaceX crew members?\"\n```\n\n## Commands\n\n| Action | Command |\n|--------|---------|\n| Upcoming launches | `spacex launches upcoming [limit]` |\n| Past launches | `spacex launches past [limit]` |\n| Launch details | `spacex launch <id>` |\n| List rockets | `spacex rockets` |\n| Rocket details | `spacex rocket <id>` |\n| Crew members | `spacex crew [limit]` |\n\n### Examples\n\n```bash\nspacex launches                    # Next 10 upcoming launches\nspacex launches upcoming 5         # Next 5 upcoming launches\nspacex launches past 5             # Last 5 launches\nspacex launch 5eb87d47ffd86e000604b38a  # Full launch details\nspacex rockets                     # All rockets\nspacex rocket 5e9d0d95eda69973a809d1ec  # Falcon 9 details\nspacex crew 5                      # First 5 crew members\n```\n\n## Output\n\n**Launch list output:**\n```\n🚀 Starlink 4-36 (v1.5) — Falcon 9, 2022-10-20, Cape Canaveral\n```\n\n**Launch detail output:**\n```\n🚀 SAOCOM 1B, GNOMES-1, Tyvak-0172\n   ID: 5eb87d47ffd86e000604b38a\n   Flight #: 101\n   Date: 2020-08-30 (hour)\n   Rocket: Falcon 9\n   Launchpad: Cape Canaveral\n   Status: ✅ Success\n\n📋 Details:\n[Full mission description]\n\n🎥 Webcast: https://youtu.be/P-gLOsDjE3E\n📚 Wikipedia: https://en.wikipedia.org/wiki/SAOCOM\n```\n\n**Rocket list output:**\n```\n🛸 Falcon 9 — rocket, 2010-06-04, Active, 98% success\n```\n\n**Crew output:**\n```\n👨‍🚀 Robert Behnken — NASA, active\n```\n\n## Notes\n\n- Uses SpaceX API v4 (api.spacexdata.com)\n- No authentication required\n- Data may lag behind real-time (community maintained)\n- Rockets: Falcon 1, Falcon 9, Falcon Heavy, Starship\n- Launchpads: Cape Canaveral, Vandenberg, Boca Chica, Kwajalein\n\n---\n\n## Agent Implementation Notes\n\n**Script location:** `{skill_folder}/spacex` (wrapper to `scripts/spacex`)\n\n**When user asks about SpaceX:**\n1. Run `./spacex launches` for upcoming launches\n2. Run `./spacex launches past` for recent launches\n3. Run `./spacex launch <id>` for full mission details\n4. Run `./spacex rockets` for rocket info\n\n**Common queries:**\n- \"Next SpaceX launch\" → `spacex launches upcoming 1`\n- \"Recent launches\" → `spacex launches past 5`\n- \"Falcon 9 specs\" → `spacex rockets` then `spacex rocket <id>`\n- \"SpaceX crew\" → `spacex crew`\n\n**Don't use for:** Non-SpaceX launches (NASA, Blue Origin, etc.)\n","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":1745,"installsAllTime":0,"installsCurrent":0,"stars":0,"versions":1},"createdAt":1770258659325,"updatedAt":1778486022044},"latestVersion":{"version":"1.0.0","createdAt":1770258659325,"changelog":"Initial release – Command-line tool for querying SpaceX launches, rockets, and crew:\n\n- Provides simple commands to list upcoming/past launches, rocket info, and crew members.\n- No authentication or account required; uses the community-maintained SpaceX API.\n- Returns concise, human-friendly output for quick answers.\n- Includes example usages and agent integration notes for easy adoption.\n- Requires bash, curl, and jq binaries.","license":null},"metadata":{"setup":[],"os":null,"systems":null},"owner":{"handle":"jeffaf","userId":"s170beydycbvfehr2pz7rj84p183gak4","displayName":"jeffaf","image":"https://avatars.githubusercontent.com/u/102811047?v=4"},"moderation":null}