template-skill

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Template 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 via
POST /<service>/tasks
with
{"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

工作流程

  1. Step one
  2. Step two
  3. Step three
  1. 第一步
  2. 第二步
  3. 第三步

Gotchas

注意事项

  • List non-obvious behaviors here
MCP: See MCP servers for tool-use integration.
  • 在此列出非显而易见的行为
MCP: 请查看MCP服务器了解工具使用集成方法。