Install
openclaw skills install api-push-product-platform推送后端 API 接口定义数据到产品部数据平台。
openclaw skills install api-push-product-platform将后端 Java 接口定义(请求方法、路径、参数、响应结构)推送到产品部数据平台,实现接口文档的集中管理和同步。
http://test-gateway.jinyi999.cn/rjhy-test-compliance-utils-api/api/v1/aitest/backend/messagePOSTapplication/jsonprdid (必填): 产品需求 IDcontent (必填): 接口文档 JSON 数据(主要是后端 Java 接口定义){
"prdid": "PRD-2026-001",
"content": {
"apis": [
{
"method": "GET",
"path": "/api/users/{id}",
"description": "获取用户详情",
"parameters": [...],
"response": {...}
}
]
}
}
references/push-history.md自然语言(推荐):直接告诉我需求,我引导你完成推送
脚本方式:
python3 scripts/push_api_to_product_platform.py --prdid "PRD-2026-001" --file ./api-definitions.json
直接 API:参考 references/product-platform-api-docs.md
支持:
详细格式规范见 references/api-definition-standard.md
常见错误场景:
推送前验证接口定义完整性、参数清晰、响应结构明确。
references/push-history.md详细实践见 references/product-platform-api-docs.md
支持 CI/CD 集成和 Git Hook 集成,配置示例见 references/product-platform-api-docs.md