by somratpro
Use HuggingMes to Run Harmess agent for free on HuggingFace Space
# Add to your Claude Code skills
git clone https://github.com/somratpro/HuggingMesHuggingMes is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by somratpro. Use HuggingMes to Run Harmess agent for free on HuggingFace Space. It has 100 GitHub stars.
HuggingMes's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/somratpro/HuggingMes" and add it to your Claude Code skills directory (see the Installation section above).
HuggingMes is primarily written in JavaScript. It is open-source under somratpro on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh HuggingMes against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
title: HuggingMes emoji: 🪽 colorFrom: blue colorTo: indigo sdk: docker app_port: 7861 pinned: true license: mit secrets:
Self-hosted Hermes AI agent gateway for Hugging Face Spaces. HuggingMes runs Nous Research Hermes Agent on HuggingFace Spaces, giving you a 24/7 personal AI assistant with a management dashboard, persistent HF Dataset backup, and automatic connectivity fixes for blocked outbound traffic. HuggingMes directly wires the startup providers listed below, and it can also use Hermes providers configured through hermes model or config.yaml.
/./terminal/ auto-enabled when GATEWAY_TOKEN is set — no extra config needed.apt/pip/uv/npm/hermes installs and replay them on every boot.HUGGINGMES_RUN or HUGGINGMES_APT/PIP/NPM_PACKAGES variables.ANTHROPIC_API_KEYS=key1,key2) and the first key is promoted automatically.Watch a quick walkthrough on YouTube: Deploying HuggingMes on HF Spaces.
In your Space's Settings → Variables and secrets, add these under Secrets:
LLM_API_KEY - Your provider API key for direct providers.LLM_MODEL - The model ID to use, such as openrouter/anthropic/claude-sonnet-4, openai/gpt-4o, or google/gemini-2.5-flash.GATEWAY_TOKEN - A strong token to secure the dashboard.TELEGRAM_BOT_TOKEN - Telegram bot token from BotFather.TELEGRAM_ALLOWED_USERS - Comma-separated numeric Telegram user IDs.HF_TOKEN - Hugging Face token with write access for backups and HF providers.CLOUDFLARE_WORKERS_TOKEN - Cloudflare token for outbound proxying and keep-alive automation.After the Space builds, open it and click Open Hermes UI to access the agent interface.
Hermes' built-in dashboard is wrapped by HuggingMes:
/app/ requires GATEWAY_TOKEN./v1/* require Authorization: Bearer <GATEWAY_TOKEN>.HuggingMes supports Hermes providers in two different ways:
LLM_API_KEY and LLM_MODEL, and HuggingMes maps them during boot.hermes model after the Space starts, or edit config.yaml through the Hermes UI./v1 endpoint.These are the providers that HuggingMes maps directly from LLM_MODEL and LLM_API_KEY at startup.
| Provider | Prefix | Example LLM_MODEL |
Key env |
|---|---|---|---|
| OpenRouter | openrouter/ |
openrouter/anthropic/claude-sonnet-4 |
LLM_API_KEY -> OPENROUTER_API_KEY |
| Hugging Face Inference Providers | huggingface/ or hf/ |
huggingface/Qwen/Qwen3-235B-A22B-Thinking-2507 |
LLM_API_KEY -> HF_TOKEN |
| AI Gateway / Vercel AI Gateway | ai-gateway/ or vercel-ai-gateway/ |
ai-gateway/openai/gpt-4o |
LLM_API_KEY -> AI_GATEWAY_API_KEY |
| Anthropic | anthropic/ |
anthropic/claude-sonnet-4-6 |
LLM_API_KEY -> ANTHROPIC_API_KEY |
| OpenAI / OpenAI Codex | openai/ or openai-codex/ |
openai/gpt-4o |
LLM_API_KEY -> OPENAI_API_KEY |
| Google Gemini | google/ or gemini/ |
google/gemini-2.5-flash |
LLM_API_KEY -> GOOGLE_API_KEY and GEMINI_API_KEY |
| DeepSeek | deepseek/ |
deepseek/deepseek-chat |
LLM_API_KEY -> DEEPSEEK_API_KEY |
| Kimi / Moonshot | kimi-coding/ or moonshot/ |
kimi-coding/kimi-for-coding |
LLM_API_KEY -> KIMI_API_KEY |
| Kimi / Moonshot (China) | kimi-coding-cn/ |
kimi-coding-cn/kimi-k2.5 |
LLM_API_KEY -> KIMI_CN_API_KEY |
| Arcee AI | arcee/ |
arcee/trinity-large-thinking |
LLM_API_KEY -> ARCEEAI_API_KEY |
| GMI Cloud | gmi/ |
gmi/zai-org/GLM-5.1-FP8 |
LLM_API_KEY -> GMI_API_KEY |
| MiniMax | minimax/ |
minimax/MiniMax-M2.7 |
LLM_API_KEY -> MINIMAX_API_KEY |
| MiniMax (China) | minimax-cn/ |
minimax-cn/MiniMax-M2.7 |
LLM_API_KEY -> MINIMAX_CN_API_KEY |
| Alibaba Cloud | alibaba/ |
alibaba/qwen3.5-plus |
LLM_API_KEY -> DASHSCOPE_API_KEY |
| Alibaba Coding Plan | alibaba-coding-plan/ |
alibaba-coding-plan/qwen3-coder-plus |
LLM_API_KEY -> DASHSCOPE_API_KEY |
| Xiaomi MiMo | xiaomi/ |
xiaomi/mimo-v2-pro |
LLM_API_KEY -> XIAOMI_API_KEY |
| Tencent TokenHub | tencent-tokenhub/ |
tencent-tokenhub/hy3-preview |
LLM_API_KEY -> TOKENHUB_API_KEY |
| Z.ai / GLM | zai/, z-ai/, z.ai/, or glm/ |
zai/glm-5 |
LLM_API_KEY -> GLM_API_KEY |
| NVIDIA NIM | nvidia/ |
nvidia/nemotron-3-super-120b-a12b |
LLM_API_KEY -> NVIDIA_API_KEY |
| xAI / Grok | xai/ or grok/ |
xai/grok-4-1-fast-reasoning |
LLM_API_KEY -> XAI_API_KEY |
| Kilo Code | kilocode/ |
kilocode/<model-id> |
LLM_API_KEY -> KILOCODE_API_KEY |
| OpenCode Zen | opencode-zen/ |
opencode-zen/<model-id> |
LLM_API_KEY -> OPENCODE_ZEN_API_KEY |
| OpenCode Go | opencode-go/ |
opencode-go/<model-id> |
LLM_API_KEY -> OPENCODE_GO_API_KEY |
These providers are supported by Hermes and can be used in HuggingMes once the agent config is set through hermes model or config.yaml. HuggingMes does not auto-map them from LLM_MODEL at boot unless Hermes itself handles that provider.
| Provider | How to use | Notes |
|---|---|---|
| Nous Portal | hermes model |
Subscription-based OAuth provider in Hermes |
| OpenAI Codex | hermes model |
ChatGPT OAuth / Codex models |
| GitHub Copilot | hermes model |
Uses COPILOT_GITHUB_TOKEN, GH_TOKEN, or gh auth token |
| GitHub Copilot ACP | hermes model |
Spawns the Copilot CLI backend |
| Anthropic (OAuth / Claude Code) | hermes model |
Also supports ANTHROPIC_API_KEY |
| Google Gemini (OAuth) | hermes model |
Browser OAuth flow, including free-tier Gemini OAuth |
| Qwen Portal (OAuth) | hermes model |
Alibaba Qwen portal OAuth login |
| MiniMax (OAuth) | hermes model |
Portal login for MiniMax models |
| Hugging Face Inference Providers | hermes model |
Unified HF provider routing with model suffixes like :fastest and :cheapest |
| AWS Bedrock | hermes model or config.yaml |
Uses AWS credentials chain, not an API key |
| Ollama Cl |