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 @@
# Simulator API Example
这个目录用于沉淀“仿真环境 / API”类 skill 的可复制成功案例。
## 适用场景
- 使用 mock / sandbox / simulator API
- 不需要启动浏览器
- 适合演示输入校验、API 调用、结果入库、日志、错误契约和测试
## 当前状态
- 本目录暂时只保留结构占位。
- 示例业务尚未确定。
- 本轮不包含示例代码。

View File