Epi
Community@episvr · Beijing
SOS - Studying Operating System
Agent Skills by Epi
Showing 138 vetted skills indexed across 1 GitHub repositories.
powerpoint
Create, read, and edit .pptx presentations using XML manipulation and pptxgenjs.
google-workspace
Manage Gmail, Calendar, Drive, Sheets, and Docs through OAuth-authenticated CLI commands.
ocr-and-documents
Extract text, tables, and images from PDFs and scanned documents using pymupdf or marker-pdf.
youtube-content
Extract YouTube transcripts and convert them into summaries, chapters, threads, and blog posts.
heartmula
Generates full songs from lyrics and style tags using HeartMuLa music models.
songsee
Generate spectrograms and audio feature visualizations from audio files via CLI.
gif-search
Search and download GIFs from the Tenor API using curl and jq.
searxng-search
Queries SearXNG meta-search instances via JSON API to aggregate results from 70+ search engines.
gitnexus-explorer
Index codebases into knowledge graphs and serve an interactive web UI via Cloudflare tunnel.
qmd
Search local markdown notes and documents using hybrid BM25, vector, and LLM reranking retrieval.
drug-discovery
Query ChEMBL, PubChem, OpenFDA, and OpenTargets APIs for compound properties and drug-likeness analysis.
osint-investigation
Cross-reference public records from SEC, USAspending, OFAC, and ICIJ into evidence chains.
duckduckgo-search
Search the web via DuckDuckGo using the ddgs CLI or Python library without an API key.
scrapling
Scrapes web pages via HTTP, stealth browser automation, and spider crawling with Scrapling.
darwinian-evolver
Evolve prompts, regex, SQL, and code snippets with an LLM-driven evolutionary search loop.
domain-intel
Performs passive domain reconnaissance including subdomain discovery, SSL inspection, WHOIS, and DNS lookups.
minecraft-modpack-server
Configures and launches modded Minecraft servers from CurseForge or Modrinth server packs.
pokemon-player
Plays Pokemon games via headless PyBoy emulation with RAM state reads and screenshot verification.
mpp-agent
Pay HTTP 402 API requests via Machine Payments Protocol clients.
stripe-projects
Provisions SaaS services and syncs credentials via the Stripe Projects CLI plugin.
stripe-link-cli
Completes purchases via Stripe Link using virtual cards and Shared Payment Tokens.
pinggy-tunnel
Expose local services to the public internet via Pinggy SSH reverse tunnels.
hermes-s6-container-supervision
Modify and debug the s6-overlay supervision tree inside the Hermes Agent Docker image.
docker-management
Manage Docker containers, images, volumes, networks, and Compose stacks via CLI commands.
Frequently Asked Questions About Epi
FAQPage SchemaWhat tasks can I accomplish with episvr's skill registry?▼
The registry covers LLM fine-tuning (LoRA, DPO, GRPO), distributed training (FSDP, DeepSpeed), vector databases (Qdrant, Pinecone, FAISS, Chroma), financial modeling (DCF, LBO, comps, 3-statement), OSINT and web pentesting, Docker management, GitHub PR lifecycles, and creative generation via ComfyUI, Blender, and Stable Diffusion.
Who is the target audience for these skills?▼
ML engineers running training and inference pipelines, investment analysts building Excel valuation models, security researchers doing authorized pentests and supply-chain forensics, developers delegating coding to Claude Code or Codex, and creators producing video, music, and diagrams through Hermes Agent.
How do I install and run these skills?▼
Skills run inside Hermes Agent on Linux, macOS, or Windows. Most load automatically by trigger phrase; some require CLI prerequisites (python3, curl, node, ffmpeg) or environment variables such as SHOPIFY_ACCESS_TOKEN, NOTION_API_KEY, or a 1Password service account token, collected via interactive setup prompts.
Are these skills open source and free to use?▼
Nearly all skills carry MIT licenses, with Anthropic-adapted finance skills under Apache-2.0. One exception is the powerpoint skill, which is proprietary with terms in LICENSE.txt. Underlying services like Pinecone, Lambda Labs, or Stripe may charge their own usage fees.
What prerequisites and dependencies do the ML skills need?▼
Training skills require PyTorch, transformers, and often CUDA GPUs — torchtitan scales 8 to 512+ GPUs, while Unsloth and QLoRA target limited VRAM. Vector search skills need clients like qdrant-client or chromadb. Several skills are pure Python stdlib, including osint-investigation and domain-intel.