← 返回 Skills 市场
dongjie-oss

Baoyu Skills Wrapper

作者 dongjie-oss · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
35
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install baoyu-skills-wrapper
功能描述
宝玉技能集包装器 - 提供宝玉分享的高效工作技能集,包含内容生成、AI后端和日常效率工具
使用说明 (SKILL.md)

宝玉技能集包装器

宝玉分享的Claude Code技能集,提升日常工作效率。包含18个强大技能,分为三大类:

📦 安装完成

宝玉技能集已成功安装 - 版本 1.89.1

🎯 技能分类

📝 内容技能 (Content Skills)

内容生成和发布技能

  1. baoyu-xhs-images - 小红书信息图系列生成器

    • 将内容拆解为1-10张卡通风格信息图
    • 支持风格×布局二维系统
    • 9种风格:cute、fresh、warm、bold、minimal、retro、pop、notion、chalkboard
    • 6种布局:sparse、balanced、dense、list、comparison、flow
  2. baoyu-infographic - 专业信息图生成器

    • 支持20种布局和17种视觉风格
    • 自动分析内容推荐最佳组合
    • 生成可发布的信息图
  3. baoyu-cover-image - 文章封面图生成器

    • 五维定制系统:类型×配色×渲染×文字×氛围
    • 9种配色方案与6种渲染风格组合
    • 提供54种独特效果
  4. baoyu-slide-deck - 幻灯片生成器

    • 从内容生成专业幻灯片图片
    • 支持16种预设风格
    • 自动创建大纲并逐页生成
  5. baoyu-comic - 知识漫画创作器

    • 支持画风×基调灵活组合
    • 5种画风:ligne-claire、manga、realistic、ink-brush、chalk
    • 7种基调:neutral、warm、dramatic、romantic、energetic、vintage、action
  6. baoyu-article-illustrator - 智能文章插图

    • 类型×风格二维系统
    • 6种类型:infographic、scene、flowchart、comparison、framework、timeline
    • 8种风格:notion、elegant、warm、minimal、blueprint、watercolor、editorial、scientific
  7. baoyu-post-to-x - X (Twitter) 发布工具

    • 支持普通帖子和X文章
    • 使用真实Chrome绕过反自动化检测
    • 支持图片和Markdown文章
  8. baoyu-post-to-wechat - 微信公众号发布工具

    • 支持贴图模式和文章模式
    • API和浏览器两种发布方式
    • 支持多账号管理
  9. baoyu-post-to-weibo - 微博发布工具

    • 支持文字、图片、视频发布
    • 支持头条文章
    • 使用真实Chrome绕过检测

🤖 AI生成技能 (AI Generation Skills)

AI驱动的生成后端

  1. baoyu-imagine - 图像生成器

    • 支持9个服务商:OpenAI、Azure OpenAI、Google、OpenRouter、DashScope、MiniMax、即梦、豆包、Replicate
    • 支持文生图、参考图、自定义尺寸
    • 批量生成和质量预设
  2. baoyu-danger-gemini-web - Gemini Web交互

    • 与Gemini Web交互生成文本和图片
    • 需要浏览器登录认证

🛠️ 工具技能 (Utility Skills)

内容处理工具

  1. baoyu-youtube-transcript - YouTube字幕下载

    • 下载字幕/转录文本和封面图片
    • 支持多语言、翻译、章节分段
    • 支持说话人识别
  2. baoyu-url-to-markdown - URL转Markdown

    • 通过Chrome CDP抓取任意URL
    • 转换为Markdown格式
    • 支持等待模式
  3. baoyu-danger-x-to-markdown - X内容转Markdown

    • 将X推文和文章转换为markdown
    • 支持推文串和X文章
    • 需要身份验证
  4. baoyu-compress-image - 图片压缩

    • 压缩图片减小文件大小
    • 保持质量优化
  5. baoyu-format-markdown - Markdown格式化

    • 自动格式化纯文本或Markdown文件
    • 添加frontmatter、标题、摘要
    • 层级标题、加粗、列表优化
  6. baoyu-markdown-to-html - Markdown转HTML

    • 转换为样式化HTML
    • 支持微信公众号兼容主题
    • 代码高亮和外链引用
  7. baoyu-translate - 翻译工具

    • 三模式翻译:快速、标准、精翻
    • 支持多语言
    • 面向受众的翻译

