chore: update molt.bot domains

This commit is contained in:
Peter Steinberger
2026-01-27 11:27:41 +00:00
parent f4004054ab
commit 83460df96f
137 changed files with 653 additions and 538 deletions

View File

@@ -39,7 +39,7 @@ Swaps injected `SOUL.md` content with `SOUL_EVIL.md` during a purge window or by
**Events**: `agent:bootstrap`
**What it does**: Overrides the injected SOUL content before the system prompt is built.
**Output**: No files written; swaps happen in-memory only.
**Docs**: https://docs.clawd.bot/hooks/soul-evil
**Docs**: https://docs.molt.bot/hooks/soul-evil
**Enable**:
@@ -82,7 +82,7 @@ session-memory/
---
name: my-hook
description: "Short description"
homepage: https://docs.clawd.bot/hooks#my-hook
homepage: https://docs.molt.bot/hooks#my-hook
metadata:
{ "clawdbot": { "emoji": "🔗", "events": ["command:new"], "requires": { "bins": ["node"] } } }
---
@@ -221,4 +221,4 @@ Test your hooks by:
## Documentation
Full documentation: https://docs.clawd.bot/hooks
Full documentation: https://docs.molt.bot/hooks

View File

@@ -1,7 +1,7 @@
---
name: boot-md
description: "Run BOOT.md on gateway startup"
homepage: https://docs.clawd.bot/hooks#boot-md
homepage: https://docs.molt.bot/hooks#boot-md
metadata:
{
"clawdbot":

View File

@@ -1,7 +1,7 @@
---
name: command-logger
description: "Log all command events to a centralized audit file"
homepage: https://docs.clawd.bot/hooks#command-logger
homepage: https://docs.molt.bot/hooks#command-logger
metadata:
{
"clawdbot":

View File

@@ -1,7 +1,7 @@
---
name: session-memory
description: "Save session context to memory when /new command is issued"
homepage: https://docs.clawd.bot/hooks#session-memory
homepage: https://docs.molt.bot/hooks#session-memory
metadata:
{
"clawdbot":

View File

@@ -1,7 +1,7 @@
---
name: soul-evil
description: "Swap SOUL.md with SOUL_EVIL.md during a purge window or by random chance"
homepage: https://docs.clawd.bot/hooks/soul-evil
homepage: https://docs.molt.bot/hooks/soul-evil
metadata:
{
"clawdbot":

View File

@@ -2,7 +2,7 @@
Small persona swap hook for Clawdbot.
Docs: https://docs.clawd.bot/hooks/soul-evil
Docs: https://docs.molt.bot/hooks/soul-evil
## Setup