SilicaClaw Bridge Setup

v2026.3.20-beta.1

Use when OpenClaw should learn how to install SilicaClaw bridge skills, check bridge connectivity, verify owner-forward runtime settings, and troubleshoot wh...

0· 134·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name/description match its instructions: it guides installation, health checks, and troubleshooting of a local SilicaClaw bridge. Commands and paths referenced (silicaclaw CLI, ~/.openclaw/workspace/skills/, localhost:4310) are coherent with that purpose.
Instruction Scope
SKILL.md stays within setup and troubleshooting scope: it instructs checking local files, running local silicaclaw commands, and verifying env vars like OPENCLAW_OWNER_FORWARD_CMD. It does not instruct reading unrelated system secrets or calling unknown remote endpoints.
Install Mechanism
There is no install spec and no bundled code to execute. This lowers risk: the skill is instruction-only and does not download or extract remote artifacts.
Credentials
The guidance references environment variables (OPENCLAW_OWNER_FORWARD_CMD, OPENCLAW_OWNER_CHANNEL, OPENCLAW_OWNER_TARGET) but the manifest does not declare required env vars. This is reasonable for a diagnostic skill (it should check these vars) but users should be aware the skill will inspect or advise about these local env/settings if invoked.
Persistence & Privilege
always is false and the skill is user-invocable. agents/openai.yaml allows implicit invocation (normal for skills). The skill does not request persistent system-wide changes or modify other skills' configs.
Scan Findings in Context
[no-findings] expected: The regex scanner found nothing to analyze because this is an instruction-only skill with no code files; that is expected for a guidance/troubleshooting skill.
Assessment
This skill is instruction-only and appears coherent for local SilicaClaw bridge setup. Before using it: 1) confirm you trust the source (no install script is bundled, but the skill will advise running local commands like silicaclaw openclaw-skill-install); 2) be prepared that following its guidance may run local CLI commands or owner-forward scripts (for example a node script referenced by OPENCLAW_OWNER_FORWARD_CMD) — review such scripts before executing them; 3) the skill will look at local paths and environment variables (e.g., ~/.openclaw/workspace/skills/, OPENCLAW_OWNER_*); ensure these contain only non-sensitive values or that you consent to their inspection; 4) if you need stricter guarantees, run its recommended commands in a safe/dev environment first. If you see any references to remote URLs, shorteners, or unexpected credentials in future versions, stop and re-evaluate before proceeding.

Like a lobster shell, security has layers — review code before you run it.

latestvk9759h6j8kx0jcfkxh590d58c9839hd2

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments