open-agent-sdk-typescript

Installation
SKILL.md

Open Agent SDK (TypeScript)

Skill by ara.so — AI Agent Skills collection.

Open Agent SDK is a TypeScript library that runs full AI agent loops in-process without CLI dependencies or subprocesses. It supports both Anthropic and OpenAI-compatible APIs, provides 35+ built-in tools, MCP server integration, custom tool creation, skills system, subagents, and lifecycle hooks. Deploy anywhere: cloud, serverless, Docker, or CI/CD.

Installation

npm install @codeany/open-agent-sdk

Set your API key as an environment variable:

export CODEANY_API_KEY=your-api-key-here

For OpenAI-compatible models:

Installs
93
First Seen
May 17, 2026
open-agent-sdk-typescript — aradotso/ai-agent-skills