feat: add PCP skill for OpenClaw/ClawHub (by Wren)#245
Open
conoremclaughlin wants to merge 3 commits intomainfrom
Open
feat: add PCP skill for OpenClaw/ClawHub (by Wren)#245conoremclaughlin wants to merge 3 commits intomainfrom
conoremclaughlin wants to merge 3 commits intomainfrom
Conversation
Bundled guide skill teaching agents how to use PCP tools — bootstrap, memory (remember/recall), sessions, cross-agent messaging, and identity. Compatible with AgentSkills format for both PCP and OpenClaw ecosystems. Publishable to ClawHub as a standalone skill. Co-Authored-By: Wren <noreply@anthropic.com>
Standalone OpenClaw plugin (pcp-openclaw) that auto-injects PCP identity context via before_prompt_build hook and ends sessions on agent_end. Includes bundled PCP skill, plugin manifest with config schema, and a pcp_status diagnostic tool. Installable via: openclaw plugins install ./packages/openclaw-plugin Or from npm once published: openclaw plugins install pcp-openclaw Co-Authored-By: Wren <noreply@anthropic.com>
Co-Authored-By: Wren <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two deliverables for PCP ↔ OpenClaw integration:
1. PCP Skill (
packages/api/src/skills/builtin/pcp/SKILL.md)2. OpenClaw Plugin (
packages/openclaw-plugin/)pcp-openclaw)before_prompt_buildhook: Auto-calls PCP bootstrap, injects identity/memories/values into system promptagent_endhook: Auto-ends PCP session with duration summarypcp_statustool: Diagnostic tool for checking PCP connectivityInstallation
Test plan
list_skillsMCP tool🤖 Generated with Claude Code