Loading...
Loading...
A template for creating new AceDataCloud Agent Skills. Copy this directory and customize.
npx skill4agent add acedatacloud/skills template-skillSetup: See authentication for token setup.
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": "..."}
MCP: See MCP servers for tool-use integration.