Add NewCLI Provider (Claude/GPT/Gemini)
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
A mistaken configuration could route model requests to the wrong provider or break model selection.
The skill asks the agent/user to modify OpenClaw provider configuration. This is expected for adding a model provider, but it affects how the agent will call models in the future.
在 `~/.openclaw/openclaw.json` 的 `models.providers` 下添加三个 provider。
Review the exact JSON changes, keep a backup of the existing OpenClaw config, and test each provider before relying on it.
Anyone who obtains the key could use the user's NewCLI account or consume its quota.
The skill requires a NewCLI API key shared across multiple provider configurations. This credential use is purpose-aligned, but it grants access to the user's NewCLI account quota.
API Key | 格式为 `sk-ant-oat01-...` 的密钥(三个 provider 共用同一个)
Use a dedicated, revocable API key, avoid pasting it into public logs or chats, and monitor account usage after setup.
Sensitive prompts, code, documents, or outputs sent to the model may be visible to or processed by the NewCLI proxy and downstream providers.
The configured provider is a third-party proxy between OpenClaw and downstream model services. Future prompts and responses may pass through this provider, which is expected but privacy-relevant.
NewCLI (FoxCode) is a multi-model proxy service that provides unified access to Anthropic Claude, OpenAI GPT, and Google Gemini through a single account and API key.
Confirm NewCLI's privacy, logging, and retention terms before sending sensitive or regulated data through this provider.
If the preferred route fails or behaves unexpectedly, multiple future agent requests may be affected until the fallback configuration is changed.
The skill recommends a provider preference/fallback strategy. This is aligned with the setup goal, but provider outages, unsupported models, or misrouting could affect many future OpenClaw tasks.
策略:所有重要任务优先使用 `newcli-aws`,主线路 `newcli` 作为备用。
Keep fallback chains minimal, verify each model is available on the account, and document how to revert to the previous provider setup.
Users could rely on a route that the provider says should not be redistributed, potentially risking account restrictions or refund loss.
The artifact includes a provider warning about distributing the AWS route and also includes a referral link. This is disclosed, but users should recognize the commercial incentive and account-risk tradeoff.
服务商声明:严禁分发 AWS 线路地址,发现封禁不退款。... 如果觉得这个 Skill 有用,请用我的邀请码注册: https://foxcode.rjj.cc/auth/register?aff=7WTAV8R
Verify NewCLI's current terms directly and do not treat the referral or pricing claims as an endorsement by OpenClaw.
