Agent skill

vision

这个技能接收用户给出的图片、pdf文件,按照用户的要求进行描述、综述、解释、界面截图复刻等功能。

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill vision --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 0 KB
Bundled scripts: none
Path: skills/ai-llm/vision/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# **vision**的主要功能 ## 图片/pdf内容描述 ## 跟据给出的图片/pdf,使用css+html+js 精准的复刻图片/pdf中的内容 ## 跟据图片/pdf内容进行分析、推断、预测、总结 # 输入 用户给出的文件和需求描述文本 # 功能要求 使用下面示例调用处理程序,并获取结果 ``` cd .claude/skills/vision && uv run vision_analyzer.py ../../{image.jpg} "请描述这个图片" ``` 将输出的结果按照markdown格式直接输出给用户

What's inside
Steps it walks through
  1. 图片/pdf内容描述
  2. 跟据给出的图片/pdf,使用css+html+js 精准的复刻图片/pdf中的内容
  3. 跟据图片/pdf内容进行分析、推断、预测、总结
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the vision skill do?

这个技能接收用户给出的图片、pdf文件,按照用户的要求进行描述、综述、解释、界面截图复刻等功能。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill vision --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going