LLMQuant Setup
Thin entry point for connecting LLMQuant Data to Hermes. This skill does not
contain the setup steps — the single canonical source is SETUP.md at the
root of this repo. Your job is to fetch it and follow it exactly, so this
skill never drifts out of sync with the real procedure.
Do this
- Fetch the canonical setup document: https://raw.githubusercontent.com/LLMQuant/llmquant-hermes/master/SETUP.md
- Follow it top to bottom. It is agent-facing and self-contained: a trust contract, an instance self-check, DeepSeek baseline guidance, and setup steps (get key or Remote MCP URL -> write config -> smoke-test -> install playbooks -> schedule first cron), each ending in a check.
- If this repo is already tapped locally, read the local
SETUP.mdinstead of fetching — same document.
If you cannot reach the network (fallback only)
The fetched SETUP.md is authoritative and far more complete. Use this
skeleton only if you truly cannot retrieve it, and tell the user you're
running from memory:
- Never echo secrets. Back up
~/.hermes/config.yamlbefore editing; show the user the diff before writing; prefer the hosted Remote MCP URL. - Step 0: self-check with
hermes --version,hermes skills tap --help,hermes cron --help,hermes model --help— verify CLI syntax on this instance before using it. - Model: DeepSeek is the recommended baseline; do not change model config without user consent.
- Get credentials: ask the user to sign up at https://llmquantdata.com and paste a Remote MCP URL (Dashboard → Connect) or API key (→ API Keys).
- Write config: add/update a single
llmquant-dataentry undermcp_servers(urlpreferred; stdiocommand/args/envfallback), then reload MCP. - Smoke-test: call the 0-credit
personal_profile; reportmeta.remainingCredits. - Install + schedule:
hermes skills tap add LLMQuant/llmquant-hermes, verify the skills are actually listed, then create one cron for the playbook, channel, and time the user picks.