Search the registry
One search across every skill, MCP server, agent, and workflow.
12 results
comfyui
5.1.0kshitijk4poor,alt-glitch,purzbeats · creative
Generate images, video, and audio with ComfyUI — install, launch, manage nodes/models, run workflows with parameter injection. Uses the official comfy-cli for lifecycle and direct REST/WebSocket API for execution.
edge-pipeline-orchestrator
1.0.0TraderMonty · trading
Orchestrate the full edge research pipeline from candidate detection through strategy design, review, revision, and export. Use when coordinating multi-stage edge research workflows end-to-end.
github-pr-workflow
1.1.0Hermes Agent · github
GitHub PR lifecycle: branch, commit, open, CI, merge.
hermes-skill-factory
1.0.0Romanescu11 · autonomous-ai-agents
Use when you want to auto-generate reusable skills from repeated workflows. Watches your Hermes sessions, detects patterns, and proposes SKILL.md + plugin.py pairs on demand.
kanban-worker
2.0.0· devops
Pitfalls, examples, and edge cases for Hermes Kanban workers. The lifecycle itself is auto-injected into every worker's system prompt as KANBAN_GUIDANCE (from agent/prompt_builder.py); this skill is what you load when you want deeper detail on specific scenarios.
kanchi-dividend-us-tax-accounting
1.0.0TraderMonty · trading
Provide US dividend tax and account-location workflow for Kanchi-style income portfolios. Use when users ask about qualified vs ordinary dividends, 1099-DIV interpretation, REIT/BDC distribution treatment, holding-period checks, or taxable-vs-IRA account placement decisions for dividend assets.
oh-my-hermes
1.0.0witt3rd · autonomous-ai-agents
Use when orchestrating multi-agent workflows: deep research, planning with consensus, verified execution, triage, or autopilot. Suite of driver skills for Hermes-native multi-agent coordination.
plan
1.0.0Hermes Agent · software-development
Plan mode: write markdown plan to .hermes/plans/, no exec.
skill-integration-tester
1.0.0TraderMonty · trading
Validate multi-skill workflows defined in CLAUDE.md by checking skill existence, inter-skill data contracts (JSON schema compatibility), file naming conventions, and handoff integrity. Use when adding new workflows, modifying skill outputs, or verifying pipeline health before release.
subagent-driven-development
1.1.0Hermes Agent (adapted from obra/superpowers) · software-development
Execute plans via delegate_task subagents (2-stage review).
trading-skills-navigator
1.0.0TraderMonty · trading
Recommend the right trading workflow, skillset, API profile, and setup path from a natural-language goal. Use this as the on-ramp when a user expresses a trading or investing goal and needs to know which skill/workflow to use, where to start, or whether something works without paid API keys — e.g. "where do I start", "which skill should I use", "I want to swing trade only when the market is favorable", "what works without API keys", "どれを使えばいい", "API キー無しで 使えるものは". Routes and explains only; it never executes trades or auto-runs other skills, and it is honest when no workflow has shipped yet.
writing-plans
1.1.0Hermes Agent (adapted from obra/superpowers) · software-development
Write implementation plans: bite-sized tasks, paths, code.