glm-master-skill

glm-master-skill is a skill for Claude Code, Codex from zai-org/GLM-5. It costs 45 tokens per session (1,723 once invoked), scanned A, original, Apache-2.0.

A documentation-only directory for discovering and installing official GLM tools, including GLM-OCR for reading text, tables, formulas, or handwriting from images and GLM-Image for creating images from text.

In plain words
What is it for?
Use it to choose GLM ecosystem skills, read their purposes, and follow the listed source links and installation commands.
Why use it?
It gives developers one place to understand the available GLM skills and find their official installation links. It does not run scripts or local commands.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to choose GLM ecosystem skills, read their purposes, and follow the listed source links and installation commands.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zai-org/glm-5/glm-master-skill
About the project

GLM-5 is an open-weights large language model designed for coding and long-running agent tasks. It is used by developers building software agents and other applications that need model-based reasoning.

zai-org/GLM-5 · 7,153 stars · on GitHub · z.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zai-org/GLM-5 --skill glm-master-skill
Clone the repo
git clone --depth 1 https://github.com/zai-org/GLM-5

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for glm-master-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/zai-org/glm-5/glm-master-skill.svg)](https://agentmods.dev/skills/zai-org/glm-5/glm-master-skill)
Your own site
<a href="https://agentmods.dev/skills/zai-org/glm-5/glm-master-skill"><img src="https://agentmods.dev/badge/skills/zai-org/glm-5/glm-master-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,723 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 7 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 69
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 75
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 76
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 77
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 83
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 142
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium Rogue Agent · line 120
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.01723
Opus 5 $0.00023 $0.00861
Sonnet 5 $0.00009 $0.00345
Haiku 4.5 $0.00005 $0.00172

Measured 8d ago against content hash a31dd9601eda, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

glm-master-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/glm-master-skill/SKILL.md · 181 lines

How it starts

The opening of the file, as written. The whole thing — 181 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GLM 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-OCR/tree/main/skills/glmocr
glmocr-table Table extraction https://github.com/zai-org/GLM-OCR/tree/main/skills/glmocr-table
glmocr-formula Formula extraction https://github.com/zai-org/GLM-OCR/tree/main/skills/glmocr-formula
glmocr-handwriting Handwriting OCR https://github.com/zai-org/GLM-OCR/tree/main/skills/glmocr-handwriting
sdk GLM-OCR SDK guidance https://github.com/zai-org/GLM-OCR/tree/main/skills/sdk

GLM-Image

Skill Purpose Link
glm-image-gen Text-to-image generation https://github.com/zai-org/GLM-Image/tree/main/skills/glm-image-gen

GLM-V

Skill Purpose Link
glmv-caption Image/video/file captioning https://github.com/zai-org/GLM-V/tree/main/skills/glmv-caption
glmv-prompt-gen Prompt generation from visual input https://github.com/zai-org/GLM-V/tree/main/skills/glmv-prompt-gen
glmv-resume-screen Resume screening https://github.com/zai-org/GLM-V/tree/main/skills/glmv-resume-screen
glmv-grounding Image/video target localization & bounding-box visualization https://github.com/zai-org/GLM-V/tree/main/skills/glmv-grounding
glmv-doc-based-writing Document-based content generation (PDF/DOCX) https://github.com/zai-org/GLM-V/tree/main/skills/glmv-doc-based-writing
glmv-pdf-to-ppt PDF to HTML presentation conversion https://github.com/zai-org/GLM-V/tree/main/skills/glmv-pdf-to-ppt
glmv-pdf-to-web PDF to academic project website conversion https://github.com/zai-org/GLM-V/tree/main/skills/glmv-pdf-to-web
glmv-prd-to-app Build full-stack web app from PRD documents & prototypes https://github.com/zai-org/GLM-V/tree/main/skills/glmv-prd-to-app
glmv-web-replication Frontend visual replication of public websites https://github.com/zai-org/GLM-V/tree/main/skills/glmv-web-replication

Read the full file on GitHub · 181 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 181 lines · 45 tokens per session scan A a31dd9601eda

Subscribe to this mod's changes

glm-master-skill is a skill published in the GitHub repository zai-org/GLM-5 (7,153 stars, last pushed 6d ago), licensed Apache-2.0. It adds 45 tokens to every session and 1,723 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.