Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Simple personality analysis. Consolidated SKILL.md with embedded code. AI-guided installation and IM-adaptive file sending.
给 OpenClaw AI 的指令:按照以下流程引导用户完成人格分析
场景 1: 首次安装(自动触发)
场景 2: 用户主动触发
i-am/
├── SKILL.md # 本文件(AI 指令)
├── clawhub.yaml # ClawHub 配置
├── ChangeLog.md # 人格特质更新日志(配置阶段创建)
└── temp/ # 临时目录(运行时自动创建)
├── USER.md # 预览文件(待用户审核)
└── last_analysis.json # 时间戳
说明:
temp/ 目录和文件在首次运行时自动创建ChangeLog.md 在配置阶段自动创建(记录每次更新)触发时机:用户安装 skill 后,AI 主动触发
检查清单:
~/.openclaw/cron/cron-tasks.json 包含 i-am 任务)temp/last_analysis.json)决策:
✅ i-am 已配置完成,回复"运行分析"开始分析AI 回复模板:
🧠 i-am Skill 配置向导
请选择自动化模式:
1️⃣ **定时模式**(推荐)
- 每天自动分析两次(凌晨 2:30 和下午 2:30)
- 使用 OpenClaw 定时任务系统
- 一般不需要手动操作
2️⃣ **手动模式**
- 需要时手动运行分析
- 无后台定时任务
- 手动控制
请回复数字 1 或 2 选择(默认 1):
用户回复 "1" 或 "定时":
cron-tasks.json,添加两个定时任务(代码见下方)✅ 定时模式已配置,每天 2:30 自动运行npx skills add LeoYeAI/openclaw-master-skills --skill i-amHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.