Dualkey Agent banner
wadeKeith wadeKeith

Dualkey Agent

AI community

Description

Approvals, deterministic policy, and signed receipts for AI agent actions.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

DualKey

[![CI](https://github.com/wadeKeith/dualkey-agent/actions/workflows/ci.yml/badge.svg)](https://github.com/wadeKeith/dualkey-agent/actions/workflows/ci.yml) [![Release](https://img.shields.io/github/v/release/wadeKeith/dualkey-agent)](https://github.com/wadeKeith/dualkey-agent/releases) [![License](https://img.shields.io/github/license/wadeKeith/dualkey-agent)](./LICENSE) [![Python](https://img.shields.io/badge/python-3.11%2B-0f766e)](./pyproject.toml)

No dangerous agent action without a second key.

Add approvals, policy, and receipts to any AI agent in 10 lines.

DualKey is an execution authorization layer for AI agents. It sits between an agent deciding to do something and that action actually running. The goal is simple: standardize risky actions, evaluate them with deterministic policy, require a second key when needed, and leave behind tamper-evident receipts.

Demos

GIFs are still being recorded. The cards below mark the three public-facing demos the repo is built around:

Coding agent approval Browser checkout approval MCP tool governance
![Coding agent approval](docs/assets/demo-coding-gate.svg) ![Browser checkout approval](docs/assets/demo-browser-checkout.svg) ![MCP tool governance](docs/assets/demo-mcp-proxy.svg)

Why this exists

The agent ecosystem already has plenty of planning and orchestration. What it still lacks is a shared control plane for dangerous actions:

  • browser-use can click through checkout flows.
  • coding agents can edit files, run shell commands, and push branches.
  • MCP servers expose tools that can reach secrets, production systems, and real money.

DualKey focuses on the missing layer:

  • action normalization
  • deterministic policy
  • approval / denial
  • evidence receipts
  • replay-ready event history

DualKey vs frameworks

| Question | Agent frameworks / runt