chore: auto release commit (2026-06-15 17:32:47)
All checks were successful
技能自动化发布 / release (push) Successful in 7s

This commit is contained in:
2026-06-15 17:32:49 +08:00
parent 87ef00835b
commit b267ca3266
43 changed files with 3504 additions and 206 deletions

View File

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

View File

View File