Skip to main content

Creating Skills

Manual Creation

From URLs

Create skills automatically from web documentation, articles, or tutorials:
Requires pip install crawl4ai. The method crawls the URLs, uses an LLM to summarize the content into a skill, and auto-detects Python modules mentioned in the content.

Using Skills

SkillSets

Group related skills:

Using Skills with Agents

Best Practices

Document Clearly

Good skills have clear, actionable content:

Organize Hierarchically

Use SkillSets to organize complex skill collections:

Include Required Modules

Specify Python modules the skill needs:

Next Steps