SEEK
Analysis
This skill mostly matches its stated purpose, but it asks the agent to expose an API key, can change and restart your OpenClaw setup, and has confusing package identity metadata.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
When the user wants free AI, run these steps in order: `freeride auto` ... `openclaw gateway restart`
The primary workflow changes OpenClaw's default model configuration and restarts the gateway, but does not instruct the agent to ask for confirmation, preview changes, or create a backup first.
"ownerId": "kn7eepf540q01kxs5gzwnvsp5s80hhje", "slug": "free-ride", "version": "1.0.5"
These identifiers differ from the supplied registry metadata, which lists a different owner ID, slug, and version, while skill.json also uses another version/name combination.
def run_daemon(): ... while running: ... check_and_rotate(api_key, state)
The watcher can run continuously and automatically rotate the configured model, but the artifacts present it as an optional user-run daemon rather than hidden persistence.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Check with `echo $OPENROUTER_API_KEY` ... `openclaw config set env.OPENROUTER_API_KEY "sk-or-v1-..."`
The skill requires an OpenRouter API key and recommends printing it, which can expose the secret in terminal output, agent transcripts, or logs.
