Files
skill-template/examples/real_api/README.md
chendelian b267ca3266
All checks were successful
技能自动化发布 / release (push) Successful in 7s
chore: auto release commit (2026-06-15 17:32:47)
2026-06-15 17:32:49 +08:00

16 lines
395 B
Markdown

# Real API Example
这个目录用于沉淀“真实系统 API”类 skill 的可复制成功案例。
## 适用场景
- 目标系统提供真实 API
- 需要 token / secret / credential
- 需要请求重试、权限校验、限流处理、schema 校验和幂等写库
## 当前状态
- 本目录暂时只保留结构占位。
- 示例业务尚未确定。
- 本轮不包含示例代码。