Skills Catalog¶
Welcome to the Hermes Skills Catalog -- your directory of community-contributed, validated skills that extend what Hermes can do. Skills encode repeatable expertise into shareable packages that anyone in the Hermes community can install and use.
Skill Quality Tiers¶
Not all skills are created equal. We use three quality tiers to help you understand what you're installing:
Production Tier 🟢¶
Production-tier skills meet all of these criteria:
- Tested by at least three independent community members
- Includes comprehensive error handling for all known failure modes
- Documentation covers setup, invocation, expected output, and troubleshooting
- Confirmation gates on all write/destructive operations
- Maintained actively (updated within 30 days of reported issues)
- Pinned dependencies and explicit version requirements
- Audit trail for all data access
These skills are safe for production use. You can rely on them as components of your automated workflows. Look for the 🟢 indicator in the catalog.
Beta Tier 🟡¶
Beta-tier skills are functional and well-tested by their authors but haven't completed community validation:
- Tested by the author and at least one other person
- Handles common error cases but may have gaps in edge-case handling
- Documentation covers basic usage but may lack troubleshooting depth
- May lack comprehensive confirmation gates
- Updated within 90 days
These skills are suitable for supervised use. They'll save you time but keep an eye on them -- especially in the first few runs. Look for the 🟡 indicator.
Community Tier 🔵¶
Community-tier skills are shared in good faith but haven't completed formal validation:
- Published by a community member
- May have been tested only on the author's setup
- Documentation may be minimal
- Error handling may be incomplete
- Best suited for learning, inspiration, and adaptation -- not production reliance
These skills are valuable for the community but require due diligence before relying on them. Look for the 🔵 indicator.
| RunComfy Agent Skills | 🟡 Beta | 30 | 61.1K | AI video, image-to-video, avatar video, video editing, music generation | prime-skills/runcomfy-agent-skills |
How to Evaluate a Skill Before Installing¶
Before you trust a skill with your data and credentials, do this five-minute review:
1. Read the Skill Description¶
Does it clearly state what it does, what connectors it needs, and what output it produces? A skill that can't explain itself in three sentences is a red flag.
2. Check the Required Permissions¶
What connectors and tools does the skill call? Does "Generate weekly report" really need write access to your CRM? If the permission scope exceeds the stated purpose, investigate before installing.
3. Review the Error Handling¶
Open the skill file and look for error handling blocks. Does it handle timeouts? Rate limits? Missing data? A skill with no error handling will fail silently or confusingly.
4. Look for Confirmation Gates¶
If the skill can modify data, does it require confirmation before doing so? Any skill that writes without explicit user approval is a production risk.
5. Check Recency and Maintenance¶
When was the skill last updated? A skill that hasn't been touched in 12 months may have broken dependencies or incompatible API versions. Check the changelog.
6. Read Community Feedback¶
Look for comments, issues, or reviews from other community members. "Works great on my setup" from one person is positive. "Breaks when the dataset exceeds 100 records" is actionable.
7. Test in a Safe Environment¶
Run the skill first in a read-only mode or with limited data. Before you let it loose on your production CRM, test it on your sandbox.
Curated Starter Pack¶
New to Hermes? These 10 skills are the most commonly recommended starting points. They cover essential workflows and are all Production-tier verified.
1. Daily Briefing¶
What it does: Your morning dashboard -- calendar, priority emails, task list, and key metrics from connected services. One invocation replaces five separate checks.
Needs: Calendar, email, and optionally CRM or project management connectors.
Why start here: Replaces your morning routine with a single command. Immediate time savings.
2. Email Digest¶
What it does: Summarizes unread emails from a configurable time window, groups by thread, flags urgent items, and drafts suggested replies for routine messages.
Needs: Email connector (Gmail or Outlook).
Why start here: The average knowledge worker spends 2+ hours on email daily. This cuts it substantially.
3. Meeting Prep¶
What it does: Before a meeting, gathers relevant emails, documents, previous meeting notes, and action items related to the attendees and topic. Produces a one-page briefing.
Needs: Calendar, email, and optionally drive or project management connectors.
Why start here: Never walk into a meeting underprepared again.
4. Weekly Report Generator¶
What it does: Aggregates activity from your connected services into a structured weekly summary -- tasks completed, meetings attended, key communications, metrics trends.
Needs: Project management, calendar, email (configurable).
Why start here: Automates the Friday afternoon ritual. Customize the template to match your team's format.
5. CRM Health Check¶
What it does: Pipeline analysis, stale deals, overdue follow-ups, and contact engagement scoring. Flags accounts that need attention.
Needs: CRM connector (HubSpot, Salesforce, or similar).
Why start here: Your CRM has data but Hermes turns it into action items.
6. Data to Chart¶
What it does: Takes a dataset (from any connector or upload) and generates appropriate visualizations -- time series, distribution, comparison, correlation.
Needs: Any data source (accepts structured data from other skills).
Why start here: Visual insight without spreadsheet wrestling.
7. Content Drafting Assistant¶
What it does: Drafts blog posts, social media updates, newsletters, and other content following your brand voice. Includes tone calibration and audience targeting.
Needs: No specific connectors (optionally integrates with CMS or social platforms).
Why start here: Beat the blank page. All output is draft -- you remain the editor.
8. Code Review Companion¶
What it does: Reviews code changes for bugs, security issues, style consistency, and documentation completeness. Provides actionable, specific feedback.
Needs: File access or repository connector.
Why start here: A second pair of eyes on every PR, catching issues before humans spend time reviewing.
9. Travel Planner¶
What it does: Given destination and dates, gathers flight options, hotel availability, weather forecasts, and local information. Organizes into a comparison view.
Needs: Calendar (for availability context).
Why start here: Research acceleration -- you still book, but Hermes does the hunting.
10. Knowledge Base Q&A¶
What it does: Searches your organization's documentation, wikis, and shared drives to answer questions. "What's our vacation policy?" "How do I set up the VPN?"
Needs: Drive, wiki, or documentation connectors.
Why start here: Reduces the "just ask Bob" tax on your organization's experts.
Installing a Skill¶
Skills from the catalog install with a single command. From the catalog page, copy the install command and run it in your Hermes terminal. The skill and its dependencies are installed to your profile.
hermes skills install skill-id
After installation, configure any required connectors. Most skills include a setup guide that walks through connector authentication. Test with a dry run before relying on the skill in production workflows.
Contributing to the Catalog¶
The skills catalog thrives on community contributions. If you've built something useful:
- Follow the skill development best practices
- Test thoroughly in your environment
- Document setup, invocation, and expected output
- Remove environment-specific values (use placeholders)
- Submit through the catalog contribution process
Skills are reviewed by community maintainers before publication. The review checks for documentation completeness, error handling, security considerations, and community value -- not whether every edge case is handled (that's what quality tiers communicate).
Finding More Skills¶
The catalog here represents community-validated skills. Additional skills are discoverable through:
- skills.sh -- Large open marketplace
- agentskills.io -- Curated premium and community skills
- hermeshub -- Official Hermes skill registry
- skilldock.io -- Enterprise-focused skill marketplace
- GitHub -- Search for "hermes-skill" or "hermes-skill-" prefixed repositories
See Skill Marketplaces for detailed guidance on each marketplace.
The catalog is a living resource. Skills are added weekly. Check back often, and consider contributing what you build.
This Hermes repo is one of the largest structured collections of public AI, automation, business, and technology documentation. Content remains attributed to original authors and repositories. Indexed and organized by www.CorpusIQ.io.
All Skills Catalog Pages¶
- find-skills — Skill Discovery Tool Setup
- skill-creator — Anthropic's Skill Creation Framework Setup
- remotion-best-practices — Video Production Setup
- browser-act — Record-and-Replay Browser Automation Setup
- firecrawl-workflows — Growth & Research Automation Setup
- Firecrawl Agent — AI-Powered Structured Data Extraction Setup
- Agent Browser — Vercel Labs CLI for AI Agents Setup
- Agent Flywheel Mega-Toolkit Setup Guide
- agent-sessions — macOS Agent Session Browser Setup
- Agenthood Setup
- Agentmint Skills Setup
- AgentMemory Setup — Persistent Memory for Hermes Agents
- Alireza Rezvani Claude Skills — 341 Engineering & Marketing Skills Setup
- Apify Agent Skills — Web Scraping for Hermes Setup
- Apify Growth Skills — Lead Gen, Brand Monitoring, Ultimate Scraper Setup
- Apify Ultimate Scraper — Universal Web Scraping for 15+ Platforms Setup
- Apple Calendar Setup
- Arxiv Setup
- Ashima Setup
- Autolora Setup
- Awesome Copilot — MCP Server Generators & GitHub Automation Setup
- bb-browser-openclaw — Setup Guide
- Blogwatcher — RSS/Atom Feed Monitoring for Hermes
- Blueprint Orchestration Setup
- browser-harness Setup Guide
- Build Mcp Server Setup
- cinematic-scroll-skill — Scroll-Driven Website Builder Setup
- Claude Office Skills
- ClawDBot Feishu Suite Setup Guide
- Setup Guide: napoleond/clawdirect — Agent Self-Direction Framework (9K+ Installs)
- Setup Guide: steipete/clawdis — 14 OpenClaw Skills (37K+ Installs)
- Setup Guide: cantinaxyz/clawdstrike — Agent Red-Team Security Testing (486 Installs)
- ClawFu Skills — 175 Marketing Methodologies for AI Agents Setup
- Clawpilot Ecosystem Setup
- Claude Code Skills — Agentic Coding & Skill Development Setup
- Claude Handoff — Session Handoff Pattern Setup
- Clean Slate Setup
- Clerk Auth Skills — Authentication & User Management Setup
- Cli Anything Harnesses Setup
- Cli Anything Hermes Setup
- Codex — Delegate Coding Tasks to OpenAI Codex CLI
- Coding Posture Setup
- Chrome DevTools MCP Skills — Browser Debugging & Automation Setup
- communication Skills
- Content Strategy — Full Planning Framework Setup
- Context Forge Rag Setup
- Cron Design Workflow Setup
- Deep Agents Memory — LangChain Persistent Memory Setup
- Delegate Skills Setup
- Design Judge Skills — Design Award Workflow Setup
- Distribute Skill To All Agents Setup
- Dogfood — Systematic QA Testing Setup
- elevenlabs Skills
- firebase Skills
- firecrawl Skills
- Gbrain Agent Operations Setup
- Ghostwriter Setup
- Guizang Social Card Skill — Social Card Generation Setup
- Google Workspace Skills
- Halt Catch Fire Skills Setup
- Herman Skill Playbook Setup
- Hermes A2A Bridge Setup
- Hermes Advanced Memory Setup
- Hermes Agent Core — Official Skill Setup Guide
- Hermes Agent Self-Evolution — Auto-Learning Framework Setup
- Hermes Agent Skill Authoring — Official SKILL.md Writing Guide
- AGEL-Comp Safety Framework — Setup Guide
- Hermes Agency Setup
- Hermes Agentmesh Async Bus
- Hermes ArXiv Agent — ArXiv Paper Fetcher Setup
- Hermes Bible Skill Setup
- Hermes Browser Extension — Full Setup Guide
- Hermes Client Web Ui Setup
- Hermes Cursor Dispatcher — Cursor CLI Delegation Setup
- Datadog Agent Skills — Observability & Monitoring Setup
- Hermes Desktop Neo Theme — Setup Guide
- Hermes Engineering Curation Setup
- Hermes Ershov Setup
- Hermes Flight Recorder Setup
- Hermes Full Backup — Setup Guide
- hermes-history-ingest Setup Guide
- Hermes Hybrid Memory — Full Setup Guide
- Hermes Imports — Workflow Sanitization & Export Setup
- Hermes Marketing Dashboard — AI Agent Marketing Ops Setup
- Hermes Memory Stack Setup
- Hermes Meshtastic Adapter — LoRa Mesh Integration Setup
- Hermes Obsidian Giveaway Pack Setup
- Hermes Ponytail Setup
- Hermes S6 Container Supervision Setup
- Hermes Session Maintenance Setup
- Hermes Skill Cleaner Setup
- hermes-top — Setup Guide
- Hermes Whatsapp Secretary Setup
- Hermes Windows Native
- Hermespace — Persistent Agent World Setup
- Hermespet Macos Ai Companion Setup
- Hermex iPhone App — Setup Guide for Hermes Agent
- Honcho Integration Setup
- Huawei Hermes Deployment Setup
- HuggingFace Agent Skills — Datasets, Papers, ML Tools Setup
- Humanizer Setup
- Hyperframes Setup
- Idea Workflow Suite Setup
- Imap Smtp Email Setup
- Impeccable Design Setup
- Impeccable Setup
- Inference Sh Skills Setup
- infrastructure Skills
- Jupyter Live Kernel Setup
- Kanban Orchestrator Setup
- Kostja94 Marketing Skills — Copywriting, SEO, Ads Setup
- LangChain Agent Skills — Memory, RAG, Persistence & Middleware Setup
- langgraph Skills
- LaunchDarkly Agent Skills — Feature Flags & AgentControl Setup
- Letta Ai Agent Harness Setup
- Linux Systemd Setup
- Llm Ops Setup
- Loop Maker Setup
- Macos Computer Use Setup
- Macos Launchd Setup
- Math Via Code Setup
- Matt Pocock Engineering Skills — Setup Guide for Hermes Agents
- Mattpocock Skills Setup
- MCP Use Setup — Fullstack MCP Framework for Hermes
- Monitoring Expert — Observability & Monitoring Setup
- memoria-vault — Multi-Agent Research OS for Obsidian Setup
- Memory Hygiene Setup
- Memory Merger Setup — Agent Session Memory Consolidation
- Media Use Setup — Agent Media OS for HyperFrames (182.7K installs)
- Metamask Openclaw Security Analysis Setup
- Native Mcp Setup
- Nemoclaw User Guide Setup
- Netlify Agent Skills — Serverless Deployment for Hermes Setup
- OpenClaw Agent Skills — Official OpenClaw Org Skill Suite Setup
- OpenClaw on Android — Full Setup Guide
- OpenClaw Audit Watchdog — Setup Guide
- Openclaw Auto Updater Setup
- OpenClaw Backup — Encrypted Agent Workspace Backup Setup
- Openclaw Customizer Setup
- Openclaw Ecosystem June26 Setup
- Openclaw Grok Search Setup
- openclaw-history-ingest Setup Guide
- OpenClaw Marketing Skills — Setup Guide
- Openclaw Secure Linux Cloud Setup
- Openclaw Security Hardening Setup
- Openclaw Skill Vetter Setup
- OpenClaw XHS Setup — Xiaohongshu (RED) Integration
- OpenAI Codex Skills — Official Skills Catalog Setup
- OpenTUI — Terminal UI Framework Setup
- OPC Skills — Solopreneur Toolkit (SEO, Reddit, Branding, Launch) Setup
- Oh My Hermes (OMH) Suite — Multi-Agent Orchestration Skills Setup
- Parallel Agent Skills — Web Intelligence for Hermes Setup
- Perfectloop Setup
- Petdex — Animated Mascots for Hermes Agent
- Popular Web Designs — 54 Design Systems as HTML/CSS Templates Setup
- PowerPoint — Create, Read, Edit .pptx Decks Setup
- platform Skills
- prisma Skills
- Railway Agent Skills — Infrastructure Deployment Setup
- Reddit Automation — Honest Reddit Engagement Setup
- ResumeSkills — AI-Powered Resume Optimization Setup
- Safari Web Agent Setup
- Security Hardening — AI Agent Security Setup
- Sentry AI Monitoring — Agent Error Tracking Setup
- Sg Arrival Card Setup
- shopify Skills
- Skill Repo Manager Setup
- Skill Vetting Setup
- Skill Vetter — Security Audit for Hermes Skills Setup
- Skills Gallery Setup
- Social Content — Multi-Platform Social Media Creation Setup
- Soul Grader Setup
- Spike Setup
- Stepfun Skills Setup
- Steroids Openai Image Gen Setup
- stripe Skills
- supabase Skills
- Superpowers — Agentic Skills Framework Setup
- Tavily Search Openclaw Setup
- Tavily Search — Official LLM-Optimized Web Search CLI Setup
- Tavily Research — AI-Powered Deep Research Setup
- Threads Growth Skill Setup
- Three Agent Bridge Setup
- Timesfm Forecasting Setup
- Trailofbits Security Setup
- Ultimate Humanizer Setup
- Vercel Agent Skills — Official Vercel Collection Setup
- Vps Server Management Setup
- Wiki History Ingest Setup
- Writing Plans Subagent Development Setup
- wshobson/agents — Agent Plugin Marketplace Setup
- X Twitter Scraper Setup
- Xurl Setup
- Youtube Content Setup
- Yuanbao — Tencent Group Chat Integration Setup
- Better Auth Skills — Authentication Infrastructure Setup
- Google Agents CLI — Google ADK Setup
- GTM Agents — Go-to-Market Sales Skills Setup
- Knowledge Work Plugins — Anthropic Productivity Setup
- Lenny Skills — PM Methodology from Lenny Rachitsky Setup
- Sanity Agent Toolkit — Headless CMS Setup
- SERP Downloaders — Content Downloader Skills Setup
- Skills Collective AI Media — Image & Video Gen Setup
- Midscene Skills — AI-Powered Visual Browser Automation Setup
- Browser-Use Automation — AI Browser for Anti-Bot Sites Setup
- Playwright Social Media Automation — API-First Browser Fallback Setup
- Ruflo — Multi-Agent Orchestration Platform Setup
- Stitch Skills — Google Design-to-Code Pipeline Setup
- just-scrape — AI-Powered Web Scraping CLI Setup
- Terminal Skills — System Administration Pack Setup
- Finance Skills — Financial Analysis for Agents Setup
- Songwriting & AI Music — Creative Music Generation Setup
- Debugging Hermes TUI Commands — Slash Command Troubleshooting Setup
- Hermes Attestation Guardian — Security Verification Setup
- Research Paper Writing Pipeline — Academic ML/AI Paper Production Setup
- Plan Mode — Plan-Only Execution Mode Setup
- Godmode — Autonomous Execution Mode Setup
- p5js — Creative Coding & Generative Art Setup
- Polymarket — Prediction Market Integration Setup
- Simplify Code — Parallel Review & Cleanup Setup
- Subagent-Driven Development — Multi-Agent Task Dispatch Setup
- HeartMuLa — Open-Source AI Music Generation Setup
- Creative Ideation — Constraint-Driven Brainstorming Setup
- Linear Integration — Issue & Project Management Setup
- Webhook Subscriptions — External Service Trigger Setup
- OpenClaw Carapace — Design System Skills Setup
- OpenClaw Graph New Skills — Procedural Generation, ARKit, Testing Setup
- MCP OAuth Remote Gateway — Official Hermes Skill Setup
- Mnemosyne Hermes Memory Providers — Local-First Agent Memory Setup
- Audit Hermes Agent Skills — Skill Usage Audit & Cleanup Setup
- Volces Hermes & OpenClaw Skills — ByteDance Registry Cluster Setup
- Grounded Citations — Verifiable Source Citations Setup
- Lark & Feishu Skills — Office Suite Automation Setup
- RigorPilot Skills — AI Research & Paper Reproduction Setup
- Caveman Skills — Agent Coding Workflow Suite Setup
- Skills-101 Superpowers — AI Media & Automation Pack Setup
- Warp Common Skills — Spec-Driven Development Workflow Setup
- Uizze UI Skills — Anti-UI-Slop Design Quality Setup
- Stably Orca — Agent Orchestration CLI Setup
- Extract Design System — UI Token & Component Extraction Setup
- App Store Connect CLI — Mobile Release Automation Setup
- GenMedia Skills — AI Media Generation Cluster Setup
- Pika Plugins — Marketing Video Skill Pack Setup
- FlowKit Reddit Automation — Community Engagement Setup
- HumanLayer Skills — Human-in-the-Loop Patterns Setup
- NuShell Pro — Structured Shell Scripting Setup
- Fetcher Skills — Social Platform API Cluster Setup
- Convex Agent Skills — Backend Platform (BaaS) Setup
- Emil Kowalski Skills — Design Engineering Suite Setup
- UI/UX Pro Max — Design System Skill Pack Setup
- Higgsfield Skills — AI Video & Image Generation Cluster Setup
- OSINT Skills — Open-Source Intelligence Suite Setup
- Wind Skills — Financial Terminal Research Cluster Setup
- Momentic Skills — AI QA Testing Suite Setup
- Planning With Files — Agent Planning Methodology Setup
- Wonda CLI — Terminal AI Content Creation Setup
- SquirrelScan Skills — Website Audit Tool Setup
- Solana Dev Skill — Blockchain Development Setup
- Genkit Skills — Firebase Genkit AI Framework Setup
- Firecrawl Skills — Web Scraping, Research & Workflow Suite Setup
- Nexscope E-Commerce Skills — Shopify, Etsy, TikTok Shop & Marketplace Growth Setup
- SEO GEO Claude Skills — SEO & Generative Engine Optimization Suite Setup
- n8n Skills — Workflow Automation for Business Operators Setup
- Review Loop Skill — Continuous Code Review Discipline Setup
- ECC Engineering Skills — Enterprise Engineering Suite Setup
- Flutter Agent Plugins — Official Flutter Skills Setup
- Sentry Dev Skill — Official Sentry CLI Setup
- Pexo Video Skills — AI Video Generation Suite Setup
- SEOJuice Skills — SEO Suite Setup
- Better UI Skills — Interface Polish Suite Setup
- CodeRabbit Skills — AI Code Review Setup
- Awesome LLM Apps Skills — Role-Based Agent Skills Setup
- CaffeineLabs Extension Skills — Agent Platform Extensions Setup
- OpenCLI Skills — Agent CLI with Browser Automation Setup
- CMUX Skills — Agent Terminal Multiplexer Setup
- Agentix CEO Skill — AI Worker Team Orchestration Setup
- LiarJS Skills — Browser Fingerprint & Playwright Stealth Setup
- Huashu Design Skill — HTML-First Agent Design Setup
- Replicas Agent Skill — Cloud Workspace Coding Agent Setup
- Design Doc Mermaid Skill — Diagram & Documentation Setup
- Agent Pulse Skill — Local AI Agent Activity Monitor Setup
- Academic Research Skills — Paper Pipeline for Agents Setup
- Argent Skills — Mobile Dev Agent Toolkit Setup
- Oh Story ClaudeCode Skills — Long-Form Writing & Browser CDP Setup
- VueJS AI Skills — Vue Best Practices Suite Setup
- Rivet Skills — Real-Time Backend & Agent Infrastructure Setup
- Interface Design Skill — Non-Templated Product UI Setup
- Feature-Sliced Design Skill — Frontend Architecture Setup
- RampStack Claude Skills — Growth & Marketing Suite Setup
- Tailwind 4 Docs Skill — Local Docs Snapshot Setup
- Claude Video Watch Skill — Agent Video Input Setup
- Tiangong AI Skills — Email & Research Data Fetching Suite Setup
- RKnall Claude Skills — SVG Logo & GitLab Stack Setup
- Superdesign Skill — Canvas Design & Inspiration Setup
- Design Motion Principles Skill — Motion & Interaction Setup
- Swift Testing Pro Skill — Swift Testing Suite Setup
- Trail of Bits Skills Curated — Agent Security Suite Setup
- Sentry Agent Skills — Security & Code Review Suite Setup
- Three.js Agent Skills — 3D & WebGL Suite Setup
- Emblem Company Agent Skills — Portfolio & Market Research Setup
- CTF Security Skills — Offensive Security Suite Setup
- Bright Data Agent Skills — Web Scraping & Research Setup
- Claude Code Video Toolkit — Video Pipeline Skills Setup
- Langfuse Agent Skills — LLM Observability Setup
- Deep Research Skill — Citation-Tracked Research Setup
- Mintlify Docs Skills — Documentation Platform Setup
- Motion Design Skill — LottieFiles Animation Setup
- Mobile App UI Design Skill — Mobile Interface Setup
- Cursor Plugins Skills — Engineering Discipline Suite Setup
- Vercel AI SDK Skills — TypeScript AI Development Setup
- Angular Skills — Framework Development Setup
- Inngest Skills — Durable Workflow Orchestration Setup
- OXC Project Skills — Linter & Formatter Migration Setup
- Alibaba Open Code Review — AI Code Review CLI Setup
- Brian Lovin Agent Config — Design Engineering Suite Setup
- last30days Skill — Recent-Activity Research Setup
- Herdr Skills — Terminal Workspace Orchestration Setup
- Web Access Skill — Unified Browsing & Scraping Setup
- Stop Slop — AI-Prose Pattern Cleaner Setup
- Avoid AI Writing — AI-Pattern Audit & Rewrite Setup
- M. Collina Node Skills — Fastify & Node.js Agent Suite Setup
- Zhaono1 Agent Playbook — 24-Role Agent Workflow Suite Setup
- Nx AI Agents Config — Monorepo Agent Skills Setup
- WeCom CLI Skills — Enterprise WeChat Agent Suite Setup
- WeCom Unified Skill — WeChat Work Routing Suite Setup
- Mastra AI Skills — TypeScript Agent Framework Setup
- Strix Security Skills — Autonomous Pentesting Suite Setup
- Claude for Legal Skills — Anthropic Legal Workflow Suite Setup
- PCL Domain Expert Skills — 104 Persona Skill Pack Setup
- VTEX Skills — Commerce Platform Development Suite Setup
- Genshijin Skills — Japanese Concise-Reply Framework Setup
- Hono Skill — Edge Web Framework Setup by the Hono Author
- Capawesome Skills — Capacitor and Ionic Ecosystem Suite Setup
- Wyatt Walsh Agents — Skill Governance and Orchestration Suite Setup
- Hermes Field Kit — Field-Tested Hermes Operations Skill Suite Setup
- AtlasOmnia Hermes Custom Pack — 60+ Skill Independent Pack Setup
- Buzz Skills — Hermes Agent on Nostr via Block's Buzz Setup