Skip to content

bigbigDreamer/bob-plugin-creator-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bob Plugin Creator Skill

English | 中文


English

A Claude Code skill for creating and updating Bob plugins (translate/OCR/TTS).

What is Bob?

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.

Installation

npx skills add https://github.com/bigbigDreamer/bob-plugin-creator-skill

Features

  • 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

Usage

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"

What's Included

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

Contributing

Contributions are welcome! Feel free to:

  • Report issues
  • Submit pull requests
  • Suggest improvements

License

MIT License - see LICENSE file for details.

Resources


中文

一个用于创建和更新 Bob 插件(翻译/OCR/TTS)的 Claude Code 技能包。

Bob 是什么?

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 文件。

相关资源

About

Bob App Plugin Creator AI Skill

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors