Teach your AI assistant about Wyreup.

A skill that gives your agent the context to use Wyreup correctly — when to compress, when to redact, when to blur.

What is a skill

A skill is a structured instruction file — YAML frontmatter + markdown — that an agent reads to decide how to behave in certain situations. Install Wyreup's skill and your agent recognizes when a user's task is a good fit for Wyreup, chooses the right tool, and invokes it correctly. Works with Claude Code, Claude Desktop, and any other skill-compatible agent runtime.

Install

One command. Interactive picker: choose CLI-only, MCP-only, or combined; choose project-level or user-level install. The command fetches the latest skill.md from GitHub and places it in your agent's skills directory.

One-off (no install required)
npx @wyreup/cli install-skill
If you have the Wyreup CLI installed globally
wyreup install-skill
Non-interactive (skip picker)
npx @wyreup/cli install-skill --variant combined --location user
Manual fallback

Grab the raw skill.md from GitHub and place it in your agent's skills directory manually.

What it covers

  • Recognizing when a user's file task is a fit for Wyreup
  • Choosing the right tool for the task
  • Invoking via the CLI or the MCP server
  • Handling multi-output tools and errors correctly
  • Privacy-preserving behavior — no uploads, no cloud calls

Pair with CLI or MCP

The skill is useful only when paired with a backend. Choose the one that fits your setup.