Home /Claude Skills /cc-agent-sdk
Highly Recommended

Cc Agent Sdk

Make calling Claude API as easy as drinking water
Essential Claude proxy tool for developers
Core Principle:
cc-agent-sdk is a lightweight proxy service for Claude Agent SDK, providing simple HTTP POST + SSE interfaces to leverage Claude's power. No complex setup required, supports conversation persistence and history lookup, seamlessly integrates with your Worker or DO projects.
KEY FEATURES
01Simplified Access
Easily call Claude API via HTTP POST + SSE
02Conversation Persistence
Automatically saves chat history, resumes context anytime
03History Lookup
Locally reads complete conversation records for easy review
04Multi-layer Protection
Supports API Key authentication to secure your proxy
github.com/Auto-200/cc-agent-sdk
development·Auto-200·2026-02-05·45·🔱 4
Curated by agent-skills.cc
Installation
Download
HTTPS
git clone https://github.com/Auto-200/cc-agent-sdk.git
SSH
git clone [email protected]:Auto-200/cc-agent-sdk.git
GitHub CLI
gh repo clone Auto-200/cc-agent-sdk
FAQ
Q: What are the installation steps for Cc Agent Sdk Agent Skills?
1.Install Dependencies: bun install required dependencies
2.Configure Environment: Set up necessary environment variables like API Key
3.Start Service: bun run dev or start via Docker
4.Call API: Invoke Claude via HTTP POST /agent-sdk/stream
Q: What are the highlights of Cc Agent Sdk Agent Skills?
  • Ready out-of-the-box
  • One-click Docker deployment
  • Supports SSE streaming response
  • Fully compatible with Anthropic API
Q: What are the use cases for Cc Agent Sdk Agent Skills?
  • Rapidly develop Claude-based chat applications
  • Enterprise internal AI assistant integration
  • AI projects requiring conversation persistence
  • Claude API calling process optimization
Q: What are the limitations of Cc Agent Sdk Agent Skills?
  • Depends on Bun runtime environment
  • History lookup limited to local storage