원클릭으로
glm-master-skill
// Documentation-only master skill for GLM ecosystem discovery and installation. This skill does not execute scripts or subprocess commands. It provides a curated list of official GLM skills, install methods, and source links.
// Documentation-only master skill for GLM ecosystem discovery and installation. This skill does not execute scripts or subprocess commands. It provides a curated list of official GLM skills, install methods, and source links.
| name | glm-master-skill |
| description | Documentation-only master skill for GLM ecosystem discovery and installation. This skill does not execute scripts or subprocess commands. It provides a curated list of official GLM skills, install methods, and source links. |
| metadata | {"openclaw":{"requires":{"env":[],"bins":[]},"emoji":"🎯","source":"https://github.com/zai-org/GLM-skills/tree/main/skills/glm-master-skill","homepage":"https://github.com/zai-org/GLM-skills/tree/main/skills/glm-master-skill"}} |
This is a documentation-only master skill.
本 Skill 只做导航与安装说明,不执行任何本地脚本。
| Skill | Purpose | Link |
|---|---|---|
glmocr | General OCR (text extraction) | https://github.com/zai-org/GLM-skills/tree/main/skills/glmocr |
glmocr-table | Table extraction | https://github.com/zai-org/GLM-skills/tree/main/skills/glmocr-table |
glmocr-formula | Formula extraction | https://github.com/zai-org/GLM-skills/tree/main/skills/glmocr-formula |
glmocr-handwriting | Handwriting OCR | https://github.com/zai-org/GLM-skills/tree/main/skills/glmocr-handwriting |
glmocr-sdk | GLM-OCR SDK guidance | https://github.com/zai-org/GLM-skills/tree/main/skills/glmocr-sdk |
| Skill | Purpose | Link |
|---|---|---|
glm-image-gen | Text-to-image generation | https://github.com/zai-org/GLM-skills/tree/main/skills/glm-image-gen |
npx clawhub@latest install <skill-name>
Example:
npx clawhub@latest install glmocr
npx clawhub@latest install glmv-caption
npx clawhub@latest install glm-image-gen
You can also install multiple skills at once:
npx clawhub@latest install glmocr glmocr-table glmocr-formula glmocr-handwriting glmocr-sdk glm-image-gen glmv-caption glmv-prompt-gen glmv-resume-screen glmv-grounding glmv-doc-based-writing glmv-pdf-to-ppt glmv-pdf-to-web glmv-prd-to-app glmv-stock-analyst glmv-web-replication
You may see errors like:
✖ Rate limit exceeded (retry in 47s, remaining: 0/20, reset in 47s)
Use one of the following:
你可能会遇到 Clawhub 频率限制;可等待重试,或改用 GitHub 源安装。
Use each skill's official path (see catalog above).
General idea:
git clone https://github.com/zai-org/GLM-skills.git
Then follow that skill's own SKILL.md for exact setup steps.
Most GLM skills require the environment variable ZHIPU_API_KEY. This master skill itself does not read or use the key, but downstream skills will.
Security best practices:
- Create a limited-scope API key with only the permissions needed for the skills you plan to use.
- Store the key in environment variables only — never hardcode it in source files or commit it to version control.
- Add
ZHIPU_API_KEYto your.gitignoreif storing it in a.envfile.- Rotate the key periodically and revoke unused keys at https://bigmodel.cn/usercenter/proj-mgmt/apikeys.
Get API key: https://bigmodel.cn/usercenter/proj-mgmt/apikeys
Set in shell:
export ZHIPU_API_KEY="your_key"
或者写入环境配置文件(如 ~/.zshrc)以长期生效,但请确保该文件不会被提交到版本控制系统。
When user asks for GLM OCR / GLM Image / GLM-V capabilities:
npx clawhub@latest install <skill-name> first.SKILL.md and follow its instructions.当用户提出具体任务时,Agent 按上述流程引导安装并跳转到对应技能文档。
Some skill-sharing platforms may flag subprocess execution as high risk during review.
To keep this master skill safe and easy to pass review:
.py installer.由于 subprocess 在审核中可能被视为高风险,这里采用“纯文档”方式。
This master skill intentionally avoids executable helper scripts. It is designed for safer sharing/review in public skill marketplaces.
本 Skill 刻意不包含可执行安装脚本,以降低审核风险。
Official skill for generating high-quality images from text prompts using ZhiPu GLM-Image API. Excellent at scientific illustrations, high-quality portraits, social media graphics, and commercial posters. Supports multiple aspect ratios, HD quality, and watermark control. Use this skill when the user wants to generate images, create AI art, text-to-image, or convert text descriptions into visual content.
Official skill for recognizing and extracting mathematical formulas from images and PDFs into LaTeX format using ZhiPu GLM-OCR API. Supports complex equations, inline formulas, and formula blocks. Use this skill when the user wants to extract formulas, convert formula images to LaTeX, or OCR mathematical expressions.
Official skill for recognizing handwritten text from images using ZhiPu GLM-OCR API. Supports various handwriting styles, languages, and mixed handwritten/printed content. Use this skill when the user wants to read handwritten notes, convert handwriting to text, or OCR handwritten documents.
Trigger when: (1) User wants to extract text, tables, formulas, or structured data from images/PDFs/scanned documents, (2) User mentions "OCR", "文字识别", "文档解析", (3) User has a document (screenshot, scanned page, invoice, paper, whiteboard photo) and needs its content in structured form, (4) User asks to parse, digitize, or extract content from a visual document. Invokes the GLM-OCR SDK (pip install glmocr) to parse documents via Zhipu's cloud API. No GPU required. Returns structured JSON (regions with labels + bounding boxes) and Markdown. Agent can operate entirely via CLI — no YAML files needed. NOT for: real-time camera feeds, audio transcription, or non-document images (photos, illustrations).
Extract text from images using GLM-OCR API. Supports images and PDFs with high accuracy OCR, table recognition, formula extraction, and handwriting recognition. Use this skill whenever the user wants to extract text from images, perform OCR on pictures, scan documents, convert images to text, or process any image files to get their textual content.
Official skill for recognizing and extracting tables from images and PDFs into Markdown format using ZhiPu GLM-OCR API. Supports complex tables, merged cells, and multi-page documents. Use this skill when the user wants to extract tables, recognize spreadsheets, or convert table images to editable format.