🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@dcprotocol/vault

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dcprotocol/vault

DCP - Local vault runtime with CLI and server

latest
Source
npmnpm
Version
3.1.3
Version published
Weekly downloads
23
-51.06%
Maintainers
1
Weekly downloads
 
Created
Source

@dcprotocol/vault

The local DCP vault CLI.

Use it to create a vault, add data, manage agents, and review activity.

Install

npm install -g @dcprotocol/vault

Start

dcp init
dcp create-wallet --chain solana
dcp add identity.email
dcp list

Common Commands

dcp add identity.name
dcp add credentials.api.openai
dcp read identity.email
dcp agents
dcp revoke <agent_id>
dcp activity

Remote Pairing

For remote agent testing:

dcp pairing start openclaw-vps --scopes sign:solana,read:identity.email

For normal remote setup, use the invite flow in DCP Desktop.

Data

By default, the vault uses:

~/.dcp

The vault owns the secrets. Agents get scoped access and approved actions, not direct control of the vault.

FAQs

Package last updated on 23 Jul 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