docs: replace Claude Code references with Agent in READMEs

This commit is contained in:
Jim Liu 宝玉
2026-05-13 22:33:16 -05:00
parent a3819b8e30
commit 64db328e61
2 changed files with 16 additions and 16 deletions
+8 -8
View File
@@ -2,7 +2,7 @@
English | [中文](./README.zh.md) 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 ## Prerequisites
@@ -40,7 +40,7 @@ Publishing to ClawHub releases the published skill under `MIT-0`, per ClawHub's
### Register as Plugin Marketplace ### Register as Plugin Marketplace
Run the following command in Claude Code: Run the following command in the Agent:
```bash ```bash
/plugin marketplace add JimLiu/baoyu-skills /plugin marketplace add JimLiu/baoyu-skills
@@ -64,7 +64,7 @@ Run the following command in Claude Code:
**Option 3: Ask the Agent** **Option 3: Ask the Agent**
Simply tell Claude Code: Simply tell the Agent:
> Please install Skills from github.com/JimLiu/baoyu-skills > 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: 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) 2. Switch to **Marketplaces** tab (use arrow keys or Tab)
3. Select **baoyu-skills** 3. Select **baoyu-skills**
4. Choose **Update marketplace** 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 ```bash
# Post with text # Post with text
/baoyu-post-to-x "Hello from Claude Code!" /baoyu-post-to-x "Hello from AI Agent!"
# Post with images # Post with images
/baoyu-post-to-x "Check this out" --image photo.png /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 ```bash
# Summarize a group's recent messages # Summarize a group's recent messages
/baoyu-wechat-summary 消失的大叔 最近 1 /baoyu-wechat-summary 相亲相爱一家人 最近 1
# Weekly summary # Weekly summary
/baoyu-wechat-summary AI 技术群 最近 7 /baoyu-wechat-summary AI 技术群 最近 7
# Incremental (since last digest) # Incremental (since last digest)
/baoyu-wechat-summary 消失的大叔 /baoyu-wechat-summary 相亲相爱一家人
# Roast version # Roast version
/baoyu-wechat-summary 消失的大叔 最近 3 天 毒舌版 /baoyu-wechat-summary 相亲相爱一家人 最近 3 天 毒舌版
``` ```
**Requirements**: **Requirements**:
+8 -8
View File
@@ -2,7 +2,7 @@
[English](./README.md) | 中文 [English](./README.md) | 中文
宝玉分享的 Claude Code 技能集,提升日常工作效率。 宝玉分享的 AI Agent 技能集(适用于 Claude Code、Codex 等),提升日常工作效率。
## 前置要求 ## 前置要求
@@ -40,7 +40,7 @@ clawhub install baoyu-markdown-to-html
### 注册插件市场 ### 注册插件市场
Claude Code 中运行: Agent 中运行:
```bash ```bash
/plugin marketplace add JimLiu/baoyu-skills /plugin marketplace add JimLiu/baoyu-skills
@@ -64,7 +64,7 @@ clawhub install baoyu-markdown-to-html
**方式三:告诉 Agent** **方式三:告诉 Agent**
直接告诉 Claude Code 直接告诉 Agent
> 请帮我安装 github.com/JimLiu/baoyu-skills 中的 Skills > 请帮我安装 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 2. 切换到 **Marketplaces** 标签页(使用方向键或 Tab
3. 选择 **baoyu-skills** 3. 选择 **baoyu-skills**
4. 选择 **Update marketplace** 4. 选择 **Update marketplace**
@@ -579,7 +579,7 @@ clawhub install baoyu-markdown-to-html
```bash ```bash
# 发布文字 # 发布文字
/baoyu-post-to-x "Hello from Claude Code!" /baoyu-post-to-x "Hello from AI Agent!"
# 发布带图片 # 发布带图片
/baoyu-post-to-x "看看这个" --image photo.png /baoyu-post-to-x "看看这个" --image photo.png
@@ -1118,16 +1118,16 @@ AI 驱动的生成后端。
```bash ```bash
# 总结群最近消息 # 总结群最近消息
/baoyu-wechat-summary 消失的大叔 最近 1 /baoyu-wechat-summary 相亲相爱一家人 最近 1
# 周报 # 周报
/baoyu-wechat-summary AI 技术群 最近 7 /baoyu-wechat-summary AI 技术群 最近 7
# 增量模式(从上次摘要继续) # 增量模式(从上次摘要继续)
/baoyu-wechat-summary 消失的大叔 /baoyu-wechat-summary 相亲相爱一家人
# 毒舌版 # 毒舌版
/baoyu-wechat-summary 消失的大叔 最近 3 天 毒舌版 /baoyu-wechat-summary 相亲相爱一家人 最近 3 天 毒舌版
``` ```
**前置要求** **前置要求**