Instructions file
Instructions for techysy/10router, covering claude.md, what this is, commands, architecture and request flow (the thing to understand first).
Instructions file
Instructions for techysy/10router, covering claude.md, what this is, commands, architecture and request flow (the thing to understand first).
Skill Claude CodeCodex
Chat / code generation via 10Router using OpenAI /v1/chat/completions or Anthropic /v1/messages format with streaming + auto-fallback combos. Use when the user wants to ask an LLM, generate code, summarize text, or run prompts through 10Router.
Skill Claude CodeCodex
Generate vector embeddings via 10Router /v1/embeddings using OpenAI / Gemini / Mistral / Voyage / Nvidia / GitHub embedding models for RAG, semantic search, similarity. Use when the user wants embeddings, vectors, RAG, semantic search, or to embed text.
Skill Claude CodeCodex
Generate images via 10Router /v1/images/generations using OpenAI / Gemini Imagen / DALL-E / FLUX / MiniMax / SDWebUI / ComfyUI / Codex models. Use when the user wants to create, generate, draw, or render an image, picture, or text-to-image (txt2img).
Skill Claude CodeCodex
Speech-to-text via 10Router /v1/audio/transcriptions using OpenAI Whisper / Groq / Gemini / Deepgram / AssemblyAI / NVIDIA / HuggingFace models. Use when the user wants to transcribe audio, convert speech to text, or get subtitles from audio files.
Skill Claude CodeCodex
Text-to-speech via 10Router /v1/audio/speech using OpenAI / ElevenLabs / Deepgram / Edge TTS / Google TTS / Hyperbolic / Inworld voices. Use when the user wants to convert text to speech, generate audio, voiceover, narrate, or read text aloud.
Skill Claude CodeCodex
Generate videos via 10Router /v1/videos/generations using xAI Grok Imagine (grok-imagine-video). Async job flow - submit, poll requestid until done, download MP4. Use when the user wants to create, generate, or render a video, text-to-video (txt2vid), or image-to-video.
Skill Claude CodeCodex
Fetch URL → markdown / text / HTML via 10Router /v1/web/fetch using Firecrawl / Jina Reader / Tavily Extract / Exa Contents. Use when the user wants to scrape a webpage, extract URL content, read article, or convert a URL to markdown.
Skill Claude CodeCodex
Web search via 10Router /v1/search using Tavily / Exa / Brave / Serper / SearXNG / Google PSE / Linkup / SearchAPI / You.com / Perplexity. Use when the user wants to search the web, look up information, find articles, or query a search engine.
Skill Claude CodeCodex
Entry point for 10Router — local/remote AI gateway with OpenAI-compatible REST for chat, image, TTS, embeddings, web search, web fetch. Use when the user mentions 10Router, TENROUTERURL, or wants AI without writing provider boilerplate. This skill covers setup + indexes capability skills; fetch the relevant capability…
Skill Claude CodeCodex
A planning workflow for outdoor trips such as cycling, hiking, and trail running. It turns a weekend destination idea into a complete travel plan.
Skill Claude CodeCodex
Fork → standalone repo: clean history, attribution, rename.
Skill Claude CodeCodex
GitHub PR lifecycle: branch, commit, open, CI, merge.
Skill Claude CodeCodex
A Chinese translation layer for Hermes core system messages, including gateway status updates, tool progress, and error messages.
Skill Claude CodeCodex
A guide for adding internationalisation to Hermes plugins, including translated frontend and backend text in Chinese.
Skill Claude CodeCodex
Configure TTS/STT providers in Hermes and deliver voice messages across messaging platforms. Covers custom command providers (tts/stt.providers. ), Xiaomi MiMo TTS+ASR API (chat/completions+audio, non-standard), Telegram voice bubbles (Opus-encoded ogg + [[audioasvoice]] directive), Feishu audio messages, WeChat…
Skill Claude CodeCodex
Install hermes-lark-streaming — Feishu/Lark CardKit v2.0 streaming cards plugin for Hermes Agent.
Skill Claude CodeCodex
Manage Hermes API costs — check provider account balances (DeepSeek etc.) and configure model pricing (built-in pricing table, CNY↔USD, ¥ cost display in cards). Use when user asks about balance, 余额, 定价, cost display, or model pricing.
Skill Claude CodeCodex
Install and configure Clash Meta / Mihomo proxy on Linux (Arch/fnOS/Debian) — Bettbox or mihomo-bin, subscription, DNS fix, LAN sharing, systemd, browser & FN-OS Chromium proxy, remote host config, dashboard panel. Use when user asks to set up proxy, share proxy with LAN, fix DNS hijack, or configure proxy on a…
Skill Claude CodeCodex
Send Feishu/Lark cards via bot API or custom-robot webhook.
Skill Claude CodeCodex
Fix Feishu/Lark markdown rendering issues in Hermes Agent — tables, bold, code blocks, etc. Covers adapter table-to-plaintext fallback removal, display.finalresponsemarkdown config, verification and common pitfalls.
Skill Claude CodeCodex
Clean Git history with git-filter-repo.
Skill Claude CodeCodex
Git 项目全生命周期管理(提交规范 / 版本 / 变更日志 / 发版 + 故障排查)— Conventional Commits 1.0.0、SemVer、Keep a Changelog 1.1.0、发版流程,含版本/CHANGELOG/tag/Release/提交 常见坑排查。Use when versioning a release, writing CHANGELOG.md, deciding commit conventions, bumping versions, preparing a GitHub release, or fixing a wrong/missing/inconsistent version…
Skill Claude CodeCodex
A review process for checking whether a GitHub repository and its release materials are complete and consistent.