← 返回 Skills 市场
leic8959-sudo

gpt5.5free

作者 leic8959-sudo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
35
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gpt5-5free
功能描述
Access high-performance open-source models via OpenRouter for a free GPT-5.5-like chat experience requiring an API key.
使用说明 (SKILL.md)

gpt5.5free

免费使用 GPT-5.5 的示例方案

功能

通过 OpenRouter 等平台的免费模型层,使用高性能开源模型获得接近 GPT-5.5 的体验。

使用方法

# 1. 安装
npm install

# 2. 设置环境变量
export OPENROUTER_API_KEY=your_api_key

# 3. 运行
node src/index.js "你好"

支持的免费模型

模型 说明
meta-llama/llama-4-maverick:free 高性能开源模型
deepseek/deepseek-chat-v3:free 国产高性能模型

环境变量

变量名 必填 说明
OPENROUTER_API_KEY OpenRouter API Key
OPENROUTER_API_URL 自定义 API 地址(默认 OpenRouter)

示例代码

const { chat } = require('gpt5.5free');

async function main() {
  const response = await chat('用中文介绍你自己');
  console.log(response);
}

main();

License

MIT

安全使用建议
Install only if you are comfortable providing an OpenRouter API key and sending prompts to OpenRouter or the configured API endpoint. Check that OPENROUTER_API_URL points where you expect, use a limited/free-tier key if possible, and remember this uses open-source/free models rather than official GPT-5.5.
功能分析
Type: OpenClaw Skill Name: gpt5-5free Version: 1.0.0 The skill bundle is a straightforward wrapper for the OpenRouter API, allowing users to access free LLM models. The code in src/index.js is functional and transparent, performing standard API requests without any evidence of data exfiltration, malicious execution, or prompt injection. It correctly handles environment variables for authentication and follows the stated purpose of providing a 'free GPT-5.5' alternative via OpenRouter.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
The implementation matches the stated purpose of using OpenRouter/free-tier models, but users should understand it is a GPT-5.5-like experience using open-source/free models, not an official GPT-5.5 service.
Instruction Scope
The instructions are user-directed setup and CLI/library usage examples; they do not try to override user intent or force autonomous actions.
Install Mechanism
There is no install spec, no dependencies, and no postinstall script; the documented npm install step is proportionate for a small Node.js example.
Credentials
The code requires OPENROUTER_API_KEY and optionally uses OPENROUTER_API_URL, but the registry metadata declares no required env vars or primary credential. This is disclosed in the docs and appears purpose-aligned.
Persistence & Privilege
No persistence, background worker, privileged file access, broad local indexing, or protected-path writes are shown.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gpt5-5free
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gpt5-5free 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
免费使用 GPT-5.5 的示例方案
元数据
Slug gpt5-5free
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

gpt5.5free 是什么?

Access high-performance open-source models via OpenRouter for a free GPT-5.5-like chat experience requiring an API key. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 35 次。

如何安装 gpt5.5free?

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

gpt5.5free 是免费的吗?

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

gpt5.5free 支持哪些平台?

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

谁开发了 gpt5.5free?

由 leic8959-sudo(@leic8959-sudo)开发并维护,当前版本 v1.0.0。

💬 留言讨论