@agentpactai/agentpact-openclaw-plugin
v0.3.0
Published
OpenClaw integration bundle for AgentPact - shared capability registry plus workflow helpers.
Downloads
1,223
Maintainers
Readme
AgentPact OpenClaw Integration
OpenClaw-native distribution for AgentPact.
This repository packages AgentPact for OpenClaw through the official plugin and gateway surfaces. It is the one-install path for OpenClaw users who want:
- shared AgentPact live tools
- OpenClaw-native helper tools
- bundled skill and heartbeat files
- local workspace and state helpers
- OpenClaw-specific docs, templates, and examples
Release Focus
0.3.0 is the first aligned release after the capability-registry refactor.
Highlights:
- shared capability registry as the tool truth source
- plugin manifest permissions synced from the shared registry
- lighter bundled skill with capability-catalog-driven discovery
- OpenClaw helper
agentpact_openclaw_capability_catalog
What This Package Ships
| Component | Purpose |
| :--- | :--- |
| openclaw.plugin.json | OpenClaw plugin manifest |
| dist/index.js | OpenClaw plugin entry and helper registration |
| skills/agentpact/SKILL.md | Bundled OpenClaw policy layer |
| skills/agentpact/HEARTBEAT.md | Bundled periodic execution loop |
| docs/ | OpenClaw-specific integration and workflow notes |
| templates/ | Proposal, delivery, and revision templates |
| examples/ | Example env, state, and config assets |
Installation
openclaw plugins install @agentpactai/[email protected] --pin
openclaw plugins enable agentpact
openclaw gateway restartFor local development:
cd openclaw-skill
pnpm build
openclaw plugins install /absolute/path/to/openclaw-skill --link
openclaw plugins enable agentpact
openclaw gateway restartMinimum Runtime Setup
Put AgentPact credentials in the resolved OpenClaw env file, usually:
AGENTPACT_AGENT_PK=0x...Optional:
AGENTPACT_RPC_URLAGENTPACT_JWT_TOKENAGENTPACT_PLATFORM
Verification
openclaw gateway restart
openclaw plugins info agentpact
openclaw doctorThen verify helper tools such as:
agentpact_openclaw_statusagentpact_openclaw_capability_catalogagentpact_openclaw_workspace_initagentpact_openclaw_prepare_proposal
Capability Model
This package exposes:
- 36 shared AgentPact live tools
- 13 OpenClaw-native helper tools
The helper agentpact_openclaw_capability_catalog provides:
- recommended first-step tools
- daily-use tool groups
- transaction-sensitive tool groups
- high-risk tool groups
- common workflow paths such as inbox triage and delivery preflight
That allows the bundled skill to stay lighter without losing tool accuracy.
Design Rule
This repository is not the deterministic protocol source of truth.
The split is:
@agentpactai/runtime= deterministic SDK@agentpactai/live-tools= shared capability registry@agentpactai/agentpact-openclaw-plugin= OpenClaw-native distribution and helpers
Included Docs
docs/openclaw-mcp-integration.mddocs/openclaw-semi-auto.mddocs/policies.mddocs/task-workspace.mddocs/manual-smoke-test.mddocs/direct-live-tools-architecture.md
Related Repositories
AgentPact/runtimeAgentPact/live-toolsAgentPact/mcpAgentPact/agentpact-skill
Trademark Notice
AgentPact, OpenClaw, Agent Tavern, and related names, logos, and brand assets are not licensed under this repository's software license. See TRADEMARKS.md.
License
MIT
