Skip to main content
Back to registry

create-agent

openrouterteam/agent-skills

Installs1
Install command
npx skills add https://github.com/openrouterteam/agent-skills --skill create-agent
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill helps you create a modular AI agent with: Get an OpenRouter API key at: ⚠️ Security: Never commit API keys. Use environment variables. Create src/agent.ts - the standalone agent that can run anywhere: Create src/tools.ts : Create src/headless.ts - use the agent programmatically: Run headless: OPENROUTER_API_KEY=sk-or-... npm run start:headless Create src/cli.tsx - a beautiful terminal UI that uses the agent with items-based streaming: Run TUI: OPENROUTER_API_KEY=sk-or-... npm start The OpenRouter SDK uses an items-based streaming model - a key paradigm where items are emitted multiple times with the same ID but progressively updated content. Instead of accumulating chunks, you replace items by their ID . Each iteration of getItemsStream() yields a complete item with updated content: For function calls, arguments stream progressively: Traditional (accumulation required): Items (complete replacement): Benefits: The SDK uses an items-based streaming model where items are emitted multiple times with the same ID but progressively updated content. Replace items by their ID rather than accumulating chunks. Do not hardcode model IDs - they change frequently. Use the models API: For simplicity, use openrouter/auto which automatically selects the best available model for your request: - Standalone Agent Core - Runs independently, extensible via hooks - OpenRouter SDK -...

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 create-agent do?

create-agent is listed in SkillJury, but the source summary is still sparse.

Is create-agent good?

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

What agent does create-agent work with?

create-agent currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to create-agent?

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

How do I install create-agent?

npx skills add https://github.com/openrouterteam/agent-skills --skill create-agent

Related skills

More from openrouterteam/agent-skills

Related skills

Alternatives in Software Engineering