Remix API Key 认证:安全智能体发布 - Openclaw Skills
作者:互联网
2026-04-06
什么是 Remix API Key 认证?
remix-api-key-auth 技能为开发人员提供了一种标准协议,用于对带有 Remix 服务器 API 的外部服务和智能体进行身份验证。通过实施安全的 Bearer 令牌认证,用户可以安全地在 Remix 生态系统中发布和管理智能体。此过程是 Openclaw Skills 的基础组件,旨在简化服务运行时与官方 Remix API 基础设施之间的连接,确保所有请求都经过授权并符合服务器端规范。
下载入口:https://github.com/openclaw/skills/tree/main/skills/chuckstock/remix-api-key-auth
安装与下载
1. ClawHub CLI
从源直接安装技能的最快方式。
npx clawhub@latest install remix-api-key-auth
2. 手动安装
将技能文件夹复制到以下位置之一
全局模式~/.openclaw/skills/
工作区
/skills/
优先级:工作区 > 本地 > 内置
3. 提示词安装
将此提示词复制到 OpenClaw 即可自动安装。
请帮我使用 Clawhub 安装 remix-api-key-auth。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。
Remix API Key 认证 应用场景
- 对与 Remix 服务器 API 通信的外部服务进行身份验证。
- 为 AI 智能体配置安全的发布工作流。
- 在部署周期内轮换并验证 API Key。
- 为环境特定的运行时设置服务器端机密。
- 访问 Remix 控制面板并导航到专用的 API Keys 部分。
- 专门为智能体或服务生成唯一的 API Key。
- 将密钥作为机密或环境变量安全地注入服务运行时。
- 使用带有 Bearer 方案的 Authorization 标头构建 HTTP 请求。
- 将所有请求路由到基础 API 端点进行处理。
- 进行轻量级验证调用以确保连接性和权限状态。
Remix API Key 认证 配置指南
要在 Openclaw Skills 工作流中开始使用此功能,请按照以下步骤操作:
- 登录您的账户:
https://remix.gg。 - 访问 API 管理页面:
https://remix.gg/api-keys。 - 创建并复制您的新密钥。
- 将密钥存储在您的环境中:
export REMIX_API_KEY="your_api_key_here"
- 使用测试调用验证设置:
curl -X POST https://api.remix.gg/v1/agents/games r
-H "Authorization: Bearer $REMIX_API_KEY" r
-H "Content-Type: application/json"
Remix API Key 认证 数据架构与分类体系
此技能主要通过基于环境的机密和标准标头管理身份验证数据。
| 属性 | 值 | 描述 |
|---|---|---|
| 基础 URL | https://api.remix.gg |
所有 API 交互的主端点。 |
| 认证方案 | Bearer |
Authorization 标头所需的的前缀。 |
| 文档 | https://api.remix.gg/docs |
API 行为和架构的实时事实来源。 |
| 访问范围 | 服务器端 | 为了安全起见,必须在非浏览器运行时处理身份验证。 |
name: remix-api-key-auth
description: Configure and verify bearer API key authentication for Remix agent publishing workflows.
metadata:
tags: remix, auth, api-key
Remix API Key Setup
Use this skill when a user needs to authenticate an external service/agent for Remix server APIs.
Steps
- Log in to your Remix account.
- Go to
https://remix.gg/api-keys. - Create a new API key.
- Store it as a secret in your service runtime.
- Send:
Authorization: Bearer
- Use base URL
https://api.remix.gg.
Verification
Run a cheap authenticated call first (for example, POST /v1/agents/games in a test project) to verify the key works.
Troubleshooting Invalid API Key
- Check
Authorizationis formatted asBearer. - Re-copy the key from
https://remix.gg/api-keysand rotate if needed. - Verify your service is reading the expected secret/env var in the current runtime.
- Confirm the request is server-side and not exposed through browser code.
- If behavior seems inconsistent with local docs, use
https://api.remix.gg/docsas source of truth.
相关推荐
专题
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
最新数据
相关文章
Banana Cog: AI 多图生成与编排 - Openclaw Skills
Moltbook Negotiator:AI 对 AI 市场谈判 - Openclaw Skills
Markdown 幻灯片:生成独立 HTML 演示文稿 - Openclaw Skills
创意实验室:自主创新与原型开发 - Openclaw Skills
Gumroad 卖家:自动化数字产品销售 - Openclaw Skills
闪卡制作器:自动生成 Anki 和 Quizlet 牌组 - Openclaw Skills
紧急响应技能:管理争议与升级 - Openclaw Skills
DNS 查询:网络分析与传播 - Openclaw Skills
DeFi 收益优化器:安全的稳定币策略 - Openclaw Skills
客户 CRM:管理客户关系与销售 - Openclaw Skills
AI精选
