RepoZhipu AI (GLM)Zhipu AI (GLM)published Mar 30, 2026seen 5d

zai-org/GLM-skills

Python

Open original ↗

Captured source

source ↗
published Mar 30, 2026seen 5dcaptured 16hhttp 200method plain

zai-org/GLM-skills

Description: Official skills for the GLM family of models.

Language: Python

License: Apache-2.0

Stars: 410

Forks: 33

Open issues: 1

Created: 2026-03-30T08:34:04Z

Pushed: 2026-04-15T12:28:08Z

Default branch: main

Fork: no

Archived: no

README:

GLM Skills

[中文文档](README_zh.md)

Official skills for the GLM family of models, designed for agent architectures including Claude Code, OpenCode, OpenClaw, AutoClaw, and other AI coding agents.

This repository consolidates skills originally distributed across individual model repos into a single, unified collection.

Skills

GLM-V (Multimodal)

| Skill | Description | | ------------------------------------------------------- | ----------------------------------------------------------------------------- | | [glmv-caption](skills/glmv-caption) | Generate captions and descriptions for images, videos, and documents | | [glmv-doc-based-writing](skills/glmv-doc-based-writing) | Write content (papers, articles, reports) based on PDF/DOCX documents | | [glmv-grounding](skills/glmv-grounding) | Object localization with bounding-box visualization in images and videos | | [glmv-pdf-to-ppt](skills/glmv-pdf-to-ppt) | Convert PDF documents into multi-slide HTML presentations | | [glmv-pdf-to-web](skills/glmv-pdf-to-web) | Convert research papers into polished academic project websites | | [glmv-prd-to-app](skills/glmv-prd-to-app) | Build full-stack web applications from PRD documents and prototypes | | [glmv-prompt-gen](skills/glmv-prompt-gen) | Generate AI art prompts from visual references (Midjourney, SD, DALL-E, etc.) | | [glmv-resume-screen](skills/glmv-resume-screen) | Screen and evaluate resumes against user-defined criteria | | [glmv-stock-analyst](skills/glmv-stock-analyst) | Multi-source stock analysis and report generation for HK/A-share/US markets | | [glmv-web-replication](skills/glmv-web-replication) | Create frontend visual replicas of existing websites |

GLM-OCR

| Skill | Description | | ----------------------------------------------- | -------------------------------------------- | | [glmocr](skills/glmocr) | General text extraction from images and PDFs | | [glmocr-formula](skills/glmocr-formula) | Extract mathematical formulas into LaTeX | | [glmocr-handwriting](skills/glmocr-handwriting) | Recognize handwritten text | | [glmocr-sdk](skills/glmocr-sdk) | Document parsing via GLM-OCR SDK CLI | | [glmocr-table](skills/glmocr-table) | Extract tables into Markdown |

GLM-Image

| Skill | Description | | ------------------------------------- | ---------------------------------------------- | | [glm-image-gen](skills/glm-image-gen) | Generate high-quality images from text prompts |

Meta

| Skill | Description | | ------------------------------------------- | --------------------------------------------------- | | [glm-master-skill](skills/glm-master-skill) | Discovery and installation guide for all GLM skills |

Installation

Method 1: Install from Clawhub (Recommended)

# Install a single skill
npx clawhub@latest install glmocr

# Install multiple skills at once
npx clawhub@latest install glmocr glmocr-table glmv-caption glm-image-gen

Method 2: Clone from GitHub

git clone https://github.com/zai-org/skills.git
# Then follow each skill's SKILL.md for setup instructions

API Key

Most skills require a ZHIPU_API_KEY environment variable. Get your key at bigmodel.cn.

export ZHIPU_API_KEY="your_key"

License

This project is licensed under the [Apache License 2.0](LICENSE).

Notability

notability 5.0/10

New repo, modest traction.