返回首页

全部 Skills

探索所有精选 Skills,选择适合你的 AI 能力,赋能你的 Agent 开发。

全部 Skills

17

官方 Skills

17

开发者创建

0

持续更新

24h

AI SkillHub 能力展示图

glmv-stock-analyst

研究分析 官方认证

股票分析与涨跌预测分析。 在用户表达分析、判断或预测意图时触发,如“分析一下腾讯”、“0700最近走势如何”、“XX能不能买”、“预测一下后续走势”、“生成一份分析报告”等; 支持港股、A股、美股,整合多源数据(包括新闻、基本面、技术面、资金流及宏观信息)进行多维综合分析,输出图文结合、包含可视化图表的结构化分析报告。 对于简单查询类需求(如“腾讯当前价格是多少”、“茅台代码是什么”)不触发本skill, 直接通过web_search 能力搜索并总结。 ⚠️ 需要多模态主模型支持(如 glm-5v-turbo),主模型需能读取图片。

下载 59 查看详情 →

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.

下载 52 查看详情 →

glmv-pdf-to-ppt

数据处理 官方认证

Convert a PDF (research paper, report, or any document) into a polished multi-slide HTML presentation with a structured outline JSON and summary markdown. Trigger this skill when the user mentions making slides or a PPT from a PDF — in Chinese or English.

下载 46 查看详情 →

glmv-pdf-to-web

开发工具 官方认证

Convert a PDF (research paper, technical report, or project document) into a beautiful single-page academic/project website with a structured outline JSON. Trigger this skill when the user wants to make a paper page, project homepage, or academic website from a PDF — in Chinese or English.

下载 43 查看详情 →

glmocr-table

数据处理 官方认证

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.

下载 43 查看详情 →

glmocr-handwriting

数据处理 官方认证

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.

下载 43 查看详情 →

glmocr-formula

数据处理 官方认证

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.

下载 43 查看详情 →

glmv-prompt-gen

其他 官方认证

Analyze images/videos and generate professional prompts for text-to-image and text-to-video AI tools (Midjourney, Stable Diffusion, DALL-E, Sora, Runway, Kling, Pika). Use when the user wants to generate prompts from reference images/videos, create AI art prompts, or get prompt engineering suggestions from visual content.

下载 42 查看详情 →

glmv-grounding

开发工具 官方认证

一个使用GLM-V原生定位能力进行坐标转换、边界框可视化等的技能。GLM-V原生定位可以在图像中定位提示指定的任何目标,并输出基于图像大小归一化到0-1000的相对坐标。坐标格式包括2D边界框(默认)、2D点和3D边界框。GLM-V还支持对视频中多个提示指定的目标进行时空定位与跟踪,每秒输出2D边界框。

下载 42 查看详情 →

glmv-caption

其他 官方认证

Generate captions (descriptions) for images, videos, and documents using ZhiPu GLM-V multimodal model series. Use this skill whenever the user wants to describe, caption, summarize, or interpret the content of images, videos, or files. Supports single/multiple inputs, URLs, local paths, and base64 (images only).

下载 42 查看详情 →

glmv-resume-screen

数据处理 官方认证

Screen and evaluate resumes against criteria using ZhiPu GLM-V multimodal model. Reads multiple resume files (PDF/DOCX/TXT), compares against user-defined screening criteria, and outputs a Markdown table with pass/fail analysis. Use when the user wants to filter resumes, compare candidates, or batch-evaluate job applications.

下载 40 查看详情 →

glmv-prd-to-app

开发工具 官方认证

Build a complete, production-ready full-stack web application from PRD documents, prototype images, and resource files. Handles the entire pipeline: system design, database schema, seed data, backend API, frontend UI, visual verification against prototypes, and deployment script generation. Use this skill whenever the user: - Provides a PRD (product requirement document) and wants a working app built - Says things like "根据PRD开发", "build from PRD", "implement this product", "把需求文档做成应用", "develop this app from requirements" - Has prototype images + requirements and wants full-stack implementation - Wants to turn product specifications into a running web application - Mentions building an app from wireframes/mockups combined with a requirements doc Trigger this skill even if the user just says "帮我开发" or "build this" with PRD materials present in the working directory.

下载 40 查看详情 →

glmv-doc-based-writing

研究分析 官方认证

Write a textual content based on given document(s) and requirements, using ZhiPu GLM-V multimodal model. Read and comprehend one or multiple documents (PDF/DOCX), write a content in Markdown format according to the specified requirements. Use when the user wants to draft a paper/article/essay/report/review/post/brief/proposal/plan, etc.

下载 40 查看详情 →

glmocr-sdk

开发工具 官方认证

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).

下载 39 查看详情 →

glmocr

数据处理 官方认证

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.

下载 38 查看详情 →

glm-image-gen

产品设计 官方认证

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.

下载 38 查看详情 →

glmv-web-replication

开发工具 官方认证

前端视觉复制技能。通过 Playwright MCP 或 agent-browser 探索目标网站的公开可见页面,捕获屏幕截图和布局信息,然后生成一个静态或客户端前端副本,近似还原原版的视觉效果和页面结构。此技能仅复制前端展示内容——不复制后端逻辑、服务器端行为、数据库或任何非公开内容。用户需自行确保在复制任何网站前已获得适当授权(所有权、许可或明确许可)。 ⚠️ 授权门禁:开始前,代理必须与用户确认其拥有复制目标网站的合法权利。若用户无法确认,则技能必须拒绝继续。

下载 37 查看详情 →

下拉自动加载更多