โ† All skills
Tencent SkillHub ยท Developer Tools

Spacex

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

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

ActionCommandUpcoming launchesspacex launches upcoming [limit]Past launchesspacex launches past [limit]Launch detailsspacex launch <id>List rocketsspacex rocketsRocket 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: Run ./spacex launches for upcoming launches Run ./spacex launches past for recent launches Run ./spacex launch <id> for full mission details 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.)

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • README.md Docs