Configure Openclaw Anyrouter Model And Fix Baseurl
Analysis
This instruction-only skill matches its stated purpose, but it changes persistent OpenClaw/ClaudeCode model-routing settings and handles provider API keys, so users should review the exact config changes before use.
Findings (5)
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.
把默认模型切到 `anyrouter/claude-opus-4-6`,并同时确认 `agents.defaults` 与 `agents.list.main` 都已对齐
The skill instructs the agent to change persistent OpenClaw model-routing configuration. This is central to the skill's purpose, but it changes future agent behavior.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
There is no executable install surface, but the skill's provenance is limited for an artifact that guides local configuration and credential handling.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
环境变量版:`"apiKey": "${AnyRouterKey}"` ... 明文版:`"apiKey": "[REDACTED]"`The skill handles a provider API key and notes that it may be referenced through an environment variable or written directly into config. This is expected for a model-provider integration, but it is credential-sensitive.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
对 `https://anyrouter.top/v1/messages` 发最小请求 ... `ANTHROPIC_BASE_URL = https://anyrouter.top`
The skill routes model validation and ClaudeCode configuration through an external AnyRouter gateway. This is disclosed and purpose-aligned, but prompts and authentication may flow to that provider.
本次实际结论是:当前小肠 Agent:`anyrouter/claude-opus-4-6`
The skill includes prior-run conclusions inside reusable instructions. If over-trusted, those statements could be mistaken for the current user's actual state.
