Skills Plugins MCP Prompt Model 博客 我的中心

check-sdk-updates

Check whether Claude Code, Claude Agent SDK, and Codex SDK have new versions on npm. Use when the user asks to check for SDK/CLI updates, e.g. "check sdk updates", "check claude code update", "有沒有更新", "檢查 SDK 版本".

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=tony1223-better-agent-terminal-claude-skills-check-sdk-updates-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name check-sdk-updates description Check whether Claude Code, Claude Agent SDK, and Codex SDK have new versions on npm. Use when the user asks to check for SDK/CLI updates, e.g. "check sdk updates", "check claude code update", "有沒有更新", "檢查 SDK 版本". Check SDK Updates Compare the versions of @anthropic-ai/claude-code , @anthropic-ai/claude-agent-sdk , and @openai/codex-sdk declared in package.json against the latest published version on npm. Steps Read the dependencies block of package.json and extract the current declared range for each of: @anthropic-ai/claude-code @anthropic-ai/claude-agent-sdk @openai/codex-sdk Run the following command (single Bash call) to fetch latest versions in parallel: npm view @anthropic-ai/claude-code version & \ npm view @anthropic-ai/claude-agent-sdk version & \ npm view @openai/codex-sdk version & \ wait Map the three lines of output back to the three packages in the order requested. For each package, compare the declared version (strip leading ^ / ~ ) with the latest. Report a compact table: Package Current Latest Status @anthropic-ai/claude-code 2.1.119 2.1.120 ⬆ update @anthropic-ai/claude-agent-sdk 0.2.119 0.2.119 ✓ up to date @openai/codex-sdk 0.125.0 0.126.0 ⬆ update For each outdated package, analyze the gap between current and latest so the user can decide how to implement the update. For each one: a. Get the list of versions in between with: npm view <pkg> versions --json Filter to versions strictly greater than current and ≤ latest. Note the count and span (patch / minor / major bumps). b. Try to fetch release notes / changelog. Try in this order, stop at the first that works: npm view <pkg> repository.url → if it points to a GitHub repo, use gh release list -R <owner/repo> --limit 30 and gh release view <tag> -R <owner/repo> for the relevant tags. Look for a CHANGELOG.md inside node_modules/<pkg>/ (already-installed copy reflects the current version, but its history section may still cover newer versions if upstream backfills). Fall back to: npm view <pkg>@<latest> --json and read the description / homepage fields, then WebFetch the homepage's changelog/releases page. c. Summarise per package in 2–4 bullets: Number of versions skipped (e.g. "5 patch releases, 1 minor") Any breaking changes or notable API/CLI changes Any items that touch the parts of our codebase that consume this SDK (e.g. electron/claude-agent-manager.ts , electron/codex-agent-manager.ts , electron/openai-agent-manager.ts ) Risk assessment: low / medium / high, with one-line justification After the per-package analysis, suggest the exact npm install command to bump them, e.g.: npm install @anthropic-ai/claude-code@latest @openai/codex-sdk@latest Group low-risk bumps together; call out any high-risk bump as needing a separate, careful update. Do NOT run the install — only suggest it. Wait for the user's confirmation before installing. Notes Use npm view (not npm outdated ) so the check works without touching the lockfile or node_modules. If npm view fails (offline / registry error), report which package failed and stop. Keep the output short — table + suggested install line is enough.
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。