Coze Api
Provides API guidance and assistance for agent workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add coze-api npx -- -y @trustedskills/coze-api
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"coze-api": {
"command": "npx",
"args": [
"-y",
"@trustedskills/coze-api"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The Coze API skill enables AI agents to interact with the Coze platform, allowing them to create, manage, and deploy bots directly. It facilitates real-time communication between your agent and Coze's ecosystem for workflow automation.
When to use it
- Automate bot creation and updates without manual intervention in the Coze dashboard.
- Trigger complex workflows or actions defined within Coze flows programmatically.
- Retrieve data from Coze plugins or knowledge bases during an active agent conversation.
- Deploy new agent versions or update existing configurations via API calls.
Key capabilities
- Create and manage bots on the Coze platform.
- Execute workflows and actions defined in Coze.
- Interact with external tools and plugins integrated into Coze.
- Handle authentication and authorization for API access.
Example prompts
- "Create a new bot named 'SupportBot' using the Coze API with these specific instructions."
- "Execute the 'OrderProcessing' workflow on Coze when a customer places an order."
- "Retrieve the latest product catalog from the Coze knowledge base to answer this query."
Tips & gotchas
Ensure you have valid API credentials and proper permissions before attempting to create or modify bots. Rate limits may apply depending on your Coze plan, so handle errors gracefully in your agent logic.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.