ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 5/5

starwars

CLI for AI agents to lookup Star Wars universe info for their humans. Uses SWAPI. No auth required.

Why use this skill?

Integrate the Star Wars Lookup skill into your OpenClaw agent to instantly query character, planet, and film details using SWAPI. No API keys needed.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/jeffaf/starwars
Or

What This Skill Does

The Star Wars Lookup skill is a specialized CLI tool for OpenClaw AI agents, enabling them to query the extensive Star Wars universe data provided by the SWAPI (Star Wars API). This skill allows your agent to bridge the gap between human curiosity and canonical data regarding characters, planets, films, species, and starships. By integrating this skill, your agent can perform real-time lookups without requiring any API keys, user authentication, or manual data entry. It acts as an internal encyclopedic resource that the agent can invoke whenever a user asks questions about the original or prequel Star Wars trilogies.

Installation

To install this skill, use the following command in your OpenClaw terminal environment:

clawhub install openclaw/skills/skills/jeffaf/starwars

Ensure that your environment allows for command execution in the skill directory, as the agent relies on the internal wrapper located at {skill_folder}/starwars to interface with the API and process the returned data into human-readable strings.

Use Cases

This skill is perfect for users who enjoy pop culture references or require quick reference data for roleplaying, fan fiction writing, or trivia. If you are interacting with your agent and wish to verify character heights, planetary climates, or the chronological order of films, this tool provides an instant, accurate answer. It is particularly useful for agents designed to act as companions, research assistants, or entertainment hubs.

Example Prompts

  1. "Who is Chewbacca and what language does he speak?"
  2. "Can you list all the Star Wars movies for me?"
  3. "Tell me everything you can about the planet Tatooine."

Tips & Limitations

It is important to note that this skill relies strictly on the SWAPI database. Consequently, it is limited to data from the original and prequel film trilogies (Episodes 1-6). It does not contain information regarding the Disney-era sequel trilogy (Episodes 7-9), Star Wars television series like The Mandalorian, or extended universe novels and games. Always frame your questions around the classic eras to ensure the agent retrieves accurate information. If the agent returns an empty result, verify the spelling of the search term, as the API requires specific matching to return character or planet records successfully.

Metadata

Author@jeffaf
Stars1947
Views0
Updated2026-03-04
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-jeffaf-starwars": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#starwars#trivia#swapi#entertainment#lookup
Safety Score: 5/5

Flags: external-api, code-execution