Bob Plugin Cohere banner
missuo missuo

Bob Plugin Cohere

AI community

Description

Cohere (Command R+) AI translation plugin for Bob.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

bob-plugin-cohere

A [Bob](https://bobtranslate.com/) translation plugin powered by [Cohere](https://cohere.com/) AI.

Features

  • All Cohere chat models supported, with auto-fetch script to keep the list up to date
  • Streaming response for real-time translation output
  • Four modes: Translation, Polishing, Q&A, and Custom Prompt

Installation

  1. Install Bob (macOS)
  2. Download the latest .bobplugin from Releases
  3. Double-click to install
  4. Get a free API Key from Cohere Dashboard and paste it in the plugin settings

Development

npm install
cp .env.example .env   # then fill in your COHERE_API_KEY

npm run build           # compile TS → build/
npm run fetch-models    # pull latest models into src/info.json
bash release.sh v1.0.10  # build + package .bobplugin

License

GPL-3.0 © [Vincent Young](https://github.com/missuo)