spacex
- Repo stars 39
- Author updated Live
- Author repo awesome-omni-skill
- Domain
- AI
- Compatible agents
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- Trust score
- 92 / 100 · audit passed
- Author / version / license
- @diegosouzapw · v1.0.0 · no license declared
- Token usage
- Lean
- Setup complexity
- Guided setup
- External API key
- Required · Vendor-specific
- Operating systems
- Windows · WSL
- Runtime requirements
- No special requirements
- Permissions
-
- Read-only
- Write / modify
- Network behavior
- External requests
- Install commands
- 26 variants
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: spacex
description: CLI for AI agents to lookup SpaceX launches and rockets for their humans. No auth required. Uses…
category: ai
runtime: no special runtime
---
# spacex output preview
## PART A: Task fit
- Use case: CLI for AI agents to lookup SpaceX launches and rockets for their humans. No auth required. Uses the community SpaceX API. No account or API key needed. "What are the upcoming SpaceX launches?" requires Vendor-specific API key. Works with Claude Code, Cursor, Cline and 23 more..
- Inputs: target material, constraints, expected output, and acceptance criteria.
- Evidence boundary: follow “Usage / Commands / Examples” and do not present inference as author intent.
## PART B: Execution result
- **01** The card summarizes the use case; runtime output centers on “CLI for AI agents to lookup SpaceX launches and rockets for their humans. No auth required. Uses the community SpaceX API. No account or API key needed. "What are the upcoming SpaceX launches?" requires Vendor-specific API key. Works with Claude Code, Cursor, Cline and 23 more.”.
- **02** When the source has headings, the agent prioritizes “Usage / Commands / Examples” so the result follows the author’s structure.
- **03** Typical output includes task judgment, concrete steps, required commands or file edits, validation, and follow-up options.
- **04** Risk context follows the fingerprint: read files, write/modify files; may access external network resources; requires Vendor-specific API keys.
## Running Rules
- read files, write/modify files; may access external network resources; requires Vendor-specific API keys.
- Validate with a small sample before expanding scope.
- Return the result, validation criteria, and next iteration options. The source does not require a stable slash command. After installation, invoke the skill by name and describe the task.
Name target files or source material, expected output, forbidden changes, and whether network or shell access is allowed. Permission fingerprint: read files, write/modify files.
Start with a small task and check whether the result follows “Usage / Commands / Examples”. Inspect diffs, logs, previews, or tests before expanding scope.
Confirm the final output includes a concrete result, evidence, and next action. If it stays generic, tighten inputs, boundaries, and acceptance criteria.
---
name: spacex
description: CLI for AI agents to lookup SpaceX launches and rockets for their humans. No auth required. Uses…
category: ai
source: diegosouzapw/awesome-omni-skill
---
# spacex
## When to use
- CLI for AI agents to lookup SpaceX launches and rockets for their humans. No auth required. Uses the community SpaceX…
- Use it when the task has clear inputs, repeatable steps, and validation criteria.
## What to provide
- Target material, scope, expected result, and forbidden changes.
- Whether network, commands, file writes, or external services are allowed.
## Execution rules
- Organize steps around “Usage / Commands / Examples” and keep inference separate from source facts.
- read files, write/modify files; may access external network resources; requires Vendor-specific API keys.
- Validate with a small sample before expanding the task.
## Output requirements
- Return the deliverable, key evidence, validation method, and next action.
- Mark missing information as unknown; do not invent commands, platforms, or dependencies. The author source anchors workflow facts; repository files anchor sources and commands; Fluxly only adds fit, limitations, and quality judgment.
skill "spacex" {
input -> user goal + target files + boundaries + acceptance criteria
context -> Usage / Commands / Examples
rules -> SKILL.md triggers / order / output contract
runtime -> no special runtime | read files, write/modify files | may access external network resources
guardrails -> requires Vendor-specific API keys + small-sample validation + diff/log review
output -> copyable result + checklist + next iteration
} 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
| Action | Command |
|---|---|
| Upcoming launches | spacex launches upcoming [limit] |
| Past launches | spacex launches past [limit] |
| Launch details | spacex launch <id> |
| List rockets | spacex rockets |
| Rocket details | spacex rocket <id> |
| Crew members | spacex 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
Platform note: If your human is on Windows, they'll need WSL, Git Bash, or Cygwin to run this skill.
Script location: {skill_folder}/spacex (wrapper to scripts/spacex)
When user asks about SpaceX:
- Run
./spacex launchesfor upcoming launches - Run
./spacex launches pastfor recent launches - Run
./spacex launch <id>for full mission details - Run
./spacex rocketsfor rocket info
Common queries:
- "Next SpaceX launch" →
spacex launches upcoming 1 - "Recent launches" →
spacex launches past 5 - "Falcon 9 specs" →
spacex rocketsthenspacex rocket <id> - "SpaceX crew" →
spacex crew
Don't use for: Non-SpaceX launches (NASA, Blue Origin, etc.)
Decide Fit First
Design Intent
How To Use It
Boundaries And Review