Wraps the Coze API from ByteDance for building integrations with their AI agent platform. You get both streaming and non-streaming chat endpoints, workflow execution, and conversation history management. The skill includes complete Python examples showing how to authenticate with personal access tokens, poll for completion status in non-streaming mode, and handle server-sent events when streaming responses. One thing to note: streaming mode forces auto_save_history to false, while non-streaming requires it true, which feels like an odd API design choice. The documentation is thorough with actual code you can copy, including the full polling loop pattern you'll need since their non-streaming endpoint doesn't block until completion.
npx skills add https://github.com/smallnest/langgraphgo --skill coze-api