rafsilva85/skillflow-cli
🔍 CLI for SkillFlow — Search, discover, and install AI agent skills from the terminal. pip install skillflow
Platform-specific configuration:
{
"mcpServers": {
"skillflow-cli": {
"command": "npx",
"args": [
"-y",
"skillflow-cli"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://skillflow.builders) [](https://pypi.org/project/skillflow/)
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
Loading reviews...