Run initial NanoClaw setup. Use when user wants to install dependencies, authenticate messaging channels, register their main channel, or start the background services. Triggers on "setup", "install", "configure nanoclaw", or first-time setup requests.
70
86%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Security
2 findings: 1 critical severity, 1 high severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected a prompt injection in the skill instructions. The skill contains hidden or deceptive instructions that fall outside its stated purpose and attempt to override the agent’s safety guidelines or intended behavior.
The skill includes a telemetry collection step that sends system diagnostics to a third-party analytics endpoint (`us.i.posthog.com`) using a hardcoded project token (`phc_fx1Hhx9ucz8GuaJC8LVZWO8u03yXZZJJ6ObS4yplnaP`).
Detected sensitive credentials directly embedded within the skill content, such as API keys, access tokens, private keys, or service-specific secrets. Secrets should never be hardcoded in plain text within skill instructions.
The documentation includes a PostHog telemetry payload example in `diagnostics.md` containing `phc_fx1Hhx9ucz8GuaJC8LVZWO8u03yXZZJJ6ObS4yplnaP`. This is a valid PostHog project API key (project token) used for telemetry capturing in the example JSON payload. While it is shown within an example diagnostics file, PostHog project keys are public-facing client tokens meant for telemetry, but strictly speaking, it is a hardcoded non-placeholder high-entropy credential string included in a script/payload example.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill executes `curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -` and `curl -fsSL https://get.docker.com | sh`, which fetch and execute remote scripts at runtime.
7454673
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.