HybridClaw Help
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.md
https://www.hybridclaw.io/docs/?search=<terms>
https://www.hybridclaw.io/docs/agents.md?search=<terms>
https://www.hybridclaw.io/docs/reference/configuration
https://www.hybridclaw.io/docs/reference/commands
https://www.hybridclaw.io/docs/
https://www.hybridclaw.io/docs/
https://raw.githubusercontent.com/HybridAIOne/hybridclaw/main/config.example.json
https://raw.githubusercontent.com/HybridAIOne/hybridclaw/main/README.md
https://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.smtpHost over vague descriptions.
- If behavior changed recently, check
CHANGELOG.md and 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, then https://www.hybridclaw.io/docs/?search=<feature>, then https://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/, then https://www.hybridclaw.io/docs/?search=<command>
- Architecture or runtime behavior:
https://www.hybridclaw.io/docs/agents.md, then https://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/ or docs/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.
1---2name: hybridclaw-help3description: HybridClaw help. Primary skill for product questions about setup, configuration, commands, runtime behavior, and release notes.4---5# HybridClaw Help67Use this skill for product-specific HybridClaw questions such as:89- how to configure a feature10- where config lives11- what a command does12- how a subsystem behaves13- what changed in a recent release14- where a documented workflow is described1516This is the default skill for HybridClaw product questions. Prefer it over17generic service skills when the question is about HybridClaw itself, its built-in18features, its channel integrations, or its documented configuration.1920## Core Rule2122For HybridClaw behavior, commands, configuration, architecture, release notes,23or runtime locations: consult public docs URLs first. Do not assume repo source24files are present in the current workspace. npm installs may include packaged25docs, but the agent may still only have direct access to web URLs.2627Use `web_fetch` or `web_extract` against the public docs site or raw GitHub URLs28before answering from memory.2930## Canonical Sources3132Start with the narrowest relevant source from this list:3334- `https://www.hybridclaw.io/docs/agents.md`35- `https://www.hybridclaw.io/docs/?search=<terms>`36- `https://www.hybridclaw.io/docs/agents.md?search=<terms>`37- `https://www.hybridclaw.io/docs/reference/configuration`38- `https://www.hybridclaw.io/docs/reference/commands`39- `https://www.hybridclaw.io/docs/`40- `https://www.hybridclaw.io/docs/`41- `https://raw.githubusercontent.com/HybridAIOne/hybridclaw/main/config.example.json`42- `https://raw.githubusercontent.com/HybridAIOne/hybridclaw/main/README.md`43- `https://raw.githubusercontent.com/HybridAIOne/hybridclaw/main/CHANGELOG.md`4445Only widen into implementation files when the docs are missing, incomplete, or46ambiguous. If code inspection is required, use local package files when they are47directly accessible; otherwise use GitHub source URLs instead of assuming `src/`48exists in the workspace.4950## Default Workflow51521. Identify the question type: config, command, behavior, architecture, or release history.532. Fetch the most likely public doc or raw GitHub source first.543. If the right page is not obvious, use the docs search URL with a narrow query.554. If needed, confirm with the matching implementation file or GitHub source instead of guessing.565. Answer narrowly and concretely.576. Include the exact config keys, command names, URLs, file paths, or version headings that support the answer.5859## Answer Style6061- Be laser-focused on the asked feature or subsystem.62- Name the exact URL, file, or config location.63- Prefer exact key paths such as `email.smtpHost` over vague descriptions.64- If behavior changed recently, check `CHANGELOG.md` and state the version.65- If the docs are silent and you infer from code, say that clearly.6667## Source Selection Hints6869- Feature setup or runtime config:70 `https://www.hybridclaw.io/docs/reference/configuration`, then `https://www.hybridclaw.io/docs/?search=<feature>`, then `https://raw.githubusercontent.com/HybridAIOne/hybridclaw/main/config.example.json`71- Commands or operational workflows:72 `https://www.hybridclaw.io/docs/reference/commands`, `https://www.hybridclaw.io/docs/`, then `https://www.hybridclaw.io/docs/?search=<command>`73- Architecture or runtime behavior:74 `https://www.hybridclaw.io/docs/agents.md`, then `https://www.hybridclaw.io/docs/?search=<topic>`, then the relevant GitHub source URL if the docs are insufficient75- Release or migration questions:76 `https://raw.githubusercontent.com/HybridAIOne/hybridclaw/main/CHANGELOG.md`77- Workspace/bootstrap behavior:78 `https://raw.githubusercontent.com/HybridAIOne/hybridclaw/main/src/workspace.ts`, then the relevant template or GitHub source URL7980## Guardrails8182- Do not dump broad documentation when the user asked a narrow question.83- Do not cite stale knowledge if the repo has a fresher answer.84- Do not assume repo-local paths such as `src/` or `docs/content/` are readable from the current workspace.85- Do not browse unrelated files or URLs "just in case".86- Do not invent config keys, env vars, commands, or defaults.87- Do not defer to generic Gmail, SMTP, Google Workspace, or similar skills when88 the real question is how HybridClaw configures or uses those features.89- If multiple sources disagree, say so and prefer the implementation plus the newest docs.