第三方 API / SDK 集成开工前,强制先列参数 checklist 并对照官方文档逐项验证(名称 / 类型 / 必填 / 默认 / 上限),通过后再编码——不是「写完再调通」。Use when 新接 vendor API/SDK(Slack / LongPort / freee / LLM API 等)、既有集成追加新 endpoint 或新字段、用户说「调通某接口」「接入 X」「集成 X」。
$npx -y skills add karryviber/orb --skill vendor-api-param-validationInstalls into the current project.
Run `npx skills use "https://github.com/karryviber/orb" --skill "karryviber/orb/vendor-api-param-validation"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/karryviber/orb" that are relevant to the current task. Run `npx skills add "https://github.com/karryviber/orb"` and select the relevant skills, then follow their instructions.