Skip to main content
Back to registry

ts-agent-sdk

jezweb/claude-skills

This skill generates typed TypeScript SDKs that allow AI agents (primarily Claude Code) to interact with web applications via MCP servers. It replaces verbose JSON-RPC curl commands with clean function calls.

Installs317
Install command
npx skills add https://github.com/jezweb/claude-skills --skill ts-agent-sdk
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykWARN
About this skill
This skill generates typed TypeScript SDKs that allow AI agents (primarily Claude Code) to interact with web applications via MCP servers. It replaces verbose JSON-RPC curl commands with clean function calls. The core SDK template files are bundled with this skill at: templates/ Copy these files to the target project's scripts/sdk/ directory as a starting point: Scan the project for MCP server modules: Each server.ts file contains tool definitions using the pattern: For each tool, extract: Convert Zod schemas to TypeScript interfaces: Create a client class with methods for each tool: Create runnable examples in scripts/sdk/examples/ : Add module exports to scripts/sdk/index.ts : The SDK uses these environment variables: Run generated scripts with: The SDK provides typed errors: When MCP tools change, regenerate the SDK: - name : The tool identifier (e.g., 'create_document') - description : Tool description for JSDoc - inputSchema : Zod schema defining input parameters - endpoint : The MCP endpoint path (e.g., '/api/mcp-docs/message') - Module names : Lowercase, from MCP server name (e.g., 'mcp-docs' → 'docs') - Method names : camelCase from tool name (e.g., 'create_document' → 'createDocument') - Type names : PascalCase (e.g., 'CreateDocumentInput', 'CreateDocumentOutput') - AuthError - 401, invalid token - ValidationError - Invalid input - NotFoundError - Resource not found -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does ts-agent-sdk do?

This skill generates typed TypeScript SDKs that allow AI agents (primarily Claude Code) to interact with web applications via MCP servers. It replaces verbose JSON-RPC curl commands with clean function calls.

Is ts-agent-sdk good?

ts-agent-sdk does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does ts-agent-sdk work with?

ts-agent-sdk currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to ts-agent-sdk?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install ts-agent-sdk?

npx skills add https://github.com/jezweb/claude-skills --skill ts-agent-sdk

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering