Pirate Skill

🏢Official
by google-gemini · vlatest · Repository

This "Pirate Skill" generates creative pirate-themed content – stories, poems, and more – for fun and imaginative projects.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add pirate-skill npx -- -y @trustedskills/pirate-skill
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "pirate-skill": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/pirate-skill"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to access and utilize specific functionalities within the google-gemini/gemini-cli environment. It acts as a bridge, allowing the agent to execute commands or retrieve data that standard interfaces might not expose directly.

When to use it

  • You need to run advanced CLI commands inside a Gemini-specific shell session.
  • The agent requires access to internal tools or configurations hidden from default prompts.
  • You are automating workflows that depend on specific gemini-cli behaviors.
  • You want the AI to interact with the terminal in a way that mimics human expert usage of the tool.

Key capabilities

  • Executes specialized commands within the google-gemini/gemini-cli context.
  • Retrieves hidden or advanced configuration data from the CLI environment.
  • Automates complex terminal interactions specific to the Gemini CLI suite.

Example prompts

  • "Use the pirate-skill to list all available extensions in my current gemini-cli session."
  • "Run a diagnostic check on the gemini-cli installation using the pirate-skill capabilities."
  • "Configure the agent to use a specific hidden flag for gemini-cli via this skill."

Tips & gotchas

Ensure your gemini-cli is up to date, as older versions may lack the necessary hooks for this skill. This skill is strictly tied to the google-gemini/gemini-cli ecosystem and will not function in other terminal environments.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
google-gemini
Installs
110

🏢 Official

Published by the company or team that built the technology.