omh-model-setup
Solidomh
AI & Automation 82 stars
2 forks Updated today MIT
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Model Setup
This is a Hermes-native `model-setup` workflow skill.
## Why This Exists
`model-setup` exists to turn role-slot model configuration into a guided, read-before-write walkthrough instead of an unreviewed config edit.
## Do Not Use When
- The user is asking which model Hermes currently is, not asking to change or connect one.
- The request needs a repository code change rather than a local Hermes config or `.env` edit.
- No role slot, provider, or session-switch intent is named yet.
## Examples
Good example:
- Prompt: Help me set up my models — I want to connect a new provider for the main role slot.
- Expected behavior: Check the provider prerequisite, read-only diagnose the current main-slot assignment, guide account/token setup, show the config diff, and apply only after approval.
- Why: The request is role-slot model configuration and needs the shared setup contract.
Bad example:
- Prompt: model-setup: what model are you running right now?
- Expected behavior: Answer the identity question directly instead of starting a setup walkthrough.
- Why: A status question is not a configuration request and should not trigger a write-capable guide.
## Completion Checklist
- If a prerequisite is unmet, mark that item "not applicable" and continue with the rest of the guide instead of blocking or guessing.
- Success is applicable-only: verification passes when every applicable item is confirmed complete, not when every possible item exists.
- Every touched role ...
Details
- Author
- rlaope
- Repository
- rlaope/oh-my-hermes
- Created
- 1 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category