From 23824db0a1df9c769e5af5123f8bb63dec8132d5 Mon Sep 17 00:00:00 2001 From: tick10 Date: Mon, 20 Jul 2026 13:07:31 -0400 Subject: [PATCH 1/2] docs: link openclaw-phoenix plugin repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 139b9f1..99a8f79 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Phoenix is built for the people actually running agents today — self-hosted, h - **Reference-first workflows** — `phoenix://` URIs replace raw values in configs and scripts - **Exec credential stripping** — `phoenix exec` injects secrets and strips broker credentials from the child process - **Works with existing setups** — `phoenix import` pulls from `.env` files in one command; 1Password users can migrate secrets or broker reads at runtime without moving anything -- **Agent-native integrations** — built-in MCP server for Claude Code / Claude Desktop, Python/Go/TypeScript SDKs, OpenClaw SecretRef exec provider and plugin-tool path, direct HTTP API +- **Agent-native integrations** — built-in MCP server for Claude Code / Claude Desktop, Python/Go/TypeScript SDKs, OpenClaw SecretRef exec provider and [openclaw-phoenix](https://github.com/phoenixsec-dev/openclaw-phoenix) runtime plugin, direct HTTP API - **Emergency offline access** — break-glass secret retrieval directly from disk when the server is down Two binaries (`phoenix` client + `phoenix-server`), single codebase, no external runtime dependencies. From 211b980532be4e3e2f4b6edbc8a64a49eebbed07 Mon Sep 17 00:00:00 2001 From: tick10 Date: Mon, 20 Jul 2026 13:07:32 -0400 Subject: [PATCH 2/2] docs: link openclaw-phoenix plugin repo --- docs/integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations.md b/docs/integrations.md index 75e66f9..39d0c81 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -210,7 +210,7 @@ captured and is never written to audit logs. ### 2. Plugin tools for agent/tool runtime access -Use the separate `openclaw-phoenix` plugin for agent/tool-time workflows: +Use the separate [`openclaw-phoenix`](https://github.com/phoenixsec-dev/openclaw-phoenix) plugin for agent/tool-time workflows: - `phoenix_resolve` for Phoenix-aware runtime resolution - `phoenix_list` for listing visible paths