hermes-agent/skills
teknium1 7c30ac2141 fix: overhaul ascii-art skill with working sources (#662)
Major issues fixed:
- Removed dead APIs: artii.herokuapp.com (404 since Heroku free tier
  ended 2022), patorjk.com TAAG AJAX endpoint (404)
- Removed unusable sources: emojicombos.com (3.3MB JS blob, not
  curl-accessible), asciiart.eu (art loads via JavaScript only)

New working sources added:
- asciified API (asciified.thelicato.io): free text-to-ASCII REST API,
  250+ FIGlet fonts, returns plain text, no auth — perfect remote
  alternative when pyfiglet isn't installed
- ascii.co.uk: classic ASCII art archive, art in <pre> tags,
  extractable with simple curl + Python parsing
- qrenco.de: QR codes as ASCII art via curl
- wttr.in: weather and moon phase as ASCII art via curl

Also fixed: Tool 6 no longer relies on web_extract inside
execute_code (which was the original #662 bug). All web lookups
now use terminal curl which is universally available.
2026-03-08 18:09:44 -07:00
..
apple Revert "feat: skill prerequisites — hide skills with unmet runtime dependencies" 2026-03-08 03:58:13 -07:00
autonomous-ai-agents Enhance CLI documentation and functionality for session resumption 2026-02-25 23:04:08 -08:00
creative/ascii-art fix: overhaul ascii-art skill with working sources (#662) 2026-03-08 18:09:44 -07:00
diagramming Add Skills Hub — universal skill search, install, and management from online registries 2026-02-18 16:09:05 -08:00
domain refactor(domain-intel): streamline documentation and add CLI tool for domain intelligence operations 2026-02-27 23:53:24 -08:00
email Revert "feat: skill prerequisites — hide skills with unmet runtime dependencies" 2026-03-08 03:58:13 -07:00
feeds Revert "feat: skill prerequisites — hide skills with unmet runtime dependencies" 2026-03-08 03:58:13 -07:00
gaming Release set of skills 2026-02-25 05:21:17 -08:00
gifs Revert "feat: skill prerequisites — hide skills with unmet runtime dependencies" 2026-03-08 03:58:13 -07:00
github Revert "feat: skill prerequisites — hide skills with unmet runtime dependencies" 2026-03-08 03:58:13 -07:00
index-cache Release set of skills 2026-02-25 05:21:17 -08:00
market-data/polymarket feat: add Polymarket prediction market skill (read-only) 2026-03-07 17:27:29 -08:00
mcp Revert "feat: skill prerequisites — hide skills with unmet runtime dependencies" 2026-03-08 03:58:13 -07:00
media Add output format examples for YouTube content 2026-02-25 23:28:16 -08:00
mlops fix: restore all removed bundled skills + fix skills sync system 2026-03-06 15:57:30 -08:00
music-creation Revert "feat: skill prerequisites — hide skills with unmet runtime dependencies" 2026-03-08 03:58:13 -07:00
note-taking refactor: update Obsidian vault path handling 2026-02-25 20:24:51 -08:00
ocr-and-documents feat(ocr-and-documents): add OCR and document extraction skills 2026-02-26 23:06:08 -08:00
productivity Revert "feat: skill prerequisites — hide skills with unmet runtime dependencies" 2026-03-08 03:58:13 -07:00
research Revert "feat: skill prerequisites — hide skills with unmet runtime dependencies" 2026-03-08 03:58:13 -07:00
smart-home Revert "feat: skill prerequisites — hide skills with unmet runtime dependencies" 2026-03-08 03:58:13 -07:00
software-development refactor: enhance software-development skills with Hermes integration 2026-03-03 04:08:56 -08:00