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 curat...
Jared Wen
@jaredforreal
What This Skill Does
Documentation-only master skill that catalogs and provides install instructions for the GLM ecosystem of AI skills, including OCR, image generation, and vision tools. It does not execute any scripts or subprocess commands.
Replaces manually searching for GLM skill repositories and install commands by providing a single curated reference with official links.
When to Use It
- Discover available GLM skills for OCR, image generation, or vision tasks
- Find the official install command for a specific GLM skill
- Browse the GLM ecosystem before deciding which skill to install
- Get the source repository link for a GLM skill
- Identify which GLM skill handles table extraction vs handwriting OCR
Install
$ openclaw skills install @jaredforreal/glm-master-skillGLM Master Skill (Guide Only) / GLM 技能总览(仅指南)
This is a documentation-only master skill.
- ✅ It introduces available GLM skills.
- ✅ It provides official install links and commands.
- ❌ It does not run any local scripts.
- ❌ It does not use subprocess.
本 Skill 只做导航与安装说明,不执行任何本地脚本。
Official Skills Catalog / 官方技能目录
GLM-OCR
| 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 |
GLM-Image
| Skill | Purpose | Link |
|---|---|---|
glm-image-gen | Text-to-image generation | https://github.com/zai-org/GLM-skills/tree/main/skills/glm-image-gen |
GLM-V
Installation Methods / 安装方式
Method A: Install from Clawhub (Recommended first)
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
Method B: If Clawhub is rate-limited
You may see errors like:
✖ Rate limit exceeded (retry in 47s, remaining: 0/20, reset in 47s)
Use one of the following:
- Wait and retry after reset time.
- Install from the official GitHub skill directory directly.
你可能会遇到 Clawhub 频率限制;可等待重试,或改用 GitHub 源安装。
Method C: Install from GitHub source
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.
API Key Setup (required by most downstream skills)
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)以长期生效,但请确保该文件不会被提交到版本控制系统。
How an Agent should use this Master Skill
When user asks for GLM OCR / GLM Image / GLM-V capabilities:
- Match user intent to one or more skills in the catalog.
- Recommend installation via
npx clawhub@latest install <skill-name>first. - If rate-limited, tell user to retry later or use GitHub skill source.
- Open the selected skill's official
SKILL.mdand follow its instructions.
当用户提出具体任务时,Agent 按上述流程引导安装并跳转到对应技能文档。
Resource Links
- GLM-5: https://github.com/zai-org/GLM-5
- GLM-OCR: https://github.com/zai-org/GLM-OCR
- GLM-Image: https://github.com/zai-org/GLM-Image
- GLM-V: https://github.com/zai-org/GLM-V
- API Docs: https://docs.bigmodel.cn/
- API Key: https://bigmodel.cn/usercenter/proj-mgmt/apikeys
Why this design / 设计原因
Some skill-sharing platforms may flag subprocess execution as high risk during review.
To keep this master skill safe and easy to pass review:
- No helper
.pyinstaller. - No local command execution logic.
- Only official links + clear installation instructions.
由于 subprocess 在审核中可能被视为高风险,这里采用“纯文档”方式。
Security Note
This master skill intentionally avoids executable helper scripts. It is designed for safer sharing/review in public skill marketplaces.
本 Skill 刻意不包含可执行安装脚本,以降低审核风险。
Top skills in this category
Self-Improving + Proactive Agent
@ivangdavilaSelf-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when...
Self Improving Agent
@xiuchengSelf-improving agent system that analyzes conversation quality, identifies improvement opportunities, and continuously optimizes response strategies.
Proactive Agent Lite
@bestrockyTransform AI agents from task-followers into proactive partners with memory architecture, reverse prompting, and self-healing patterns. Lightweight version f...
Marketing Skills
@jchopard69Access 23 marketing modules offering checklists, frameworks, and ready-to-use deliverables for CRO, SEO, copywriting, analytics, launches, ads, and social me...
得到大脑(原 Get 笔记)
@iswalle通过官方 getnote CLI 连接得到大脑,完成浏览器授权、连接诊断、CLI 升级,以及保存、查询、搜索、整理和管理用户的真实笔记。用户明确要求登录、诊断或升级,或要保存链接/图片、查找和查看笔记、整理知识库/文件夹、订阅博主、管理标签时使用;不会自行安装或更新 Skill。