Home / hanzhcn / laohan-skills · laohan-gengxin/SKILL.md · GitHub

laohan-gengxin skillA

laohan-gengxin is agent-read markdown (skill) from hanzhcn/laohan-skills: 工具版本检查与更新,扫描 npm/brew/pip/uv/GitHub/plugins/skills 逐项对比已装和最新版本,生成带编号报告,确认后才执行更新。Use when 用户说"检查更新""工具版本""看看哪些该更新了""brew有没有过期的""opencli是不是该更新了"或提到工具版本/环境更新。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# 工具版本检查与更新

扫描所有常用工具的版本状态,生成编号报告,等待选择后逐项更新。

## 核心理念

只检查不自动更新——报告给用户看,确认后才动。因为盲目更新可能破坏环境(openclaw 升级后需补装依赖、插件升级后需重启),每次更新都要用户知情。

## 不适用场景

- 只检查单个工具版本 → 直接跑 `--version` 或 `npm view <pkg> version`,不需要本 skill
- 安装新工具 → 用 `brew install` / `npm install` / `uv tool install`,不走更新流程

## 工作流程

### 第0步:发现遗漏

跑 `scripts/discover.sh`,全量扫描系统(npm/brew/pip/uv/conda/local-bin),过滤依赖库后与 tools.json 做差集。如果有新发现的工具,报告给用户确认是否加入。

发现方法论的完整说明见 `references/scan-methodology.md`。

### 第1步:读取工具清单

读取 `references/tools.json`,获取所有工具的检查方式和更新命令。

### 第2步:逐项检查版本

按分类并行执行检查命令,对比已装版本和最新版本。检查逻辑:

| 检查源 | 命令 | 说明 |
|--------|------|------|
| npm | `npm view <pkg> version` | npm registry 最新版 |
| brew | `brew outdated --json=v2` | Homebrew 过期检查 |
| pip | `pip3 index versions <pkg>` | PyPI 最新版 |
| uv | `pip3 index versions <pkg>` | PyPI(uv tool 安装的也能查) |
| gh release | `gh api repos/<owner>/<repo>/releases/latest --jq .tag_name` | GitHub release |
| claude plugins | `claude plugins list --json` | 插件市场版本 |

### 第3步:生成编号报告

**固定格式,每条一行**:

```
[编号] [分类] [状态标记] [名字]
  已装: x.x.x → 最新: y.y.y
  作用: 中文说明
  频繁度: 高/中/低 | 推荐更新: 是/否 | 推荐卸载: 是/否
  更新方式: 具体命令
  重大变化: (如果有)
```

**状态标记**:
- ✅ 最新
- ⬆️ 落后(推荐更新)
- ⚠️ 落后很多(跨大版本)
…

Read the whole file at its exact version.

How to install

