AgentStack
SKILL verified Apache-2.0 Self-run

Relay Openclaw

skill-jasontang-ai-acp-relay-openclaw · by jasontang-ai

Use this skill when you need OpenClaw-specific guidance for loading or operating Relay Blocks over ACP in an Agent Skills-compatible runtime.

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-jasontang-ai-acp-relay-openclaw

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Relay Openclaw? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Validate the local block tree with scripts/validate-openclaw-loadout.mjs.
  2. Select the narrower Relay Block that matches the task.
  3. Keep protocol truth in the application and ACP specs, not in the runtime adapter.
  4. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.