skills/anp-multilang-release/SKILL.md
在 ANP SDK 仓库里统一发布 Go、Python、Rust 三个 SDK。用于同时更新 pyproject.toml、anp/__init__.py、uv.lock、rust/Cargo.toml、rust/Cargo.lock、golang/version.go,执行 uv/cargo/go 校验,发布 PyPI 与 crates.io,并按 Go 子目录 module 规则推送 golang/vX.Y.Z tag。用户提到 Go/Python/Rust 一起发版、统一版本号、固定发布 0.7.2、下一版自动 +1、保持版本段为一位数时使用此 skill。
npx skillsauth add agent-network-protocol/anp anp-multilang-releaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
在 anp/ 仓库根目录执行统一发版。
优先使用脚本:
uv run python skills/anp-multilang-release/scripts/release.py ...
先看计划:
cd anp
uv run python skills/anp-multilang-release/scripts/release.py plan --version 0.7.2
确认后正式发布:
cd anp
uv run python skills/anp-multilang-release/scripts/release.py release --version 0.7.2
查看下一个版本号:
cd anp
uv run python skills/anp-multilang-release/scripts/release.py next-version
直接按自动版本发布:
cd anp
uv run python skills/anp-multilang-release/scripts/release.py release
X.Y.Z0-90.7.2 -> 0.7.30.7.9 -> 0.8.00.9.9 -> 1.0.00.7.10 这种两位数段如果要改规则,先读 references/release-policy.md。
脚本会按下面顺序执行:
pyproject.tomlanp/__init__.pyuv.lockrust/Cargo.tomlrust/Cargo.lockgolang/version.gouv buildcargo publish --dry-run --manifest-path rust/Cargo.tomlgo test ./...<version>,例如 0.7.2golang/v<version>,例如 golang/v0.7.2Python 发布阶段会显式上传当前目标版本对应的 dist/ 构件,避免把历史产物一并上传。
发布前确保:
anp/ 根目录uv publish 已经具备可用凭证cargo publish 已经具备可用凭证如果不是用 origin,可以加:
uv run python skills/anp-multilang-release/scripts/release.py release --remote <remote-name>
plandata-ai
ANP 协议跨 Agent 调用技能。通过 did:wba 去中心化身份,调用 ANP 网络中的任意 Agent(如高德地图、酒店预订、快递查询等)。当用户提到 ANP、调用 Agent、订酒店、查快递、查地图、路线规划时触发此技能。
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.