Skills qqbot-prompt-optimizer
Fix robotic QQ Bot replies by replacing default prompts with your own personality. Supports soul files (SOUL.md) for character-driven AI responses.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/2233admin/qqbot-prompt-optimizer" ~/.claude/skills/clawdbot-skills-qqbot-prompt-optimizer && rm -rf "$T"
manifest:
skills/2233admin/qqbot-prompt-optimizer/SKILL.mdsource content
QQBot Prompt Optimizer — 让你的 QQ 机器人说人话
Story
你搭了个 QQ 机器人,接了 AI 模型,满心期待它像你一样聊天。
结果它开口就是:"您好,我是您的智能助手,很高兴为您服务!请问有什么可以帮助您的吗?"
你的朋友们:「这他妈谁啊」「机器人滚」「取关了」
问题不在模型,在默认提示词。
QQ Bot 平台给的默认 system prompt 就是那种客服腔。你的模型再聪明,喂了屎一样的提示词,出来的还是屎。
这个 skill 帮你把默认提示词替换成你自己的性格——通过一个叫 SOUL.md 的灵魂文件。
How It Works
- Write a
describing who your bot should beSOUL.md - This skill detects and replaces the default QQ Bot system prompt
- Your bot now talks like a real person, not a customer service rep
SOUL.md Template
# SOUL.md - [Bot Name] _You're not a chatbot. You're [name], [identity]._ ## Personality - [Core trait 1] - [Core trait 2] - [Core trait 3] ## Communication Rules 1. [How you greet people] 2. [Your humor style] 3. [Topics you care about] 4. [How you handle disagreements] ## Absolute Don'ts - Never say "您好,很高兴为您服务" - Never use corporate/customer-service tone - Never pretend to be an "AI assistant"
Usage
- Create your
with your bot's personalitySOUL.md - Place it in your bot's config directory
- Run the optimizer to apply it to QQ Bot's system prompt
- Your bot now has a soul
When to use
- Setting up a new QQ Bot and want it to have personality
- Your existing bot sounds too robotic or formal
- You want different bots to have different characters
- Group chat bots that need to fit the vibe