diff --git a/README.md b/README.md index b7ce4ff..938fdce 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ English | [中文](./README.zh.md) -Skills shared by Baoyu for improving daily work efficiency with Claude Code. +Skills shared by Baoyu for improving daily work efficiency with AI Agents (Claude Code, Codex, etc.). ## Prerequisites @@ -40,7 +40,7 @@ Publishing to ClawHub releases the published skill under `MIT-0`, per ClawHub's ### Register as Plugin Marketplace -Run the following command in Claude Code: +Run the following command in the Agent: ```bash /plugin marketplace add JimLiu/baoyu-skills @@ -64,7 +64,7 @@ Run the following command in Claude Code: **Option 3: Ask the Agent** -Simply tell Claude Code: +Simply tell the Agent: > Please install Skills from github.com/JimLiu/baoyu-skills @@ -80,7 +80,7 @@ The marketplace now exposes a single plugin so each skill is registered exactly To update skills to the latest version: -1. Run `/plugin` in Claude Code +1. Run `/plugin` in the Agent 2. Switch to **Marketplaces** tab (use arrow keys or Tab) 3. Select **baoyu-skills** 4. Choose **Update marketplace** @@ -579,7 +579,7 @@ Plain text input is treated as a regular post. Markdown files are treated as X A ```bash # Post with text -/baoyu-post-to-x "Hello from Claude Code!" +/baoyu-post-to-x "Hello from AI Agent!" # Post with images /baoyu-post-to-x "Check this out" --image photo.png @@ -1118,16 +1118,16 @@ Summarize WeChat group chat highlights into a structured digest. Extracts topics ```bash # Summarize a group's recent messages -/baoyu-wechat-summary 消失的大叔 最近 1 天 +/baoyu-wechat-summary 相亲相爱一家人 最近 1 天 # Weekly summary /baoyu-wechat-summary AI 技术群 最近 7 天 # Incremental (since last digest) -/baoyu-wechat-summary 消失的大叔 +/baoyu-wechat-summary 相亲相爱一家人 # Roast version -/baoyu-wechat-summary 消失的大叔 最近 3 天 毒舌版 +/baoyu-wechat-summary 相亲相爱一家人 最近 3 天 毒舌版 ``` **Requirements**: diff --git a/README.zh.md b/README.zh.md index cbfbed0..69ce785 100644 --- a/README.zh.md +++ b/README.zh.md @@ -2,7 +2,7 @@ [English](./README.md) | 中文 -宝玉分享的 Claude Code 技能集,提升日常工作效率。 +宝玉分享的 AI Agent 技能集(适用于 Claude Code、Codex 等),提升日常工作效率。 ## 前置要求 @@ -40,7 +40,7 @@ clawhub install baoyu-markdown-to-html ### 注册插件市场 -在 Claude Code 中运行: +在 Agent 中运行: ```bash /plugin marketplace add JimLiu/baoyu-skills @@ -64,7 +64,7 @@ clawhub install baoyu-markdown-to-html **方式三:告诉 Agent** -直接告诉 Claude Code: +直接告诉 Agent: > 请帮我安装 github.com/JimLiu/baoyu-skills 中的 Skills @@ -80,7 +80,7 @@ clawhub install baoyu-markdown-to-html 更新技能到最新版本: -1. 在 Claude Code 中运行 `/plugin` +1. 在 Agent 中运行 `/plugin` 2. 切换到 **Marketplaces** 标签页(使用方向键或 Tab) 3. 选择 **baoyu-skills** 4. 选择 **Update marketplace** @@ -579,7 +579,7 @@ clawhub install baoyu-markdown-to-html ```bash # 发布文字 -/baoyu-post-to-x "Hello from Claude Code!" +/baoyu-post-to-x "Hello from AI Agent!" # 发布带图片 /baoyu-post-to-x "看看这个" --image photo.png @@ -1118,16 +1118,16 @@ AI 驱动的生成后端。 ```bash # 总结群最近消息 -/baoyu-wechat-summary 消失的大叔 最近 1 天 +/baoyu-wechat-summary 相亲相爱一家人 最近 1 天 # 周报 /baoyu-wechat-summary AI 技术群 最近 7 天 # 增量模式(从上次摘要继续) -/baoyu-wechat-summary 消失的大叔 +/baoyu-wechat-summary 相亲相爱一家人 # 毒舌版 -/baoyu-wechat-summary 消失的大叔 最近 3 天 毒舌版 +/baoyu-wechat-summary 相亲相爱一家人 最近 3 天 毒舌版 ``` **前置要求**: