A Claude Code skill for creating and updating Bob plugins (translate/OCR/TTS).
Bob is a popular macOS translation and OCR application. This skill helps you develop plugins for Bob with comprehensive templates, API references, and best practices.
npx skills add https://github.com/bigbigDreamer/bob-plugin-creator-skill- ✨ Complete Templates: Ready-to-use templates for translate/OCR/TTS plugins
- 📚 API References: Comprehensive documentation for Bob plugin APIs
- 🌍 Language Codes: Complete Bob language code reference
- 🚀 Quick Start: Step-by-step guide from creation to packaging
- 🛠️ Best Practices: Workflow patterns and constraint guidelines
After installation, simply ask Claude Code to help you create or modify Bob plugins:
"Create a Bob translation plugin using OpenAI API"
"Help me add OCR support to my Bob plugin"
"Update my Bob TTS plugin to support streaming"
bob-plugin-creator-skill/
├── SKILL.md # Main skill definition
├── bob-plugin-creator-skill.skill # Packaged skill file
├── references/
│ ├── quickstart.md # Quick start guide
│ ├── api.md # Bob API reference
│ ├── objects.md # Data structures
│ └── language-codes.md # Language code mapping
└── assets/
└── templates/
├── translate/ # Translation plugin template
├── ocr/ # OCR plugin template
└── tts/ # TTS plugin template
Contributions are welcome! Feel free to:
- Report issues
- Submit pull requests
- Suggest improvements
MIT License - see LICENSE file for details.
一个用于创建和更新 Bob 插件(翻译/OCR/TTS)的 Claude Code 技能包。
Bob 是一款 macOS 平台上流行的翻译和 OCR 应用。这个 skill 帮助你通过完整的模板、API 参考和最佳实践来开发 Bob 插件。
npx skills add https://github.com/bigbigDreamer/bob-plugin-creator-skill- ✨ 完整模板:开箱即用的翻译/OCR/TTS 插件模板
- 📚 API 参考:完整的 Bob 插件 API 文档
- 🌍 语言代码:完整的 Bob 语言代码对照表
- 🚀 快速入门:从创建到打包的分步指南
- 🛠️ 最佳实践:工作流模式和约束指南
安装后,直接让 Claude Code 帮你创建或修改 Bob 插件:
"创建一个使用 OpenAI API 的 Bob 翻译插件"
"帮我给 Bob 插件添加 OCR 支持"
"更新我的 Bob TTS 插件以支持流式输出"
bob-plugin-creator-skill/
├── SKILL.md # 主技能定义文件
├── bob-plugin-creator-skill.skill # 打包后的技能文件
├── references/
│ ├── quickstart.md # 快速入门指南
│ ├── api.md # Bob API 参考
│ ├── objects.md # 数据结构说明
│ └── language-codes.md # 语言代码映射
└── assets/
└── templates/
├── translate/ # 翻译插件模板
├── ocr/ # OCR 插件模板
└── tts/ # TTS 插件模板
欢迎贡献!你可以:
- 报告问题
- 提交 Pull Request
- 提出改进建议
MIT License - 详见 LICENSE 文件。