Slugify Helper

Convert text to URL-friendly slug via slugify tool.

eanzhao 17df2a0 238 B Updated

File contents

When to use

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

Procedure

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

eanzhao/aevatar-agent-framework/tree/main/examples/SkillsMCPUnifiedDemo/agent_skills/slugify-helper commit 17df2a0ffb

Frequently asked questions

npx skillmds@latest add eanzhao/slugify-helper