Agent Skills: slugify-helper

Convert text to URL-friendly slug via slugify tool.

UncategorizedID: aevatarAI/aevatar-agent-framework/slugify-helper

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aevatarAI/aevatar-agent-framework/tree/HEAD/examples/SkillsMCPUnifiedDemo/agent_skills/slugify-helper

Skill Files

Browse the full folder contents for slugify-helper.

Download Skill

Loading file tree…

examples/SkillsMCPUnifiedDemo/agent_skills/slugify-helper/SKILL.md

Skill Metadata

Name
slugify-helper
Description
Convert text to URL-friendly slug via slugify tool.

When to use

  • User wants a slug for URL / filename / identifier.

Procedure

  1. Call slugify with the input text.
  2. Return the slug.