Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Check openclaw.sessionsDir matches their agent's session path
Optional: Enable Telegram notifications
CRITICAL: Pre-Reset Memory Capture
When the user sends /new or /reset:
BEFORE the reset takes effect, run:
node {baseDir}/scripts/flush.js
Respond with the script's output (e.g. "💾 Session archived.")
THEN allow the reset to proceed normally
Telegram Commands (Integrated Mode)
When telegramMode is "integrated" in config.json, the OpenClaw agent handles
these commands directly. Execute the corresponding script and format the response.
Supports multiple IDs: /accept 1 3 5 or /accept all
After accepting, a project is automatically created to track progress.
Read the proposal's follow_up field from the database:
sqlite3 {baseDir}/data/secondmind.db "SELECT follow_up, description FROM proposals WHERE id=<ID>"
If there's a follow_up question, ask the user that question
If the user agrees, start working on the task immediately
Example flow:
User: /accept 5
Agent: "✅ #5 akzeptiert. Soll ich dir die Guide-Liste direkt zusammenstellen?"
User: "Ja mach"
Agent: starts working on the task
/reject <ID...> [comment] or /er <ID...> [comment]
When telegramMode is "standalone", the user runs a separate bot daemon:
node {baseDir}/scripts/telegram-bot.js
This requires a dedicated Telegram bot token (different from the OpenClaw agent's bot).
The standalone bot handles all the same commands listed above via its own polling loop.
Background Jobs (installed by setup.js)
Ingest: Every 30 min – imports JSONL session transcripts