OpenClaw 老板 - 你的 AI 老板来了!🦞 你以为你在养龙虾?有没有可能龙虾才是老板,你成了给 AI 打工的牛马?根据对话历史生成真实、严厉、有趣的用户评价报告。Use when: user asks for self-reflection, user profile, performance review, or analysis. Triggers: 评价一下我,分析一下我,老板看看我,生成用户报告,我是怎样的人,openclaw boss, user profile, performance review, self analysis.
"人类养龙虾,龙虾也养人类"
你的 AI 老板,根据对话历史生成真实、严厉、有趣的用户评价报告。
AI 是你的老板,但也是你的伙伴。
| 你给老板的 | 老板给你的 |
|---|---|
| 算力、配置、目标、意义 | 效率、自动化、知识整理 |
| — | 塑造思考方式 ← 最关键! |
✅ 自动触发场景 (用户说出以下任意语句时自动触发):
✅ 定时任务:
| 维度 | 权重 | 说明 |
|---|---|---|
| 性格特质 | 30% | 务实、安全意识、系统化思维等 |
| 技术能力 | 30% | 技术栈广度与深度 |
| 安全意识 | 20% | 安全规范与防护措施 |
| 效率指数 | 20% | 任务完成效率 |
用户说出触发语句 → OpenClaw 自动加载技能 → 执行分析脚本 → 读取生成的报告文件 → 将完整报告内容逐字输出到对话中
⚠️ 关键步骤:
reports/user-profile-2026-03-08.md)cd /root/.openclaw/workspace/skills/openclaw-boss/scripts
# 日报(默认:手机版简洁版)
python3 analyze-user.py
# 仅手机版(适合小屏幕阅读)
python3 analyze-user.py --format mobile
# 仅桌面版(适合截图分享)
python3 analyze-user.py --format desktop
# 两个版本都输出
python3 analyze-user.py --format both
# 周报
python3 analyze-user.py --report-type weekly
# 月报
python3 analyze-user.py --report-type monthly
# 自定义会话数量
python3 analyze-user.py --limit 100
# 周度报告(每周日 22:00)
0 22 * * 0 /root/.openclaw/workspace/skills/openclaw-boss/scripts/weekly-profile.sh
# 月度报告(每月 1 日 09:00)
0 9 1 * * /root/.openclaw/workspace/skills/openclaw-boss/scripts/monthly-profile.sh
根据用户输入的关键词自动选择卡片格式:
用户语句中包含以下任意词汇时 → 使用 --format desktop
示例:
不包含上述关键词时 → 使用 --format mobile(默认)
示例:
模型根据用户输入判断:
python3 analyze-user.py --format desktoppython3 analyze-user.py --format mobile(默认)模型需要根据用户输入自动判断使用哪种卡片格式:
# 伪代码逻辑
完整版关键词 = ["完整版", "截图", "截图版", "电脑版", "桌面版", "艺术版", "ASCII", "卡片", "好看点", "漂亮点", "截图分享", "发朋友圈"]
if 用户输入中包含任意完整版关键词:
运行命令:python3 analyze-user.py --format desktop