template-skill
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTemplate Skill
Template Skill
Replace this with your skill instructions.
Setup: See authentication for token setup.
替换为你的技能说明。
设置: 请查看身份验证了解令牌设置方法。
Quick Start
快速开始
bash
curl -X POST https://api.acedata.cloud/<endpoint> \
-H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"prompt": "..."}'Async: See async task polling. Poll viawithPOST /<service>/tasks.{"task_id": "..."}
bash
curl -X POST https://api.acedata.cloud/<endpoint> \
-H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"prompt": "..."}'异步处理: 请查看异步任务轮询。通过接口传入POST /<service>/tasks进行轮询。{"task_id": "..."}
Workflow
工作流程
- Step one
- Step two
- Step three
- 第一步
- 第二步
- 第三步
Gotchas
注意事项
- List non-obvious behaviors here
MCP: See MCP servers for tool-use integration.
- 在此列出非显而易见的行为
MCP: 请查看MCP服务器了解工具使用集成方法。