Latest version
mdr add hanzhcn/laohan-skills/laohan-gengxin@v1
Exact content
mdr add hanzhcn/laohan-skills/laohan-gengxin@sha256:2b9225a8b76c98b5

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_nduwsznngjjkilfu.svg)](https://markdownregistry.com/a/art_nduwsznngjjkilfu)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v1 latest2026-05-22 fa0389f 3,969 BA view · diff
git:20260522.ee29bcc2026-05-22 ee29bcc 3,956 BA view · diff
git:20260522.5ef71592026-05-22 5ef7159 3,505 BA view · diff
git:20260519.b13eaf72026-05-19 b13eaf7 3,833 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3969 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

hanzhcn/laohan-skills · 11 stars · license MIT · pushed 2026-09-20 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_nduwsznngjjkilfu
GET https://markdownregistry.com/api/v1/resolve?ref=hanzhcn/laohan-skills/laohan-gengxin
GET https://markdownregistry.com/api/v1/blob/2b9225a8b76c98b5d9475bf10b7a61c303578cf794a60de080ee9dd230732801

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from hanzhcn/laohan-skills

CLAUDE.md claude
hanzhcn/laohan-skills · CLAUDE.md
git:20260813.307a30f · audit A · 11 stars
duopingtai skill
hanzhcn/laohan-skills · duopingtai/SKILL.md · 将口播稿/文章改写为多平台版本。当用户说"多平台改写"、"改成多平台版本"、"改成三个平台"、"适配多平台"、"转抖音版"、"转小红书版"、"转公众号版"时触发。输入一段口播稿或文章,输出抖音、小红书、公众号三个平台的适配版本。
v1.0 · audit A · 11 stars
laohan-bianpai skill
hanzhcn/laohan-skills · laohan-bianpai/SKILL.md · 真人口播工作流编排器。根据 episode 已落盘产物识别当前步骤、验证前置 gate,并给出唯一下一步与对应 skill;不替代创作、剪辑、发布或复盘。Use when 用户说工作流下一步、检查本期进度、编排这期视频、当前做到哪、验证…
v1.23.0 · audit A · 11 stars
laohan-cheat skill
hanzhcn/laohan-skills · laohan-cheat/SKILL.md · 内容校准工作流适配器。为 episode 选择正确的 cheat-on-content 校准 lane,保存可追溯的校准入口;评分、盲预测、发布登记、复盘和 rubric 更新一律由上游 cheat-on-content 执行。Use…
v2.1.0 · audit A · 11 stars
laohan-chuangzuo skill
hanzhcn/laohan-skills · laohan-chuangzuo/SKILL.md · 统一创作引擎,负责创作口播初稿(不含封面提示词,封面由 laohan-fengmianqiuzhi 独立产出;不含选题搜索,选题由工作流①前置用 laohan-xuanti/laohan-douyinsousuo…
v3.6.0 · audit B · 11 stars
laohan-chushicodex skill
hanzhcn/laohan-skills · laohan-chushicodex/SKILL.md · 为新安装或待整顿的 Codex 做轻量初始化:体检版本与配置、建立最小权限边界、整理分层 AGENTS.md、确认项目验证命令,并留下可重复的任务闭环。Use when 用户说"初始化 Codex"、"新装 Codex…
git:20260812.84bd329 · audit A · 11 stars
laohan-daoyan skill
hanzhcn/laohan-skills · laohan-daoyan/SKILL.md · laohanAI真人口播新episode的V5.1导演预制入口。分为导演初稿与一次最终复审,共用director-state.md并停在WAITING_FOR_FOOTAGE;不剪辑、不写Remotion、不渲染。METHOD_LAB仅在用…
v2.1.2 · audit A · 11 stars
laohan-donghua skill
hanzhcn/laohan-skills · laohan-donghua/SKILL.md · METHOD_LAB/历史 episode 的双 renderer 动画编排器。默认 CODEX_DIRECT 生产不使用本 skill;只有用户明确要求旧 AST、Remotion/HyperFrames 对照或恢复历史 episode…
v11.4.0-candidate · audit A · 11 stars
laohan-douyinsousuo skill
hanzhcn/laohan-skills · laohan-douyinsousuo/SKILL.md · 抖音关键词搜索与结构化取证 adapter,只使用已安装且已登录的 OpenCLI;独立回答搜索请求,或为真人口播①写本期抖音证据,不决定最终选题。Use when…
v3.3.0 · audit A · 11 stars
laohan-fengmianqiuzhi skill
hanzhcn/laohan-skills · laohan-fengmianqiuzhi/SKILL.md · 根据真人AI口播稿和 Jeffrey 身份参考图,按文案冲突选择1个最匹配模板,生成1张9:16视觉母版,并产出3:4/4:3/16:9三张真实尺寸封面,共享到四平台7个逻辑入口。Use when…
v1.19.0 · audit A · 11 stars
laohan-fengmianzhuzige skill
hanzhcn/laohan-skills · laohan-fengmianzhuzige/SKILL.md · 完全对标柱子哥TzFilm封面体系(81张真实封面逐张检视实证2026-09-20)——三层合成管线:AI/真实背景板(无字无人)+真人环境照片层+Remotion材质级文字层。画幅1080x1440(3:4原生)。Use when…
v6.1.0 · audit A · 11 stars
laohan-fenjingtishici skill
hanzhcn/laohan-skills · laohan-fenjingtishici/SKILL.md · 生成专业分镜图片提示词,适配扩散模型(FLUX/SDXL/Gemini)。校验质量后拆分为独立文件,或直接生成带产品描述的 Gemini 提示词模板。Use when…
v1 · audit A · 11 stars

Every file in hanzhcn/laohan-skills

Browse by kind, by grade A, or by owner.