/install action-gate-bridge-clean
Action Gate Bridge
Use this skill when a communications workflow moves from analysis into a possible external action.
Core workflow
- Read
references/action-bridge.mdfirst. - Read
references/approval-matrix.mdbefore proposing any action. - Pick the narrowest typed action that fits the next step.
- Create a proposal or route the write intent through the sidecar.
- Interpret the result as
allowed,needs_approval,blocked, oraccepted. - Decide what to show the user; do not silently execute a risky action.
Helpers
Use the bundled scripts when the host environment supports them:
node scripts/propose-action.js communications send_email [email protected] "Subject" "Summary" "Program"
node scripts/route-http-write.js communications api-target "Summary" /path '{"hello":"world"}' "Program" "credentials-ref"
Safety
- Red actions require explicit user approval.
- Do not send, post, submit, confirm, or spend by default.
- If policy, scope, approval, or reversibility is unclear, escalate instead of acting.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install action-gate-bridge-clean - After installation, invoke the skill by name or use
/action-gate-bridge-clean - Provide required inputs per the skill's parameter spec and get structured output
What is Action Gate Bridge?
Route risky communications next steps through a typed action-intent bridge so external writes, bookings, settings changes, public posts, and spend decisions... It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.
How do I install Action Gate Bridge?
Run "/install action-gate-bridge-clean" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Action Gate Bridge free?
Yes, Action Gate Bridge is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Action Gate Bridge support?
Action Gate Bridge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Action Gate Bridge?
It is built and maintained by heyalerio (@heyalerio); the current version is v0.0.1.