FF everclaw
Open-source first AI inference — GLM-5 as default, Claude as fallback only. Own your inference forever via the Morpheus decentralized network. Stake MOR tokens, access GLM-5, GLM-4.7 Flash, Kimi K2.5, and 30+ models with persistent inference by recycling staked MOR. Open-source first model router routes all tiers to Morpheus by default — Claude only kicks in as an escape hatch when needed. Includes Morpheus API Gateway bootstrap for zero-config startup, OpenAI-compatible proxy with auto-session management, automatic retry with fresh sessions, OpenAI-compatible error classification to prevent cooldown cascades, multi-key auth rotation v2 with proactive DIEM balance monitoring and reactive 402 watchdog, Gateway Guardian v5 with direct curl inference probes (eliminates Signal spam), proactive Venice DIEM credit monitoring, circuit breaker for stuck sub-agents, nuclear self-healing restart, always-on proxy-router with launchd auto-restart, smart session archiver, three-shift cyclic execution engine (v2 with 15-minute execution loops), 24/7 always-on power configuration for macOS, bundled security skills, zero-dependency wallet management via macOS Keychain, x402 payment client for agent-to-agent USDC payments, and ERC-8004 agent registry reader for discovering trustless agents on Base.
As a process F 55/100 · Will not run — References files that are not bundled: references/acquiring-mor.md, references/models.md, references/troubleshooting.md
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.
Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.
Explain in the description why the access is needed and how it is limited; add tests that show refusals on dangerous requests.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.
Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.
How to improve
- Shorten the description to 1024 characters.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- The text references files that are not there: add them or drop the references.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 36
✓ No critical or high findings
Medium and low: 36
-
medium Dangerous commands
cmd-pipe-to-shellSKILL.md:167Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation of a security skill)curl -fsSL https://get.openclaw.ai | bash
security skill -
medium Risky intent
intent-wallet-secretsSKILL.md:385Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetThe proxy-router needs your wallet private key. **Never store it on disk.** Inject it at runtime from 1Password:
-
medium Broad scope
meta-agent-memory-dumptemplates/flavors/androidclaw/HEARTBEAT.mdAgent memory / workspace files bundled with the skill (30) — likely a workspace dump with personal data or tokenstemplates/flavors/androidclaw/HEARTBEAT.md, templates/flavors/androidclaw/SOUL.md, templates/flavors/bitcoinclaw/HEARTBEAT.md, templates/flavors/bitcoinclaw/SOUL.md, templates/flavors/bookingclaw/HEAR
-
medium Risky intent
intent-wallet-secretstemplates/flavors/bitcoinclaw/workflows.md:48Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetAgent walks through a security checklist: seed phrase backup verified, multisig setup reviewed, hardware wallet firmware current, passphrase recorded separately. Never asks to see or input actual secr
-
medium Dangerous commands
cmd-pipe-to-shelltemplates/flavors/deepseekclaw/TOOLS.md:8Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation of a security skill)curl -fsSL https://ollama.ai/install.sh | sh
security skill -
medium Dangerous commands
cmd-pipe-to-shelltemplates/flavors/installopenclaw/TOOLS.md:15Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation of a security skill)curl -fsSL https://installopenclaw.xyz | bash
security skill -
low Dangerous commands
cmd-pipe-to-shellREADME.md:16Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation of a security skill; the skill's own vendor host)curl -fsSL https://get.everclaw.xyz | bash
security skillvendor-host -
low Dangerous commands
cmd-pipe-to-shellREADME.md:49Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation table row; documentation of a security skill)| **OpenClaw** | `curl -fsSL https://get.openclaw.ai \| bash` | Agent runtime |
tablesecurity skill -
low Dangerous commands
cmd-pipe-to-shell-known-hostREADME.md:276Pipe-to-shell installer from a well-known host (still executes remote code) (documentation table row; documentation of a security skill)| Install (script) | `curl -fsSL https://raw.githubusercontent.com/profbernardoj/everclaw/main/scripts/install-everclaw.sh \| bash` |
tablesecurity skill -
low Dangerous commands
cmd-privilegeREADME.md:300Privilege escalation / world-writable permissions (documentation table row; documentation of a security skill)| Restore power defaults | `sudo bash skills/everclaw/scripts/always-on.sh --restore` |
tablesecurity skill -
low Risky intent
intent-wallet-secretsSKILL.md:14Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)description: "Morpheus wallet private key — injected at runtime from 1Password or macOS Keychain. NEVER stored on disk."
quoted -
low Risky intent
intent-wallet-secretsSKILL.md:23Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)- name: "Wallet Private Key"
quoted -
low Dangerous commands
cmd-pipe-to-shellSKILL.md:138Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation table row; documentation of a security skill)| **OpenClaw** | `curl -fsSL https://get.openclaw.ai \| bash` | Agent runtime |
tablesecurity skill -
low Dangerous commands
cmd-pipe-to-shell-known-hostSKILL.md:145Pipe-to-shell installer from a well-known host (still executes remote code) (documentation of a security skill)curl -fsSL https://raw.githubusercontent.com/profbernardoj/everclaw/main/scripts/install-with-deps.sh | bash -s -- --check-only
security skill -
low Dangerous commands
cmd-pipe-to-shell-known-hostSKILL.md:151Pipe-to-shell installer from a well-known host (still executes remote code) (documentation of a security skill)curl -fsSL https://raw.githubusercontent.com/profbernardoj/everclaw/main/scripts/install-with-deps.sh | bash
security skill -
low Dangerous commands
cmd-pipe-to-shell-known-hostSKILL.md:170Pipe-to-shell installer from a well-known host (still executes remote code) (documentation of a security skill)curl -fsSL https://raw.githubusercontent.com/profbernardoj/everclaw/main/scripts/install-with-deps.sh | bash
security skill -
low Dangerous commands
cmd-pipe-to-shell-known-hostSKILL.md:264Pipe-to-shell installer from a well-known host (still executes remote code) (documentation of a security skill)curl -fsSL https://raw.githubusercontent.com/profbernardoj/everclaw/main/scripts/install-everclaw.sh | bash
security skill -
low Exfiltration
read-dotenvSKILL.md:395Reads a .env file (documentation of a security skill)source .env
security skill -
low Dangerous commands
cmd-background-processSKILL.md:404Starts a background / autostarted process (documentation of a security skill)nohup ./proxy-router > ./data/logs/router-stdout.log 2>&1 &
security skill -
low Exfiltration
net-credential-useSKILL.md:413Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)curl -s -u "admin:$COOKIE_PASS" http://loca…082/healthcheck
security skill -
low Exfiltration
net-credential-useSKILL.md:435Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)curl -s -u "admin:$COOKIE_PASS" -X POST \
security skill -
low Exfiltration
net-credential-useSKILL.md:450Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)curl -s -u "admin:$COOKIE_PASS" -X POST \
security skill -
low Exfiltration
net-credential-useSKILL.md:493Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)curl -s -u "admin:$COOKIE_PASS" "http://loca…082/v1/chat/completions" \
security skill -
low Exfiltration
net-credential-useSKILL.md:533Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)curl -s -u "admin:$COOKIE_PASS" -X POST \
security skill -
low Secrets in code
secret-high-entropy-tokenSKILL.md:620High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Diamond | `0x6a…30a` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:621High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| MOR Token | `0x74…8e3` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:1424High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| USDC (Base) | `0x83…913` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:1527High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Identity | `0x80…432` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:1528High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Reputation | `0x80…b63` |
table -
low Dangerous commands
cmd-privilegeSKILL.md:1976Privilege escalation / world-writable permissions (documentation of a security skill)sudo bash skills/everclaw/scripts/always-on.sh
security skill -
low Dangerous commands
cmd-privilegeSKILL.md:1979Privilege escalation / world-writable permissions (documentation of a security skill)sudo bash skills/everclaw/scripts/always-on.sh --restore
security skill
A further 5 matches are quotations in this security skill's documentation and are not counted as findings.
Files scanned: 80. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- error
description-longdescription is 1302 chars, limit 1024 - warning
body-longSKILL.md body ≈ 19426 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: references/acquiring-mor.md - warning
missing-refreference to a missing file: references/models.md - warning
missing-refreference to a missing file: references/troubleshooting.md - warning
missing-refreference to a missing file: references/api.md - warning
missing-refreference to a missing file: references/economics.md - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 55/100
- 0Tools and files. 5 referenced file(s) missing: references/acquiring-mor.md, references/models.md, references/troubleshooting.md
- 10Execution cost. Instruction body is 19426 tokens: crowds the task out of the window
- 40Consistency. Frontmatter name (everclaw) differs from the folder (everclaw-inference)
- 50When it triggers. No condition that starts the skill
- 60Result and completion. Output format stated, no completion criterion
- 70Inputs and preconditions. Inputs and preconditions are listed
- 85Steps. 197 steps, 2 vague phrases
- 100Failures and branches. 9 branches, has a failure section
- 100Running it twice. Mutating operations check current state
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 33 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (12 tags): a typed call is more reliable
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Description length 1302: 120–800 characters recommended
- -2localhost URLs: will not work for another user
- -239 emoji in the instructions: noise for the model
- +1No license
- +2Single-language instructions
- +4Structure: 166 headings
- +3Step-by-step instructions: 197 items
- +3Output format is stated explicitly
- +4Has examples (81 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 32.