Skip to main content
ClaudeWave

Open-source credential gateway with a built-in vault. give your AI agents access to services without exposing keys.

Subagents2.4k stars122 forksTypeScriptApache-2.0Updated 2d ago
Editor's note

OneCLI is an open-source credential gateway that sits between AI agents and the external APIs they call, preventing agents from ever handling real API keys directly. Agents are issued placeholder tokens and route outbound HTTP requests through a Rust-built gateway running on port 10255; the gateway matches each request against host and path patterns, retrieves the corresponding credentials from an AES-256-GCM encrypted store, and injects them as headers or URL query parameters before the request leaves the network. A Next.js dashboard on port 10254, backed by PostgreSQL via Prisma, lets operators register agents, store secrets, and set per-agent scoped permissions. A standout feature is optional Bitwarden vault integration, which enables on-demand credential injection without storing secrets on the server at all. The project supports Claude agents and any MCP-compatible workflow that needs to call third-party APIs, and is most useful for security-conscious teams or developers running multiple agents that would otherwise each require their own copy of sensitive credentials.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/onecli/onecli && cp onecli/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

4 items in this repository

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

Install

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

Install

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

Install

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

Install
Use cases

Subagents overview

README preview not available. Visit the repo on GitHub for full documentation.
ai-agentsclimcpnanoclawnodejsopenclawpostgresrustsecret-managementsecuritysecurity-toolsvault

What people ask about onecli

What is onecli/onecli?

+

onecli/onecli is subagents for the Claude AI ecosystem. Open-source credential gateway with a built-in vault. give your AI agents access to services without exposing keys. It has 2.4k GitHub stars and was last updated 2d ago.

How do I install onecli?

+

You can install onecli by cloning the repository (https://github.com/onecli/onecli) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is onecli/onecli safe to use?

+

Our security agent has analyzed onecli/onecli and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains onecli/onecli?

+

onecli/onecli is maintained by onecli. The last recorded GitHub activity is from 2d ago, with 49 open issues.

Are there alternatives to onecli?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy onecli to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: onecli/onecli
[![Featured on ClaudeWave](https://claudewave.com/api/badge/onecli-onecli)](https://claudewave.com/repo/onecli-onecli)
<a href="https://claudewave.com/repo/onecli-onecli"><img src="https://claudewave.com/api/badge/onecli-onecli" alt="Featured on ClaudeWave: onecli/onecli" width="320" height="64" /></a>

More Subagents