🚀 使用方法

由于宝玉技能集是为Claude Code设计的,需要通过Bun运行时来使用:

基础用法

# 检查是否安装bun
bun --version

# 如果没有,安装bun
npm install -g bun

# 进入宝玉技能集目录
cd ~/.openclaw/skills/baoyu-skills

# 使用示例(需要具体技能脚本)
bun run skills/\x3Cskill-name>/main.ts [options]

环境配置

部分技能需要API密钥,创建配置文件:

mkdir -p ~/.baoyu-skills
cat > ~/.baoyu-skills/.env \x3C\x3C 'EOF'
# OpenAI
OPENAI_API_KEY=你的OpenAI密钥

# Google
GOOGLE_API_KEY=你的Google密钥

# 其他服务商...
EOF

📚 详细文档

每个技能都有详细的使用说明,请参考:

  • /home/openclaw/.openclaw/skills/baoyu-skills/README.md - 英文文档
  • /home/openclaw/.openclaw/skills/baoyu-skills/README.zh.md - 中文文档

⚠️ 注意事项

  1. 运行时依赖:需要安装Bun (npm install -g bun)
  2. 浏览器依赖:部分技能需要Chrome浏览器
  3. API密钥:图像生成等技能需要配置相应的API密钥
  4. 身份验证:部分社交发布技能需要登录认证

🔧 技能维护

这是宝玉技能集的OpenClaw包装器,原始技能集位于: ~/.openclaw/skills/baoyu-skills/

原始技能集包含完整的TypeScript源码和详细的文档。

📞 支持

如需了解更多宝玉技能集的用法,请查看原始仓库: https://github.com/JimLiu/baoyu-skills

安全使用建议
Install only if you trust the referenced baoyu-skills source and understand that some tools may use your logged-in browser to post to real social accounts or read pages visible in that session. Review the underlying scripts before running them, use test or draft flows where possible, keep API keys out of repositories, and avoid processing private or unauthorized pages.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is a broad wrapper for content generation, AI generation, publishing, and utility tools; most capabilities fit that purpose, but real-account posting to X, WeChat, and Weibo plus arbitrary Chrome/CDP page capture are high-impact capabilities.
Instruction Scope
The instructions disclose browser login and API-key needs, but they do not define confirmation steps, draft/test modes, authorization boundaries, or data-handling limits for publishing and authenticated page extraction.
Install Mechanism
The artifact is only SKILL.md with no executable scripts; it tells users to install Bun globally and run TypeScript scripts from ~/.openclaw/skills/baoyu-skills, meaning the effective runtime behavior depends on external files not included in this package.
Credentials
Using real Chrome to bypass anti-automation detection for social platforms and reading pages through Chrome CDP is broader and more sensitive than a simple documentation wrapper, especially without clear user controls.
Persistence & Privilege
The skill suggests storing provider API keys in ~/.baoyu-skills/.env and using logged-in browser sessions; this is common for such integrations but lacks basic credential-handling guidance.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install baoyu-skills-wrapper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /baoyu-skills-wrapper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
baoyu-skills-wrapper 1.0.0 - Initial release of the skill wrapper for the 宝玉技能集 (baoyu-skills), bringing together 18 content, AI, and utility skills. - Includes categorized documentation in Chinese for all supported skills with usage and setup instructions. - Added details for environment/configuration, dependency requirements, and support resources. - Reference links to the original baoyu-skills repository and full documentation.
元数据
Slug baoyu-skills-wrapper
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Baoyu Skills Wrapper 是什么?

宝玉技能集包装器 - 提供宝玉分享的高效工作技能集,包含内容生成、AI后端和日常效率工具. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 35 次。

如何安装 Baoyu Skills Wrapper?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install baoyu-skills-wrapper」即可一键安装,无需额外配置。

Baoyu Skills Wrapper 是免费的吗?

是的,Baoyu Skills Wrapper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Baoyu Skills Wrapper 支持哪些平台?

Baoyu Skills Wrapper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Baoyu Skills Wrapper?

由 dongjie-oss(@dongjie-oss)开发并维护,当前版本 v1.0.0。

💬 留言讨论