Agent Plugins Marketplace
All plugins

deckhand

v0.1.0

Deckhand connects your AI assistant to your live Anki collection so it can see your decks, turn your sources into well-made cited cards, and help you fix weak ones — with you approving every change.

CodexClaude Code1 Skill1 MCP serverStreamable HTTP

By BentowareLicense: AGPL-3.0-or-later4 GitHub starsUpdated 3 months ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Jun 14, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install deckhand for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add deckhand@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/bentoware/deckhand

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

deckhand/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/deckhand/SKILL.md
└── .mcp.json

Included Skills1

deckhandskills/deckhand/SKILL.md

Deckhand helps users reach Anki and study goals through the live Anki runtime: understand intent, create cards, check card quality, fix weak cards and leeches, organize decks/tags, guide due-card study, and make safe tradeoffs for speed, drafts, or breadth. Alias triggers: Deckhand, Anki, flashcards, cards, notes, decks, PDF to Anki, slides to Anki, med Anki, language learning, weak cards, leeches, review queue, due cards, card quality.

MCP servers1

deckhandStreamable HTTP
url
http://127.0.0.1:28765/mcp

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "deckhand",
  "version": "0.1.0",
  "description": "Deckhand connects your AI assistant to your live Anki collection so it can see your decks, turn your sources into well-made cited cards, and help you fix weak ones — with you approving every change.",
  "author": {
    "name": "Bentoware",
    "url": "https://github.com/bentoware/deckhand"
  },
  "homepage": "https://github.com/bentoware/deckhand",
  "repository": "https://github.com/bentoware/deckhand",
  "license": "AGPL-3.0-or-later",
  "keywords": [
    "deckhand",
    "anki",
    "mcp",
    "flashcards",
    "addon",
    "automation",
    "runtime",
    "agent"
  ],
  "skills": "skills",
  "interface": {
    "displayName": "Deckhand",
    "shortDescription": "Your AI study partner inside Anki",
    "longDescription": "Deckhand lets your assistant see your real Anki collection — what's due, what's leeching, what that half-finished note says — and help you act on it. Turn PDFs, lectures, and notes into atomic, cited flashcards; rescue weak cards; clean up tags and decks. Every change is previewed before it touches your collection.",
    "developerName": "Bentoware",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/bentoware/deckhand",
    "defaultPrompt": [
      "Turn this PDF into well-cited Anki cards",
      "Find my leeches and help me rewrite them",
      "What's due in my decks today?"
    ],
    "brandColor": "#0f766e"
  }
}
.claude-plugin/plugin.json
{
  "name": "deckhand",
  "description": "Deckhand connects your AI assistant to your live Anki collection so it can see your decks, turn your sources into well-made cited cards, and help you fix weak ones — with you approving every change.",
  "author": {
    "name": "Bentoware",
    "url": "https://github.com/bentoware/deckhand"
  },
  "homepage": "https://deckhandforanki.com",
  "repository": "https://github.com/bentoware/deckhand",
  "license": "AGPL-3.0-or-later",
  "keywords": [
    "deckhand",
    "anki",
    "mcp",
    "flashcards",
    "addon",
    "automation",
    "runtime",
    "agent"
  ],
  "mcpServers": {
    "deckhand": {
      "type": "http",
      "url": "http://127.0.0.1:28765/mcp"
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[deckhand on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deckhand)