创建层级化目录的 skills

This commit is contained in:
2026-03-27 13:05:22 +08:00
parent 88eec2787b
commit 0196206ed3
50 changed files with 2861 additions and 388 deletions
@@ -0,0 +1,29 @@
---
name: api-operations-platform-governance-observability-cache
description: platform/governance-observability 场景下 cache 操作接口。
version: 1.0.0
---
# 何时使用
当你只需要处理 **cache** 相关接口时,使用本技能。
# 输入要求
- 可选:`BASE_URL`(默认 `http://127.0.0.1:8000`
- 可选:`AUTH_TOKEN`(按环境鉴权策略)
- 覆盖方法:`GET`, `POST`
# 操作列表
- `POST /api/v1/clearallredis/` - 清除所有缓存
- `POST /api/v1/clearrediskey/` - 清除单个缓存键
- `POST /api/v1/clearrediskeys/` - 清除匹配的缓存键
- `GET /api/v1/queryredis/` - 查询缓存键列表
# See Also
- 关联场景: `../`
- 关联总览: `../../../SKILL.md`
- 关联身份权限: `../../business/identity-access`
- 关联SCADA操作: `../../analytics/scada-operations`