exam
v1.2.2生成AI活用試験の問題画像を解くスキルを提供するプラグイン。1個のスキル(answering-genai-exam: 見開き問題画像から各小問の対話の要点と回答提出物を生成)を含む。
By sumik51 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- 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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add exam@agent-plugin-marketplacePaste 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-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/exam/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/answering-genai-exam/SKILL.md
Included Skills1
生成AI活用試験の問題画像(左=問題文・右=回答欄の見開きスクリーンショット)を読み取り、各小問について「対話の要点」(自分: ○○ → AI: ○○ → … 形式・最大1000字)と提出物(拡張子で分岐: .md=markdown回答本文 / 画像系=画像生成AIへのテキスト指示 / コード系=ソースコード)を生成し、入力画像と同じディレクトリの answers/<問番号>/ 配下にファイルとして保存する。 Use when 生成AI活用試験・資格試験の問題スクリーンショット(ローカル画像パス・複数可)を渡され、各小問の対話の要点と回答提出物を一括作成して保存したいとき。「この試験問題を解いて」「対話の要点と提出物を作って」等の依頼が該当する。 複数画像は Workflow で問ごとに並列求解する(第一推奨)。Workflow 不可時は exam-solver agent を画像ごとに background 並列起動する代替経路、単一エージェント環境(agent も Workflow も不可)では逐次処理にフォールバックする。曖昧点(試験分野・提出物形式・解答方針・既存answers上書き)は並列起動前に AskUserQuestion で必ず一括解消する。画像系/PDF提出物は既定で指示文のみだが、opt-inで実PNG/実PDFをレンダリングできる(references/RENDERING.md)。詳細手順は INSTRUCTIONS.md、Workflow 雛形は references/WORKFLOW-SCRIPT.md、出力規約は references/OUTPUT-FORMAT.md、出力サンプルは assets/answer-template.md を参照。
Plugin manifests2
{
"name": "exam",
"version": "1.2.2",
"description": "生成AI活用試験の問題画像を解くスキルを提供するプラグイン。1個のスキル(answering-genai-exam: 見開き問題画像から各小問の対話の要点と回答提出物を生成)を含む。",
"author": {
"name": "sumik5"
},
"keywords": [
"claude-code",
"skills",
"exam",
"genai"
],
"skills": "./skills/",
"interface": {
"displayName": "Sumik Exam",
"shortDescription": "生成AI活用試験の問題を解くスキルを提供するプラグイン",
"longDescription": "生成AI活用試験の問題画像(見開きスクリーンショット)から、各小問の対話の要点と回答提出物(markdown回答・図の画像生成指示・コード)を生成するスキルを提供します。複数画像は並列で求解します。",
"developerName": "sumik5",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write",
"Edit",
"Bash"
],
"websiteURL": "https://github.com/sumik5/sumik-claude-plugin",
"privacyPolicyURL": "https://example.com/privacy",
"termsOfServiceURL": "https://example.com/terms",
"defaultPrompt": [
"answering-genai-exam で試験問題画像を解いて回答を生成"
],
"brandColor": "#6E56CF"
}
}{
"name": "exam",
"description": "sumik Claude Code Plugin (exam) — 生成AI活用試験の問題画像から各小問の対話の要点と回答提出物を生成するスキル群と並列求解 agent",
"version": "1.2.2",
"author": {
"name": "sumik5"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[exam on Agent Plugins Marketplace](https://pluginsmp.com/plugins/exam)