HybridClaw Help
SkillDocs & knowledgeHybridClaw help. Primary skill for product questions about setup, configuration, commands, runtime behavior, and release notes.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the HybridClaw Help skill
What this skill tells your AI
The instructions your AI receives, as published by hybridaione/hybridclaw in skills/hybridclaw-help/SKILL.md and read by ahel’s review.
Use this skill for product-specific HybridClaw questions such as:
- how to configure a feature
- where config lives
- what a command does
- how a subsystem behaves
- what changed in a recent release
- where a documented workflow is described
This is the default skill for HybridClaw product questions. Prefer it over generic service skills when the question is about HybridClaw itself, its built-in features, its channel integrations, or its documented configuration.
Core Rule
For HybridClaw behavior, commands, configuration, architecture, release notes, or runtime locations: consult public docs URLs first. Do not assume repo source files are present in the current workspace. npm installs may include packaged docs, but the agent may still only have direct access to web URLs.
Use web_fetch or web_extract against the public docs site or raw GitHub URLs
before answering from memory.
Canonical Sources
Start with the narrowest relevant source from this list:
https://www.hybridclaw.io/docs/agents.mdhttps://www.hybridclaw.io/docs/?search=<terms>https://www.hybridclaw.io/docs/agents.md?search=<terms>https://www.hybridclaw.io/docs/reference/configurationhttps://www.hybridclaw.io/docs/reference/commandshttps://www.hybridclaw.io/docs/https://www.hybridclaw.io/docs/https://raw.githubusercontent.com/HybridAIOne/hybridclaw/main/config.example.jsonhttps://raw.githubusercontent.com/HybridAIOne/hybridclaw/main/README.mdhttps://raw.githubusercontent.com/HybridAIOne/hybridclaw/main/CHANGELOG.md
Only widen into implementation files when the docs are missing, incomplete, or
ambiguous. If code inspection is required, use local package files when they are
directly accessible; otherwise use GitHub source URLs instead of assuming src/
exists in the workspace.
Default Workflow
- Identify the question type: config, command, behavior, architecture, or release history.
- Fetch the most likely public doc or raw GitHub source first.
- If the right page is not obvious, use the docs search URL with a narrow query.
- If needed, confirm with the matching implementation file or GitHub source instead of guessing.
- Answer narrowly and concretely.
- Include the exact config keys, command names, URLs, file paths, or version headings that support the answer.
Answer Style
- Be laser-focused on the asked feature or subsystem.
- Name the exact URL, file, or config location.
- Prefer exact key paths such as
email.smtpHostover vague descriptions. - If behavior changed recently, check
CHANGELOG.mdand state the version. - If the docs are silent and you infer from code, say that clearly.
Source Selection Hints
- Feature setup or runtime config:
https://www.hybridclaw.io/docs/reference/configuration, thenhttps://www.hybridclaw.io/docs/?search=<feature>, thenhttps://raw.githubusercontent.com/HybridAIOne/hybridclaw/main/config.example.json - Commands or operational workflows:
https://www.hybridclaw.io/docs/reference/commands,https://www.hybridclaw.io/docs/, thenhttps://www.hybridclaw.io/docs/?search=<command> - Architecture or runtime behavior:
https://www.hybridclaw.io/docs/agents.md, thenhttps://www.hybridclaw.io/docs/?search=<topic>, then the relevant GitHub source URL if the docs are insufficient - Release or migration questions:
https://raw.githubusercontent.com/HybridAIOne/hybridclaw/main/CHANGELOG.md - Workspace/bootstrap behavior:
https://raw.githubusercontent.com/HybridAIOne/hybridclaw/main/src/workspace.ts, then the relevant template or GitHub source URL
Guardrails
- Do not dump broad documentation when the user asked a narrow question.
- Do not cite stale knowledge if the repo has a fresher answer.
- Do not assume repo-local paths such as
src/ordocs/content/are readable from the current workspace. - Do not browse unrelated files or URLs "just in case".
- Do not invent config keys, env vars, commands, or defaults.
- Do not defer to generic Gmail, SMTP, Google Workspace, or similar skills when the real question is how HybridClaw configures or uses those features.
- If multiple sources disagree, say so and prefer the implementation plus the newest docs.
Signals
- GitHub stars
- 132
- Forks
- 12
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
hybridclaw-help- Source
- github.com/hybridaione/hybridclaw