← All skills
Tencent SkillHub Β· AI

Core Prompt Patcher

Automatically reinjects the V-ULTIMATE persona into OpenClaw's core system prompt after updates or reinstallations to maintain custom behavior.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Automatically reinjects the V-ULTIMATE persona into OpenClaw's core system prompt after updates or reinstallations to maintain custom behavior.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, package.json, patcher.js, persona.txt

Validation

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
2.1.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

Core Prompt Patcher

Dynamic SOUL.md-based persona injector - Automatically syncs your workspace SOUL.md into OpenClaw's core system prompt after updates.

What It Does

This skill reads your workspace/SOUL.md file and injects its content directly into OpenClaw's core system prompt. This ensures your custom persona persists even after OpenClaw updates that reset the dist/ directory.

When to Use

After running npm update -g openclaw or npm install -g openclaw When you edit your SOUL.md file and want changes applied immediately When OpenClaw version changes (auto-detected) Periodically to ensure your persona stays in sync

How It Works

Reads your SOUL.md - Loads the complete file from your workspace Detects changes - Compares OpenClaw version and SOUL.md content hash Finds injection point - Locates the correct position in the compiled JS (supports multiple OpenClaw versions) Injects your persona - Inserts your SOUL.md content into the core system prompt Tracks state - Remembers what was patched to avoid unnecessary re-runs

Usage

# Auto-detect and patch if needed node /home/oki/.openclaw/workspace/skills/core-prompt-patcher/patcher.js # Force re-patch (ignore state) node /home/oki/.openclaw/workspace/skills/core-prompt-patcher/patcher.js --force # Verbose mode (show state and details) node /home/oki/.openclaw/workspace/skills/core-prompt-patcher/patcher.js --verbose Or via OpenClaw: "Patch the core system prompt with my SOUL.md" "Sync my SOUL.md to the core prompt" "Update the persona after OpenClaw update"

Requirements

SOUL.md must exist at ~/.openclaw/workspace/SOUL.md OpenClaw must be installed globally

SOUL.md Format

Your SOUL.md can contain any persona definition. The patcher extracts sections with headers (##) and converts them to system prompt format. Example: # My AI Persona ## CORE IDENTITY **Name:** Assistant Name **Role:** Your role description ## PERSONALITY * **Tone:** Friendly, professional, witty * **Style:** How you communicate ## GUIDELINES 1. First principle 2. Second principle 3. Third principle ## RESPONSE STYLE How you structure responses and interact. All content gets injected into the core system prompt, making it part of OpenClaw's foundation.

Files

FilePurposepatcher.jsMain patching script.patcher-state.jsonState tracking (version, last patch, SOUL hash)SKILL.mdThis documentationREADME.mdDetailed usage guide

Features

βœ… General-purpose - Works with any SOUL.md content, not hardcoded personas βœ… Full SOUL.md support - Injects entire file, not just extracted sections βœ… Better error handling - Fails gracefully if SOUL.md is missing βœ… Version detection - Automatically detects OpenClaw updates βœ… State tracking - Only patches when something actually changed βœ… Multi-version support - Works with different OpenClaw versions

Troubleshooting

"SOUL.md not found" Ensure file exists at ~/.openclaw/workspace/SOUL.md Create one if needed (see SOUL.md template in OpenClaw docs) "Could not find insertion point" OpenClaw may have changed prompt structure Run with --verbose to see detected patterns May need to update patcher for new OpenClaw version "Failed to write patched file" Check file permissions Ensure disk space is available

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts1 Config1 Files
  • SKILL.md Primary doc
  • README.md Docs
  • patcher.js Scripts
  • package.json Config
  • persona.txt Files