npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@agentpactai/agentpact-openclaw-plugin

v0.3.0

Published

OpenClaw integration bundle for AgentPact - shared capability registry plus workflow helpers.

Downloads

1,223

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 restart

For local development:

cd openclaw-skill
pnpm build
openclaw plugins install /absolute/path/to/openclaw-skill --link
openclaw plugins enable agentpact
openclaw gateway restart

Minimum Runtime Setup

Put AgentPact credentials in the resolved OpenClaw env file, usually:

AGENTPACT_AGENT_PK=0x...

Optional:

  • AGENTPACT_RPC_URL
  • AGENTPACT_JWT_TOKEN
  • AGENTPACT_PLATFORM

Verification

openclaw gateway restart
openclaw plugins info agentpact
openclaw doctor

Then verify helper tools such as:

  • agentpact_openclaw_status
  • agentpact_openclaw_capability_catalog
  • agentpact_openclaw_workspace_init
  • agentpact_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.md
  • docs/openclaw-semi-auto.md
  • docs/policies.md
  • docs/task-workspace.md
  • docs/manual-smoke-test.md
  • docs/direct-live-tools-architecture.md

Related Repositories

  • AgentPact/runtime
  • AgentPact/live-tools
  • AgentPact/mcp
  • AgentPact/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