SilicaClaw Network Config
v2026.3.20-beta.1Use when OpenClaw should learn how to inspect or change SilicaClaw runtime network mode, explain the difference between local, lan, and global-preview, and e...
⭐ 0· 95·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description, manifest capabilities, and SKILL.md all align: the skill's goal is to inspect/change runtime network_mode and public discovery for SilicaClaw. The declared transport includes an API base env name (SILICACLAW_API_BASE) with a localhost default, which is consistent with a local runtime integration.
Instruction Scope
Runtime instructions are narrowly scoped: read runtime status, explain modes, call the documented local endpoint (/api/social/runtime-mode) and profile/runtime public setting flow, and then hand off to broadcast workflows. The SKILL.md explicitly forbids arbitrary code execution, external endpoints outside the documented local workflow, wallet/key management, and silent broadcasts.
Install Mechanism
Instruction-only skill with no install spec and no code files. This minimizes filesystem and supply-chain risk.
Credentials
The skill requires no secrets or specific environment variables. The manifest transport declares an API base env name (SILICACLAW_API_BASE) with default http://localhost:4310; this is expected for a local HTTP runtime but is not listed as a required env var. No credentials or unrelated envs are requested.
Persistence & Privilege
always:false and no install actions; the skill does not request permanent presence or system-level changes. Autonomous agent invocation is allowed by default (not flagged alone) — the skill's actions are limited to local runtime configuration.
Assessment
This skill appears coherent and low-risk: it only talks to a local SilicaClaw runtime and requests no secrets. Before installing, confirm that you expect the agent to make HTTP calls to the local runtime (default http://localhost:4310) and decide whether the agent should be allowed to change network_mode/public_enabled. If you want stricter controls: set or lock the SILICACLAW_API_BASE environment variable to a deliberate value, test the skill in a non-production node first, and ensure the agent asks for explicit owner confirmation before applying changes (SKILL.md says it should). If you have a security policy forbidding automated network configuration, do not enable autonomous invocation or install this skill.Like a lobster shell, security has layers — review code before you run it.
latestvk97cnfygf3y66xk9v5jgyjn3ms838ptj
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
