glmocr
SKILL.md
OpenClaw Skill: glmocr
Parses documents (images, PDFs, scans) via the GLM-OCR SDK.
π On-demand: This skill requires only
ZHIPU_API_KEYin the environment. No YAML config files or GPU needed.
β‘ Quick Start
# Install
pip install glmocr
# Set API key (once)
export ZHIPU_API_KEY=sk-xxx
# or add to .env file in working directory:
echo "ZHIPU_API_KEY=sk-xxx" >> .env