You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

oneclaw

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oneclaw

Identity pack CLI for AI assistants and bots

npmnpm
Version
0.1.0
Version published
Weekly downloads
11
-42.11%
Maintainers
1
Weekly downloads
 
Created
Source

oneclaw

oneclaw provisions and exports AI identity packs.

Current first-class provisioning providers:

  • AgentMail (API-based inbox creation)
  • Telegram Bot (BotFather token + API verification)
  • Bitwarden (browser/account checkpoint + CLI verification + vault seeding)

Current export/apply targets:

  • owpenbot
  • openclaw
  • nanoclaw

Install

npm install
npm run build

Provision

oneclaw provision \
  --pack founder \
  --providers agentmail,telegram,bitwarden \
  --targets owpenbot,openclaw,nanoclaw \
  --agentmail-api-key "$AGENTMAIL_API_KEY" \
  --telegram-bot-token "$TELEGRAM_BOT_TOKEN" \
  --bitwarden-email "founder@example.com" \
  --bitwarden-password "$BITWARDEN_MASTER_PASSWORD" \
  --bitwarden-skip-signup

If a provider needs manual action, provisioning pauses with a clear checkpoint and resume command.

Export

oneclaw export --pack founder --target owpenbot --out ./owpenbot.identity.json
oneclaw export --pack founder --target openclaw --out ./openclaw.identity.json
oneclaw export --pack founder --target nanoclaw --out ./nanoclaw.identity.env

Apply

oneclaw apply --pack founder --target owpenbot --path ~/.openwork/owpenbot/owpenbot.json

Validate and doctor

oneclaw validate --pack founder
oneclaw doctor

Keywords

identity

FAQs

Package last updated on 11 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts