ydc-claude-agent-sdk-integration

Installation
SKILL.md

Integrate Claude Agent SDK with You.com MCP

Interactive workflow to set up Claude Agent SDK with You.com's HTTP MCP server.

Workflow

  1. Ask: Language Choice

    • Python or TypeScript?
  2. If TypeScript - Ask: SDK Version

    • v1 (stable, generator-based) or v2 (preview, send/receive pattern)?
    • ⚠️ v2 Stability Warning: The v2 SDK is in preview and uses unstable_v2_* APIs that may change. Only use v2 if you need the send/receive pattern and accept potential breaking changes. For production use, prefer v1.
    • Note: v2 requires TypeScript 5.2+ for await using support
  3. Install Package

    • Python: pip install claude-agent-sdk
    • TypeScript: npm install @anthropic-ai/claude-agent-sdk
  4. Ask: Environment Variables

Related skills
Installs
41
GitHub Stars
29
First Seen
Feb 1, 2026