← Back to Skills Marketplace
gpt5.5free
by
leic8959-sudo
· GitHub ↗
· v1.0.0
· MIT-0
35
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gpt5-5free
Description
Access high-performance open-source models via OpenRouter for a free GPT-5.5-like chat experience requiring an API key.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gpt5-5free - After installation, invoke the skill by name or use
/gpt5-5free - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
免费使用 GPT-5.5 的示例方案
Metadata
Frequently Asked Questions
What is gpt5.5free?
Access high-performance open-source models via OpenRouter for a free GPT-5.5-like chat experience requiring an API key. It is an AI Agent Skill for Claude Code / OpenClaw, with 35 downloads so far.
How do I install gpt5.5free?
Run "/install gpt5-5free" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is gpt5.5free free?
Yes, gpt5.5free is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does gpt5.5free support?
gpt5.5free is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created gpt5.5free?
It is built and maintained by leic8959-sudo (@leic8959-sudo); the current version is v1.0.0.
More Skills