From 0175cedf0e07b6528e2400d3d071fb36e9f9f050 Mon Sep 17 00:00:00 2001 From: Glucksberg Date: Fri, 30 Jan 2026 17:02:14 +0000 Subject: [PATCH] docs: update remaining clawdbot/moltbot references to openclaw - .pre-commit-config.yaml: update comment header - AGENTS.md: update plugin-sdk import path and state directory paths - skills/bluebubbles/SKILL.md: update plugin-sdk import reference - skills/discord/SKILL.md: update example sticker name --- .pre-commit-config.yaml | 2 +- skills/discord/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 80813a0d320..d3744ac6039 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -# Pre-commit hooks for clawdbot +# Pre-commit hooks for openclaw # Install: prek install # Run manually: prek run --all-files # diff --git a/skills/discord/SKILL.md b/skills/discord/SKILL.md index eb28eeaee64..1b8e42ca95a 100644 --- a/skills/discord/SKILL.md +++ b/skills/discord/SKILL.md @@ -84,7 +84,7 @@ Message context lines include `discord message id` and `channel` fields you can { "action": "stickerUpload", "guildId": "999", - "name": "moltbot_wave", + "name": "openclaw_wave", "description": "OpenClaw waving hello", "tags": "👋", "mediaUrl": "file:///tmp/wave.png"