Generate typed TypeScript SDKs for AI agents to interact with MCP servers. Converts JSON-RPC curl commands to clean function calls. Auto-generates types, client methods, and example scripts from MCP tool definitions. Use when building MCP-enabled applications, need typed programmatic access to MCP tools, or creating reusable agent automation scripts.
77
75%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/ts-agent-sdk/SKILL.mdSecurity
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.80). The SDK templates include code that fetches and ingests external, public third‑party content (e.g., templates/api/public/holidays.ts calls the Nager.Date API, templates/api/webhook.ts and templates/api/base.ts provide generic get/post/request functions and triggerZapier/triggerMake that can fetch arbitrary URLs, and templates/api/gemini.ts/workers-ai.ts call external AI APIs), so the agent-provided/generated SDK will read and programmatically interpret untrusted public web content that could influence subsequent actions.
fa91c34
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.