Teach Claude about Wyreup.

A skill that gives Claude the context to use Wyreup's tools 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 from the 53 available, and invokes it correctly.

Install

Global install
npm install -g @wyreup/skill
Reference locally

Copy the raw skill.md from GitHub and place it where your agent picks up skills.

What it covers

  • Recognizing when a user's file task is a fit for Wyreup
  • Choosing the right tool from the 53 available
  • 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.