Skip to main content
Back to the directory
openrouterteam/agent-skillsSoftware EngineeringFrontend and Design

create-agent

Bootstrap a modular AI agent with OpenRouter SDK, extensible hooks, and optional terminal UI.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/openrouterteam/agent-skills --skill create-agent
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, create-agent has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: openrouterteam/agent-skills. Canonical URL: https://skills.sh/openrouterteam/agent-skills/create-agent.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Bootstrap a modular AI agent with OpenRouter SDK, extensible hooks, and optional terminal UI. 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.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Bootstrap a modular AI agent with OpenRouter SDK, extensible hooks, and optional terminal UI.

Is create-agent good?

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

Which AI agents support create-agent?

create-agent currently lists compatibility with Skills CLI.

Is create-agent safe to install?

create-agent has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to create-agent?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install create-agent?

Run the following command to 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