slugify-helper

Convert arbitrary text into URL-friendly slugs for URLs, filenames, and identifiers.

1|2|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/eanzhao/aevatar-agent-framework --skill slugify-helper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slugify-helper
Source: https://github.com/eanzhao/aevatar-agent-framework/tree/main/examples/SkillsMCPUnifiedDemo/agent_skills/slugify-helper
Command: npx skills add https://github.com/eanzhao/aevatar-agent-framework --skill slugify-helper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts arbitrary text into a URL-friendly slug.

Core Features & Use Cases

  • Slug generation: Transform text into clean slugs.
  • Use Case: Create slugs for URLs, filenames, and identifiers.

Quick Start

Call slugify with the input text to obtain a slug.