seo-aeo-audit

Instalación
CLI
npx skills add https://github.com/warpdotdev/oz-skills --skill seo-aeo-audit

Instala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.

Última actualización 4/24/2026

Oz Skills

A curated collection of reusable Agent Skills for Warp AI agents and Oz.

What Are Agent Skills?

Agent Skills are markdown files that teach AI agents about your conventions, best practices, and workflows. When you work with agents in Warp, they automatically discover and use these skills to provide context-aware help.

Think of skills as onboarding guides that help agents understand how you work.

How Skills Work

  • Skills live in .agents/skills/ directories - either in your project (.agents/skills/) or globally (~/.agents/skills/)
  • Each skill is a folder containing a SKILL.md file with YAML frontmatter and markdown content
  • Warp agents automatically discover and load skills when relevant to your current task

Using These Skills

To use a skill from this repository:

  1. Copy the skill folder (e.g., docs-update) from .agents/skills/
  2. Paste it into your project's .agents/skills/ directory, or
  3. Paste it into ~/.agents/skills/ to use it across all projects

Warp will automatically detect the new skill on your next interaction.

Contributing

Contributions are welcome! See CONTRIBUTING.md for guidelines on adding skills.

Learn More