create-agent
Build modular AI agents with OpenRouter, featuring a standalone core, tool support, and optional terminal UI.
Install
npx skills add https://github.com/openrouterteam/agent-skills --skill create-agentStats
| Total installs | 2,136 |
| Weekly installs | 2.1K |
| GitHub stars | 24 |
| First seen | Jan 31, 2026 |
| Source | @openrouterteam/agent-skills |
Summary
- Standalone agent core runs independently of any UI, with event-based hooks for streaming responses, tool calls, reasoning, and errors
- Items-based streaming model emits complete, progressively updated items by ID rather than accumulating chunks, enabling efficient React state management and concurrent output handling
- Supports 300+ language models via OpenRouter with dynamic model discovery; use openrouter/auto for automatic selection or query the models API by author, context length, and pricing
- Optional Ink TUI provides a beautiful terminal interface; agent also works headless for HTTP APIs, Discord bots, or programmatic use
- Built-in tool system with Zod schemas; add tools at runtime or define custom ones for calculator, time, web search, file operations, and image generation
Tags
Related skills
| Skill | Installs | vs create-agent |
|---|---|---|
| anti-detect-browser | 2,225 | +89 |
| seo-content-writer | 2,168 | +32 |
| characteristic-voice | 1,974 | -162 |
| openclaw-config | 2,188 | +52 |
| write-xiaohongshu | 2,424 | +288 |
FAQ
- How many installs does create-agent have?
- create-agent has 2,136 total installs and 2.1K installs this week.
- Where is create-agent hosted?
- create-agent is published by @openrouterteam/agent-skills at https://github.com/openrouterteam/agent-skills.
- How many GitHub stars does create-agent have?
- create-agent has 24 GitHub stars.
- When was create-agent first indexed?
- OrangeBot.AI first indexed create-agent on Jan 31, 2026.
- How do I install create-agent?
- Run: npx skills add https://github.com/openrouterteam/agent-skills --skill create-agent