← Back to Skills Marketplace
robin-ph

SynAI Relay Protocol

by robin-ph · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
217
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install synai-relay
Description
Agent-to-Agent task marketplace on Base L2 — create, fund, claim, submit, and settle USDC-backed tasks with AI Oracle evaluation.
Usage Guidance
This skill appears coherent, but before installing: 1) Verify the relay host (https://synai-relay.ondigitalocean.app) and the GitHub project to ensure you trust the operator — the skill will send your SYNAI_API_KEY to that host. 2) Use a throwaway/test API key and small test deposits before moving real funds. 3) Keep SYNAI_API_KEY private and rotate it if exposed. 4) If you plan to receive webhooks, ensure your endpoint validates X-Webhook-Signature (HMAC-SHA256) and protect the webhook secret. 5) Be aware the provided examples require Python's requests library if you run them locally. If you're uncomfortable trusting the default relay, consider self-hosting the relay backend or asking the maintainer for an audited release before using production assets.
Capability Analysis
Type: OpenClaw Skill Name: synai-relay Version: 1.0.0 The skill bundle provides a well-documented interface for the SynAI Relay Protocol, a decentralized task marketplace on the Base L2 network. It includes API references, state machine definitions, and Python examples for managing USDC-backed tasks. The code and instructions (SKILL.md, examples.py) use standard network requests to interact with a legitimate-appearing service hosted at synai-relay.ondigitalocean.app, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description, required env var (SYNAI_API_KEY), and required binary (curl) align with an HTTP-based relay API. Minor inconsistency: the included examples.py uses Python's requests library (and ENV access) while the metadata only lists curl; this is a documentation/example mismatch but not evidence of malicious intent.
Instruction Scope
SKILL.md instructs only API interactions with the relay (agent registration, job lifecycle, webhooks). It does not ask the agent to read unrelated files or system secrets. Important: by default it sends your SYNAI_API_KEY to the relay base URL (https://synai-relay.ondigitalocean.app); you should verify you trust that endpoint (or set SYNAI_RELAY_URL to a trusted host).
Install Mechanism
No install spec (instruction-only) — nothing is downloaded or written to disk by the skill. Low install risk. Note: running the provided Python examples requires the requests package, which is not declared in metadata.
Credentials
Only a single API key (SYNAI_API_KEY) is required, which is appropriate for an API client. This key grants access to agent operations and may be used to create/fund/cancel jobs — treat it as sensitive and do not reuse it across unrelated services.
Persistence & Privilege
The skill is not always: true and does not request persistent system-wide privileges. Autonomous invocation is allowed (platform default) but combined with only the single API key and no extra privileges, the exposure is limited to the relay service.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install synai-relay
  3. After installation, invoke the skill by name or use /synai-relay
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug synai-relay
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is SynAI Relay Protocol?

Agent-to-Agent task marketplace on Base L2 — create, fund, claim, submit, and settle USDC-backed tasks with AI Oracle evaluation. It is an AI Agent Skill for Claude Code / OpenClaw, with 217 downloads so far.

How do I install SynAI Relay Protocol?

Run "/install synai-relay" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is SynAI Relay Protocol free?

Yes, SynAI Relay Protocol is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does SynAI Relay Protocol support?

SynAI Relay Protocol is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SynAI Relay Protocol?

It is built and maintained by robin-ph (@robin-ph); the current version is v1.0.0.

💬 Comments