← Back to Skills Marketplace
linhuiguo

openspace-llm-xiaowei

by linhuiguo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
202
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openspace-llm-xiaowei
Description
把港大OpenSpace改造成OpenClaw可直接调用的AI技能,支持MiniMax-M2.7、自动代理、长文本生成
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openspace-llm-xiaowei
  3. After installation, invoke the skill by name or use /openspace-llm-xiaowei
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug openspace-llm-xiaowei
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is openspace-llm-xiaowei?

把港大OpenSpace改造成OpenClaw可直接调用的AI技能,支持MiniMax-M2.7、自动代理、长文本生成. It is an AI Agent Skill for Claude Code / OpenClaw, with 202 downloads so far.

How do I install openspace-llm-xiaowei?

Run "/install openspace-llm-xiaowei" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is openspace-llm-xiaowei free?

Yes, openspace-llm-xiaowei is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does openspace-llm-xiaowei support?

openspace-llm-xiaowei is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created openspace-llm-xiaowei?

It is built and maintained by linhuiguo (@linhuiguo); the current version is v1.0.0.

💬 Comments