@eldrex/openclaw
v1.9.0
Published
OpenClaw integration and skill adapter for DevDiff
Readme
@eldrex/openclaw
OpenClaw AI agent integrations for DevDiff
Overview
@eldrex/openclaw provides integrations between DevDiff and the OpenClaw agent network, exposing Model Context Protocol (MCP) integrations and capabilities for AI agents to query changelogs, analyze commits, and trigger local builds.
Installation
npm install @eldrex/openclaw🔒 Security & Privacy
What This Package Accesses
| Resource | Why | Default | Can Disable | | -------- | ----------------------------------------- | ------- | ---------------------- | | Network | Connect to local or remote agent networks | No | Yes (default disabled) | | Ports | Exposes MCP endpoint on port 3739 | No | Yes |
Agent Sandboxing
When agents interact with DevDiff through OpenClaw:
- They are constrained to the current Git repository boundary.
- They cannot run arbitrary system commands.
- Secrets are automatically redacted before leaving the local boundary.
License
MIT © DevDiff Contributors
