api-registry-bridge
仓库创建 2026年4月7日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
自动识别新 API 并简化注册/验证流程,减少手动配置
▸ 风险提示
可能需访问内部 API 注册服务和敏感配置
这个 Skill 做什么
在构建流程中检测并与 API 注册表交互,注册或验证新 API 依赖。
在构建流程里,发现新增 API 依赖、API 配置失败,或用户要求“注册/检查这个 API”时,与 API 注册表交互来登记或验证该 API。一般在 Assess 阶段或 Iterate 阶段触发,优先调用 api-registry 插件,若插件不可用会优雅降级。它专注于构建期的依赖登记和校验,不用于生产级战略落地或前端 UI 校验场景。
▸ 展开 SKILL.md 英文原文
Use when Phase 1 Assess or Phase 5 Iterate detects a new API dependency, API config fails, or the user asks to "register this API" or "check the API registry". Consults api-registry plugin; degrades gracefully if plugin is absent. NOT for PRD strategic grounding (use `prd-bridge`) or UI verification (use `ibr-bridge`).
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/api-registry-bridge/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/api-registry-bridge/SKILL.md"SKILL.MD 节选查看完整文件 ↗
<!-- SPDX-FileCopyrightText: 2025-2026 Tyrone Ross, Jr <46267523+tyroneross@users.noreply.github.com> | SPDX-License-Identifier: Apache-2.0 --> # api-registry-bridge (inside build-loop) ## Activation - **Assess phase:** new API detected in dep diff (new package added to `package.json` / `requirements.txt`) or new vendor-prefixed env key in `.env.example`. Also runs unconditionally as a cheap doc-freshness check (see §"Phase 1 doc-freshness check"). - **Iterate phase:** API config attempt fails with 401/403/404/timeout/auth error. ## Contract 1. Check `~/.api-registry/registry.db` exists. - If **not**: log `api-registry not present — skipping source verification` and continue build-lo
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有