ワンクリックで
document-reader
Extracts text from documents and images using GLM-OCR with multi-language, table, handwriting, math, and code detection.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Extracts text from documents and images using GLM-OCR with multi-language, table, handwriting, math, and code detection.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Sends messages between agents, broadcasts to channels, and retrieves message history for inter-agent communication.
Spawns, manages lifecycle, and terminates autonomous AI agents from the 40+ built-in agent catalog.
Optimize prompts and context windows to reduce token usage while preserving quality.
Animated desktop character state machine for Sven's Tauri companion app. Manages character form (ORB, ARIA, REX, ORION), state transitions (idle→thinking→speaking→celebrating), walk cycles, thought bubbles, sound effects, and real-time agent event sync.
Multi-model deliberation system. Sends queries to multiple LLMs simultaneously, has them peer-review each other's responses anonymously, then a chairman model synthesizes the best answer. Supports configurable council composition, voting strategies, and cost tracking.
Interactive educational autograd engine — port of Karpathy's micrograd. Build, train, and visualise tiny neural networks step-by-step to learn how backpropagation works.
| name | document-reader |
| description | Extracts text from documents and images using GLM-OCR with multi-language, table, handwriting, math, and code detection. |
| version | 0.1.0 |
| publisher | acmecorp |
| handler_language | typescript |
| handler_file | handler.ts |
| inputs_schema | {"type":"object","properties":{"action":{"type":"string","enum":["read","configure","detect_language"]},"content":{"type":"string"},"mode":{"type":"string","enum":["text","table","handwriting","code","math","mixed"]},"language":{"type":"string"},"output_format":{"type":"string","enum":["text","markdown","json","html"]}},"required":["action"]} |
| outputs_schema | {"type":"object","properties":{"result":{"type":"object"}}} |
Core OCR skill. Reads documents and images using GLM-OCR (0.9B params, <1GB VRAM). Supports multi-language, table, handwriting, math/LaTeX, and code screenshot recognition with confidence scoring.