A CLI tool for AI agents to retrieve data from the Star Wars universe via SWAPI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install starwars
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install starwars using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Star Wars Universe Lookup skill is a specialized tool designed to provide AI agents with immediate access to the rich lore of the Star Wars franchise. By integrating this skill from the Openclaw Skills collection, developers can enable their agents to perform real-time searches across characters, planets, films, species, and starships. It relies on the robust SWAPI (Star Wars API), ensuring that the data is accurate and structured for cinematic research.
This skill is particularly useful for developers building entertainment-focused agents or educational tools. Since it requires no authentication or API keys, it is remarkably easy to deploy within any environment supporting bash and basic CLI utilities. It streamlines the process of fetching complex relationships, such as automatically resolving a character's homeworld or species details in a single query.
Ensure your environment has bash, curl, and jq installed. This skill is part of the Openclaw Skills ecosystem and can be set up by placing the script in your agent's path.
# Check for dependencies
which curl jq bash
# Example usage for character lookup
./starwars people "Luke Skywalker"
The skill organizes data into five primary categories. Each query returns a structured string designed for easy parsing by LLMs.
| Entity | Key Attributes |
|---|---|
| People | Name, Species, Homeworld, Height |
| Planets | Population, Climate, Terrain |
| Films | Title, Release Date, Director |
| Species | Classification, Language, Lifespan |
| Starships | Model, Class, Crew Count |
Loading
A powerful CLI tool allowing AI agents to query SpaceX mission schedules, rocket specifications, and crew details without an API key.

A CLI-driven tool for AI agents to search, browse, and retrieve detailed cooking recipes and international meal ideas.

A CLI-based tool for AI agents to retrieve detailed Pokémon data including types, stats, and abilities via PokéAPI.

A CLI tool enabling AI agents to query the Harry Potter universe for character details, spells, and Hogwarts house information via the HP-API.

A high-performance data acquisition skill for fetching real-time stock market quotes, K-line history, and technical indicators via the FutuOpenD gateway.

An AI-powered morning routine tool that aggregates tasks, meetings, and context into a single, actionable daily briefing.








































