← 返回 Skills 市场
binsonhao

Openrouter Free

作者 binsonHao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
291
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openrouter-free
功能描述
查询 OpenRouter 上所有免费模型并调用进行智能对话。支持 Gemma、Llama、MiniMax 等 27 个免费大模型,无需付费即可使用。
安全使用建议
This skill appears to do exactly what it says: list free OpenRouter models and call them. Before installing: (1) only provide an OpenRouter API key; prefer setting OPENROUTER_API_KEY in the environment when running rather than putting many secrets into a shared .env file; (2) be aware the script will try to read /root/.openclaw/workspace/.env as a fallback to find the key — avoid storing unrelated secrets there; (3) ensure you trust openrouter.ai and that the API key you provide has appropriate scope/limits (use a dedicated key if possible). If you want extra caution, review or run the script locally to confirm behavior and ensure the Python 'requests' dependency is available from a trusted source.
功能分析
Type: OpenClaw Skill Name: openrouter-free Version: 1.0.0 The skill bundle is a legitimate tool for interacting with OpenRouter's free models. The Python script (openrouter_free.py) correctly implements model listing and chat functionality using the OpenRouter API, with standard API key retrieval from environment variables or the local .env file. No malicious behaviors, data exfiltration, or prompt injection attempts were detected.
能力评估
Purpose & Capability
Name/description promise (query and call free OpenRouter models) aligns with the implementation: the code lists models via /api/v1/models and posts chat requests to /api/v1/chat/completions. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs the user to set OPENROUTER_API_KEY and run the provided Python script, which is consistent. The implementation has a minor scope surprise: as a fallback it attempts to read /root/.openclaw/workspace/.env to find OPENROUTER_API_KEY. That file read is limited (only scans for the key) but is not documented in SKILL.md.
Install Mechanism
This is an instruction-only skill with an included Python file; there is no install spec, no external downloads, and nothing is written to disk by an installer. The script depends on the requests library (not declared), which is a normal runtime dependency for a Python tool.
Credentials
Only OPENROUTER_API_KEY is required, which is appropriate. A minor proportionality concern: the script will try to read a specific agent workspace .env file as a fallback to obtain the same key. That is a convenience behavior but could accidentally pick up credentials stored in a shared workspace if users put other secrets there.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configs, and only runs when invoked. It does not persist new agent-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openrouter-free
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openrouter-free 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release. - Query and list all 27+ free large language models available on OpenRouter (including Gemma, Llama, MiniMax, etc.). - Chat with any free model via OpenRouter API—no payment required. - Simple CLI commands for listing models and initiating conversations. - Usage requires only configuration of a personal OpenRouter API Key.
元数据
Slug openrouter-free
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Openrouter Free 是什么?

查询 OpenRouter 上所有免费模型并调用进行智能对话。支持 Gemma、Llama、MiniMax 等 27 个免费大模型,无需付费即可使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 291 次。

如何安装 Openrouter Free?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openrouter-free」即可一键安装,无需额外配置。

Openrouter Free 是免费的吗?

是的,Openrouter Free 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Openrouter Free 支持哪些平台?

Openrouter Free 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Openrouter Free?

由 binsonHao(@binsonhao)开发并维护,当前版本 v1.0.0。

💬 留言讨论