Install
$ agentstack add skill-jasontang-ai-acp-relay-openclaw ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
What this block is for
Use this block when the runtime environment is OpenClaw or another closely compatible Agent Skills host.
When to use this block
Use this block when you need to:
- validate that Relay Blocks are present and shaped correctly for a local OpenClaw-style runtime
- select the right narrower Relay Block for an ACP task
- keep runtime-specific guidance separate from ACP semantics
Load references/openclaw-runtime-notes.md for the runtime adapter checklist. Use scripts/validate-openclaw-loadout.mjs to inspect the local Relay Blocks tree before runtime use.
When not to use this block
Do not use this block to redefine ACP or Relay behavior.
Inputs expected
- local
skills/root - runtime-specific tool availability
Workflow
- Validate the local block tree with
scripts/validate-openclaw-loadout.mjs. - Select the narrower Relay Block that matches the task.
- Keep protocol truth in the application and ACP specs, not in the runtime adapter.
- Use the CLI, API, or web surface according to the narrower package selected.
Available scripts
scripts/validate-openclaw-loadout.mjs: validate local Relay Block packaging for OpenClaw-style use and emit a manifest summary
Outputs
- runtime-specific loading guidance
- block manifest summary
- missing-file warnings when packaging is incomplete
Failure handling
If a required tool is unavailable in the runtime, stop and report the capability gap rather than changing protocol semantics.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: jasontang-ai
- Source: jasontang-ai/acp
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.