← 返回 Skills 市场
linhuiguo

openspace-llm-xiaowei

作者 linhuiguo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
202
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openspace-llm-xiaowei
功能描述
把港大OpenSpace改造成OpenClaw可直接调用的AI技能,支持MiniMax-M2.7、自动代理、长文本生成
安全使用建议
This skill appears to do what it says (adapter for OpenSpace/MiniMax) and installs with pip, but before installing you should: 1) Treat the API key printed in the README as a potential leaked secret — do not reuse it; assume it's invalid or compromised and do not paste real credentials into public files. 2) Confirm the author: the package metadata lacks declared required env vars (OPENSPACE_API_KEY) — ask the publisher to update metadata to declare required credentials. 3) Only provide your MiniMax API key to the runtime environment (e.g., .env or system env) and rotate it if you ever pasted it into this repository. 4) Review and vet the 'openspace' PyPI package source (pip install openspace) to ensure it is the official library. 5) Test the skill in an isolated environment (or sandbox) and ensure proxy settings are appropriate. If the README's key looks like one of your keys, rotate it immediately. If you need higher assurance, request the author to remove hard-coded/example secrets and to update registry metadata to list required env vars.
功能分析
Type: OpenClaw Skill Name: openspace-llm-xiaowei Version: 1.0.0 The skill bundle contains a hardcoded, functional MiniMax API key (sk-cp-MaMBL...) within the README.md file, which constitutes a significant security vulnerability and credential leak. While the core logic in openspace_llm.py appears to be a legitimate wrapper for the HKUDS OpenSpace library, the inclusion of active credentials and specific local proxy configurations (127.0.0.1:10810) is highly irregular and poses a risk of monitoring or unauthorized access. No direct evidence of intentional data exfiltration or malicious backdoors was found, but the credential exposure warrants a suspicious classification.
能力评估
Purpose & Capability
The name/description claim to adapt OpenSpace to OpenClaw and to call MiniMax; the code (openspace_llm.py) and SKILL.md implement that exact behavior (creating an LLMClient, setting OPENSPACE_API_BASE/OPENSPACE_MODEL/OPENSPACE_API_KEY, supporting chat/write/analyze/code/test). The requested dependency (pip install openspace) is consistent with the purpose.
Instruction Scope
Runtime instructions are limited to installing openspace, setting environment variables, and calling the OpenSpace client. The code does not read arbitrary system files or transmit data to unrelated endpoints; it targets the stated API base (https://api.minimax.chat/v1 by default). The README contains example subprocess usage to call the script from OpenClaw, which is expected for this kind of skill.
Install Mechanism
There is no custom install script; SKILL.md recommends 'pip install openspace' which is an expected, low-risk package install. There are no downloads from arbitrary URLs or archive extraction steps in the skill bundle.
Credentials
The skill requires a MiniMax API key and proxy/timeouts to operate, but the registry metadata declares no required environment variables or primary credential — this is an incoherence. More importantly, the README includes a long token-like string (starts with 'sk-cp-...') as an OPENSPACE_API_KEY example; embedding a realistic API key in the docs is a sensitive mistake (possible secret leak) and should be removed or clarified. Defaults for HTTP_PROXY/HTTPS_PROXY to localhost:10810 are benign for typical local-proxy setups but should be confirmed by the user.
Persistence & Privilege
The skill does not request permanent presence (always:false) and contains no code that modifies other skills or system-wide agent settings. It sets a few environment variables at client creation if missing, but only to reasonable defaults for operation (model, api base, proxy).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openspace-llm-xiaowei
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openspace-llm-xiaowei 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
本技能基于香港大学HKUDS开源项目OpenSpace改造,仅做以下适配工作: 1. 修复FastMCP、代理、超时、重试等8个运行问题 2. 适配国内网络环境(代理支持) 3. 封装为OpenClaw可直接调用的技能 4. 增加MiniMax模型支持 核心功能: - MiniMax-M2.7大模型(204k上下文) - 自动代理配置,国内直连 - 支持5分钟超时,3000+字长文本 - chat/write/analyze/code多种调用方式 - 自动重试,网络波动也不怕 使用方式: pip install openspace python openspace_llm.py chat "你好" 或直接安装到OpenClaw: npx clawhub@latest install openspace-llm-xiaowei 原项目:https://github.com/HKUDS/OpenSpace
元数据
Slug openspace-llm-xiaowei
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

openspace-llm-xiaowei 是什么?

把港大OpenSpace改造成OpenClaw可直接调用的AI技能,支持MiniMax-M2.7、自动代理、长文本生成. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 202 次。

如何安装 openspace-llm-xiaowei?

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

openspace-llm-xiaowei 是免费的吗?

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

openspace-llm-xiaowei 支持哪些平台?

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

谁开发了 openspace-llm-xiaowei?

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

💬 留言讨论