Search, discover, and install AI agent skills from the SkillFlow marketplace β directly from your terminal.
pip install skillflow# Search for skills
skillflow search docker
skillflow search "credit optimization"
# Show trending skills
skillflow trending
# Get skill details
skillflow info credit-optimizer-v5
# Install a skill
skillflow install credit-optimizer-v5
# List categories
skillflow categories
# List publishers
skillflow publishersSkills are instruction files (SKILL.md) that give AI agents domain-specific knowledge and capabilities. They work across Claude Code, GitHub Copilot, Cursor, Gemini CLI, Windsurf, and more.
MIT