# Send Spacex to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "spacex",
    "name": "Spacex",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jeffaf/spacex",
    "canonicalUrl": "https://clawhub.ai/jeffaf/spacex",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/spacex",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spacex",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/spacex"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/spacex",
    "downloadUrl": "https://openagent3.xyz/downloads/spacex",
    "agentUrl": "https://openagent3.xyz/skills/spacex/agent",
    "manifestUrl": "https://openagent3.xyz/skills/spacex/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/spacex/agent.md"
  }
}
```
## Documentation

### 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.)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jeffaf
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/spacex)
- [Send to Agent page](https://openagent3.xyz/skills/spacex/agent)
- [JSON manifest](https://openagent3.xyz/skills/spacex/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/spacex/agent.md)
- [Download page](https://openagent3.xyz/downloads/spacex)