Airtable REST API via curl. Records CRUD, filters, upserts.
Manage Apple Notes via memo CLI: create, search, edit.
Apple Reminders via remindctl: add, list, complete.
Dark-themed SVG architecture/cloud/infra diagrams as HTML.
Search arXiv papers by keyword, author, category, or ID.
ASCII art: pyfiglet, cowsay, boxes, image-to-ascii.
ASCII video: convert video/audio to colored ASCII MP4/GIF.
AudioCraft: MusicGen text-to-music, AudioGen text-to-sound.
Axolotl: YAML LLM fine-tuning (LoRA, DPO, GRPO).
Knowledge comics (知识漫画): educational, biography, tutorial.
Infographics: 21 layouts x 21 styles (信息图, 可视化).
Binance API Key testen und Trading-Paare validieren — speziell für EU-Konten mit TRD_GRP_046 Restriktionen. Unterscheidet USDT vs USDC, testet verfügbare Paare, und validiert Konto-Settings.
Binance API Trading Tests — signierte Requests, Permission-Probleme, Trading-Groups und Workarounds
Monitor blogs and RSS/Atom feeds via blogwatcher-cli tool.
Caddy als Reverse Proxy mit automatischen Let's Encrypt SSL-Zertifikaten für Webapps auf kaskovi.de
Delegate coding to Claude Code CLI (features, PRs).
Design one-off HTML artifacts (landing, deck, prototype).
Inspect codebases w/ pygount: LOC, languages, ratios.
Delegate coding to OpenAI Codex CLI (features, PRs).
Debug Hermes TUI slash commands: Python, gateway, Ink UI.
Author/validate/export Google's DESIGN.md token spec files.
Exploratory QA of web apps: find bugs, evidence, reports.
DSPy: declarative LM programs, auto-optimize prompts, RAG.
ElevenLabs Text-to-Speech setup and usage with Hermes Agent — API key validation, voice selection, config, and direct API calls as fallback when the built-in TTS tool fails to pick up the API key from environment.
lm-eval-harness: benchmark LLMs (MMLU, GSM8K, etc.).
Hand-drawn Excalidraw JSON diagrams (arch, flow, seq).
Track Apple devices/AirTags via FindMy.app on macOS.
TRL: SFT, DPO, PPO, GRPO, reward modeling for LLM RLHF.
Freqtrade config truncation bug and FreqUI login debugging
Set up and run freqtrade with FastAPI middleware, Caddy reverse proxy, and PostgreSQL — including Binance API integration, dry-run trading, and common pitfalls.
Sichere Ausführung von Freqtrade Hyperopt für das Krypto-Swing-Trading-Projekt
Multi-Regime Backtesting für Krypto-Strategien (SOL/USDC 1h) — zeigt wie man Strategien systematisch über Bull/Bear/Sideways-Märkte evaluiert und komplementäre Strategien findet.
Hierarchical regime-based trading strategy for Freqtrade — master detects Bull/Bear/Sideways, delegates to sub-strategies
Search/download GIFs from Tenor via curl + jq.
Complete workflow for removing accidentally committed secrets from Git history using git-filter-repo, including the critical first-match limitation of --replace-text
Remove accidentally committed secrets from Git history using git-filter-repo
Set up GitHub authentication for the agent using git (universally available) or the gh CLI. Covers HTTPS tokens, SSH keys, credential helpers, and gh auth — with a detection flow to pick the right method automatically.
Review PRs: diffs, inline comments via gh or REST.
Create, triage, label, assign GitHub issues via gh or REST.
GitHub PR lifecycle: branch, commit, open, CI, merge.
Clone/create/fork repos; manage remotes, releases.
Jailbreak LLMs: Parseltongue, GODMODE, ULTRAPLINIAN.
Gmail, Calendar, Drive, Docs, Sheets via gws CLI or Python.
HeartMuLa: Suno-like song generation from lyrics + tags.
Configure, extend, or contribute to Hermes Agent.
Author in-repo SKILL.md: frontmatter, validator, structure.
Hermes Gateway (Telegram/Discord/etc.) — Start-Probleme diagnostizieren und beheben
Query Hermes Agent's internal SQLite state.db for token/usage analytics beyond what `hermes insights` shows — per-day, per-model, per-platform breakdowns.
Himalaya CLI: IMAP/SMTP email from terminal.
HuggingFace hf CLI: search/download/upload models, datasets.
Humanize text: strip AI-isms and add real voice.
Generate project ideas via creative constraints.
Send and receive iMessages/SMS via the imsg CLI on macOS.
Iterative Python via live Jupyter kernel (hamelnb).
Linear: manage issues, projects, teams via GraphQL + curl.
llama.cpp local GGUF inference + HF Hub model discovery.
Karpathy's LLM Wiki: build/query interlinked markdown KB.
Manim CE animations: 3Blue1Brown math/algo videos.
Geocode, POIs, routes, timezones via OpenStreetMap/OSRM.
Microsoft 365 Integration via Graph API — Outlook, OneDrive, SharePoint, Kalender
Host modded Minecraft servers (CurseForge, Modrinth).
Correct MiniMax API base URL and model configuration for international Token Plan users.
Edit PDF text/typos/titles via nano-pdf CLI (NL prompts).
MCP client: connect servers, register tools (stdio/HTTP).
Debug Node.js via --inspect + Chrome DevTools Protocol CLI.
Notion API via curl: pages, databases, blocks, search.
OBLITERATUS: abliterate LLM refusals (diff-in-means).
Read, search, and create notes in the Obsidian vault.
Extract text from PDFs/scans (pymupdf, marker-pdf).
Delegate coding to OpenCode CLI (features, PR review).
Control Philips Hue lights, scenes, rooms via OpenHue CLI.
Outlines: structured JSON/regex/Pydantic LLM generation.
p5.js sketches: gen art, shaders, interactive, 3D.
Pixel art w/ era palettes (NES, Game Boy, PICO-8).
Plan mode: write markdown plan to .hermes/plans/, no exec.
Play Pokemon via headless emulator + RAM reads.
Query Polymarket: markets, prices, orderbooks, history.
54 real design systems (Stripe, Linear, Vercel) as HTML/CSS.
Create, read, edit .pptx decks, slides, notes, templates.
Cron-driven e-commerce product search pipeline: scrape shops, filter by criteria, publish results to a public webpage. Use when user wants to track products (mirror cabinets, GPUs, etc.) across multiple shops on a schedule.
Debug Python: pdb REPL + debugpy remote (DAP).
Pre-commit review: security scan, quality gates, auto-fix.
Write ML papers for NeurIPS/ICML/ICLR: design→submit.
SAM: zero-shot image segmentation via points, boxes, masks.
vLLM: high-throughput LLM serving, OpenAI API, quantization.
Two-tier skill archive: Tier-1 (active) in ~/.hermes/skills/, Tier-2 (archived) in ~/.hermes/skills-archive/. Reduces system prompt from ~3.7k to ~1k tokens. Archive search on demand, usage tracking via cron.
Audio spectrograms/features (mel, chroma, MFCC) via CLI.
Songwriting craft and Suno AI music prompts.
Spotify: play, search, queue, manage playlists and devices.
Execute plans via delegate_task subagents (2-stage review).
Use when encountering any bug, test failure, or unexpected behavior. 4-phase root cause investigation — NO fixes without understanding the problem first.
TDD: enforce RED-GREEN-REFACTOR, tests before code.
Control a running TouchDesigner instance via twozero MCP — create operators, set parameters, wire connections, execute Python, build real-time visuals. 36 native tools.
Traefik v3.0 als Reverse Proxy mit Let's Encrypt auf Ubuntu 24.04 — File-Provider statt Docker-Provider wegen Socket-Verbindungsproblemen
Unsloth: 2-5x faster LoRA/QLoRA fine-tuning, less VRAM.
Webhook subscriptions: event-driven agent runs.
W&B: log ML experiments, sweeps, model registry, dashboards.
Write implementation plans: bite-sized tasks, paths, code.
X/Twitter via xurl CLI: post, search, DM, media, v2 API.
YouTube transcripts to summaries, threads, blogs.
Yuanbao (元宝) groups: @mention users, query info/members.