Add Siliconflow Provider 1
Analysis
This is a coherent instruction-only guide for adding SiliconFlow as an OpenClaw model provider, but it persists an API key and changes future model routing, so users should review the configuration before applying it.
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.
cp ~/.openclaw/openclaw.json ~/.openclaw/openclaw.json.backup.$(date +%Y%m%d_%H%M%S) ... 通过 `gateway config.patch` 添加 SiliconFlow provider ... fallback 链接入
The instructions modify persistent OpenClaw configuration, including provider and fallback behavior. This is the stated purpose and includes a backup step, but the change can affect future sessions and model routing.
如果还没有 SiliconFlow 账号,请通过邀请链接注册(双方均获赠额度):https://cloud.siliconflow.cn/i/ihj5inat
The setup flow includes a referral/invitation link. It is disclosed as mutually beneficial, so this is not deceptive, but users should know it may benefit the referrer.
"ownerId": "kn7axa0czv9a71epzsmhxa10hd80rkx7", "slug": "add-siliconflow-provider"
The embedded metadata does not match the supplied registry metadata for this package, which lists a different owner and the slug `add-siliconflow-provider-1`; the registry also lists the source as unknown. This is a provenance note for a config-changing skill.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
| API Key | 在 [控制台](https://cloud.siliconflow.cn/account/ak) 创建,格式 `sk-xxx` | ... "apiKey": "<YOUR_API_KEY>"
The skill requires a SiliconFlow API key and shows it being placed into OpenClaw provider configuration. This is expected for a model-provider integration, but it grants access to the user's SiliconFlow account and possible billing.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
| Base URL | `https://api.siliconflow.cn/v1` | ... | API 协议 | `openai-completions` |
The skill configures OpenClaw to use a third-party model endpoint. This is purpose-aligned, but future prompts and model traffic may be sent to SiliconFlow when these models are selected or used as fallback.
