diff --git a/docs/concepts/system-prompt.md b/docs/concepts/system-prompt.md index d1c9206fcfa..32777454f4a 100644 --- a/docs/concepts/system-prompt.md +++ b/docs/concepts/system-prompt.md @@ -135,6 +135,6 @@ This keeps the base prompt small while still enabling targeted skill usage. When available, the system prompt includes a **Documentation** section that points to the local OpenClaw docs directory (either `docs/` in the repo workspace or the bundled npm package docs) and also notes the public mirror, source repo, community Discord, and -ClawHub ([https://clawhub.com](https://clawhub.com)) for skills discovery. The prompt instructs the model to consult local docs first +ClawHub ([https://clawhub.ai](https://clawhub.ai)) for skills discovery. The prompt instructs the model to consult local docs first for OpenClaw behavior, commands, configuration, or architecture, and to run `openclaw status` itself when possible (asking the user only when it lacks access). diff --git a/docs/help/faq.md b/docs/help/faq.md index b14ffd0fa95..275a109fe8e 100644 --- a/docs/help/faq.md +++ b/docs/help/faq.md @@ -1011,7 +1011,7 @@ for usage/billing and raise limits as needed. Debug: ```bash - openclaw cron run --force + openclaw cron run openclaw cron runs --id --limit 50 ``` @@ -1021,7 +1021,7 @@ for usage/billing and raise limits as needed. Use native `openclaw skills` commands or drop skills into your workspace. The macOS Skills UI isn't available on Linux. - Browse skills at [https://clawhub.com](https://clawhub.com). + Browse skills at [https://clawhub.ai](https://clawhub.ai). ```bash openclaw skills search "calendar" diff --git a/docs/start/showcase.md b/docs/start/showcase.md index c39418b0c3c..f9a412103fe 100644 --- a/docs/start/showcase.md +++ b/docs/start/showcase.md @@ -136,7 +136,7 @@ Wraps papla.media TTS and sends results as Telegram voice notes (no annoying aut Telegram voice note output from TTS - + **@odrobnik** • `devtools` `codex` `brew` Homebrew-installed helper to list/inspect/watch local OpenAI Codex sessions (CLI + VS Code). @@ -144,7 +144,7 @@ Homebrew-installed helper to list/inspect/watch local OpenAI Codex sessions (CLI CodexMonitor on ClawHub - + **@tobiasbischoff** • `hardware` `3d-printing` `skill` Control and troubleshoot BambuLab printers: status, jobs, camera, AMS, calibration, and more. @@ -152,7 +152,7 @@ Control and troubleshoot BambuLab printers: status, jobs, camera, AMS, calibrati Bambu CLI skill on ClawHub - + **@hjanuschka** • `travel` `transport` `skill` Real-time departures, disruptions, elevator status, and routing for Vienna's public transport. @@ -166,7 +166,7 @@ Real-time departures, disruptions, elevator status, and routing for Vienna's pub Automated UK school meal booking via ParentPay. Uses mouse coordinates for reliable table cell clicking. - + **@julianengel** • `files` `r2` `presigned-urls` Upload to Cloudflare R2/S3 and generate secure presigned download links. Perfect for remote OpenClaw instances. @@ -327,7 +327,7 @@ Watches company Slack channel, responds helpfully, and forwards notifications to Vapi voice assistant ↔ OpenClaw HTTP bridge. Near real-time phone calls with your agent. - + **@obviyus** • `transcription` `multilingual` `skill` Multi-lingual audio transcription via OpenRouter (Gemini, etc). Available on ClawHub. @@ -345,7 +345,7 @@ Multi-lingual audio transcription via OpenRouter (Gemini, etc). Available on Cla OpenClaw gateway running on Home Assistant OS with SSH tunnel support and persistent state. - + **ClawHub** • `homeassistant` `skill` `automation` Control and automate Home Assistant devices via natural language. @@ -357,7 +357,7 @@ Multi-lingual audio transcription via OpenRouter (Gemini, etc). Available on Cla Batteries-included nixified OpenClaw configuration for reproducible deployments. - + **ClawHub** • `calendar` `caldav` `skill` Calendar skill using khal/vdirsyncer. Self-hosted calendar integration. diff --git a/docs/tools/creating-skills.md b/docs/tools/creating-skills.md index 60af9eba4a1..4697ce626ce 100644 --- a/docs/tools/creating-skills.md +++ b/docs/tools/creating-skills.md @@ -98,7 +98,7 @@ The YAML frontmatter supports these fields: - **Be concise** — instruct the model on _what_ to do, not how to be an AI - **Safety first** — if your skill uses `exec`, ensure prompts don't allow arbitrary command injection from untrusted input - **Test locally** — use `openclaw agent --message "..."` to test before sharing -- **Use ClawHub** — browse and contribute skills at [ClawHub](https://clawhub.com) +- **Use ClawHub** — browse and contribute skills at [ClawHub](https://clawhub.ai) ## Where skills live diff --git a/docs/tools/skills.md b/docs/tools/skills.md index c0d15a70090..6ef6bc7ad30 100644 --- a/docs/tools/skills.md +++ b/docs/tools/skills.md @@ -93,7 +93,7 @@ tool surface those skills teach. ## ClawHub (install + sync) ClawHub is the public skills registry for OpenClaw. Browse at -[https://clawhub.com](https://clawhub.com). Use native `openclaw skills` +[https://clawhub.ai](https://clawhub.ai). Use native `openclaw skills` commands to discover/install/update skills, or the separate `clawhub` CLI when you need publish/sync workflows. Full guide: [ClawHub](/tools/clawhub). @@ -359,7 +359,7 @@ See [Skills config](/tools/skills-config) for the full configuration schema. ## Looking for more skills? -Browse [https://clawhub.com](https://clawhub.com). +Browse [https://clawhub.ai](https://clawhub.ai). ---