hermes-skills
agent
Warn
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 6 GitHub stars
Code Pass
- Code scan — Scanned 2 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
Community skills for Hermes AI Agent — SEO, WordPress, Marketing, and more
README.md
hermes-skills
Open-source skills library for Hermes AI Agent — plug-and-play integrations for finance, web, marketing and more.
What are Hermes Skills?
Skills are Markdown files that give Hermes contextual knowledge and reusable code patterns to interact with external services. Drop a SKILL.md into ~/.hermes/skills/ and your agent knows how to use the service.
Available Skills
💹 Finance
| Skill | Description | Requires |
|---|---|---|
| FMP | Real-time stock quotes, company fundamentals, income statements, ratios, screener, crypto & forex via Financial Modeling Prep | FMP_API_KEY |
🌐 Web
| Skill | Description | Requires |
|---|---|---|
| Firecrawl | Scrape any URL to clean Markdown, web search, full-site crawl, dynamic page interaction (clicks/forms), structured JSON extraction | FIRECRAWL_API_KEY |
| Skill | Description | Requires |
|---|---|---|
| WBizTool | Contact lookup and management — find a number by name, identify unknown numbers, stats by country | WhatsApp bridge running |
🔍 SEO
| Skill | Description | Requires |
|---|---|---|
| NeuronWriter | Content analysis and optimization via NeuronWriter API | NEURONWRITER_API_KEY |
🌐 WordPress
| Skill | Description | Requires |
|---|---|---|
| WPBakery | Build WordPress pages with WPBakery shortcodes and REST API | WordPress credentials |
📢 Marketing
| Skill | Description | Requires |
|---|---|---|
| Hermes Tweet | Search X/Twitter, read replies, monitor accounts, export followers, and gate approved X actions through the native Hermes Tweet plugin | XQUIK_API_KEY |
| Waitlister | Manage waitlists via Waitlister.me API | WAITLISTER_API_KEY |
Quick Start
# Copy a skill to your Hermes installation
cp -r finance/fmp ~/.hermes/skills/finance/
# Add required env vars
echo "FMP_API_KEY=your_key_here" >> ~/.hermes/.env
# Restart Hermes gateway
hermes gateway restart
Then ask Hermes naturally:
- "What's the current price of Apple stock?"
- "Scrape https://example.com and summarize it"
- "What's the number of [contact name]?"
Contributing
PRs welcome! Skills should:
- Use environment variables for all credentials (never hardcode keys)
- Include working Python code examples
- Follow the SKILL.md format (see any existing skill)
Auto-publishing
New skills are automatically published as Dev.to articles via GitHub Actions on each push. Follow dev.to/YOUR_DEVTO for updates.
License
MIT
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found