Agent Plugins Marketplace
All plugins

certificate

v2.7.0

資格・検定の学習支援プラグイン。2個のスキル(creating-flashcards: EPUB/PDF/スキャン本、または certificate-exam サイトの URL(kentei-lab.com・studying/member.studying.jp・Whizlabs・shikaku-drill.com)からAnki MCP Server経由でフラッシュカードを一括作成。URLはホスト名で自動判定し内蔵の収集ロジックで問題文・正解・解説を取得してからAnki登録する・converting-content: 画像ベースEPUB→テキストOCR変換とLM Studioによるローカル翻訳)と1個のコマンド(improve-creating-flashcards: creating-flashcardsの自己改善)を含む。

CodexClaude Code2 Skills

By sumik51 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 29, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add certificate@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/sumik5/sumik-llm-plugin

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

Plugin files

plugins/certificate/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/converting-content/SKILL.md
└── skills/creating-flashcards/SKILL.md

Included Skills2

converting-contentskills/converting-content/SKILL.md

コンテンツ変換ガイド(画像ベースEPUB→テキストOCR変換・LM Studio英日翻訳)。 Use when converting image-based EPUBs to text or translating content with LM Studio. pandoc、recognize-image.py OCR、ローカルLLM翻訳ワークフローを含む。For image compression/size reduction use studio:compressing-epub-images; for Anki flashcards use creating-flashcards.

creating-flashcardsskills/creating-flashcards/SKILL.md

Creates Anki flashcards in bulk from EPUB/PDF/scanned-book files, certificate-exam URLs (kentei-lab.com, studying/member.studying.jp, Whizlabs, shikaku-drill.com), or pre-structured exam JSON, via Anki MCP Server or AnkiConnect API, covering MCP setup, OCR for image-based sources (Apple Vision first choice, local VLM fallback), deck/note-type management, and batch import with HTML formatting. Use when converting textbooks, question banks, or study materials into spaced repetition flashcards, collecting all questions from a supported certificate-exam site by URL, or managing Anki cards via MCP tools. For MCP server/client development, use lang:developing-mcp instead. URL input is auto-detected by hostname and routed to a dedicated collector, skipping AI structure inference. For EPUB image compression/size reduction use studio:compressing-epub-images; for standalone image-EPUB→text OCR (no flashcard creation) use converting-content. Office/CSV conversion alone: devkit:converting-documents-with-anydoc.

Plugin manifests2

plugins/certificate/.codex-plugin/plugin.json
{
  "name": "certificate",
  "version": "2.7.0",
  "description": "資格・検定の学習支援プラグイン。2個のスキル(creating-flashcards: EPUB/PDF/スキャン本、または certificate-exam サイトの URL(kentei-lab.com・studying/member.studying.jp・Whizlabs・shikaku-drill.com)からAnki MCP Server経由でフラッシュカードを一括作成。URLはホスト名で自動判定し内蔵の収集ロジックで問題文・正解・解説を取得してからAnki登録する・converting-content: 画像ベースEPUB→テキストOCR変換とLM Studioによるローカル翻訳)と1個のコマンド(improve-creating-flashcards: creating-flashcardsの自己改善)を含む。",
  "author": {
    "name": "sumik5"
  },
  "keywords": [
    "claude-code",
    "skills",
    "certificate",
    "kentei-lab",
    "exam",
    "flashcards",
    "anki",
    "ocr",
    "translation"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Sumik Certificate",
    "shortDescription": "資格・検定の学習支援(問題収集・フラッシュカード作成・教材変換)を提供するプラグイン",
    "longDescription": "教材(EPUB/PDF/スキャン本)または certificate-exam サイトの URL(kentei-lab.com・studying・Whizlabs・shikaku-drill.com)から Anki フラッシュカードを一括作成し、画像ベース EPUB のテキスト OCR 変換とローカル翻訳までをカバーする、資格・検定の学習支援スキル群を提供します。",
    "developerName": "sumik5",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write",
      "Edit",
      "Bash"
    ],
    "websiteURL": "https://github.com/sumik5/sumik-claude-plugin",
    "defaultPrompt": [
      "creating-flashcards で kentei-lab の資格URLを渡して全問題を収集し Anki フラッシュカードを作成",
      "creating-flashcards で教材から Anki フラッシュカードを作成",
      "converting-content で画像ベース EPUB を OCR でテキスト化"
    ],
    "brandColor": "#6E56CF"
  }
}
plugins/certificate/.claude-plugin/plugin.json
{
  "name": "certificate",
  "description": "sumik Claude Code Plugin (certificate) — 資格・検定の学習支援スキル群(URL問題収集内蔵のAnkiフラッシュカード作成・教材OCR/翻訳変換)",
  "version": "2.7.0",
  "author": {
    "name": "sumik5"
  }
}

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

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