← 返回 Skills 市场
284
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install nicebox-site-manager
功能描述
Manage AI-built websites via NiceBox OpenClaw API. Supports article publishing, viewing messages, and checking site status.
安全使用建议
This skill appears to do exactly what it says: run the included Python scripts to call the NiceBox OpenClaw API endpoints using the AIBOX_API_KEY. Before installing, confirm you trust the default host (https://ai.nicebox.cn) or set AIBOX_BASE_URL to your known endpoint. Treat the AIBOX_API_KEY like any API secret: do not reuse a high-privilege key, consider creating a key with limited scope, and rotate it if you stop using the skill. Be aware the scripts send the API key in the Authorization header and print API responses to stdout/stderr—avoid pasting logs that contain the key. If you need greater assurance, review the three script files locally (they are simple HTTP callers) or run them in an isolated/test environment first.
功能分析
Type: OpenClaw Skill
Name: nicebox-site-manager
Version: 1.0.1
The skill bundle provides legitimate functionality for managing websites via the NiceBox OpenClaw API. The Python scripts (list_messages.py, publish_article.py, and site_status.py) use standard libraries to perform authenticated HTTP requests to the documented domain (ai.nicebox.cn) and do not exhibit any signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description: manage NiceBox sites. Declared requirement: python3 and AIBOX_API_KEY. Included scripts implement publish_article, list_messages, and site_status against ai.nicebox.cn endpoints. All requested resources are appropriate for the stated functionality.
Instruction Scope
SKILL.md directs the agent to run the provided Python scripts and set AIBOX_API_KEY (and optional AIBOX_BASE_URL). The scripts only read those env vars and make HTTP requests to the API; they do not access other system files, credentials, or unexpected network endpoints.
Install Mechanism
There is no install spec (instruction-only). Scripts are bundled with the skill and executed by python3. No external downloads, package installs, or archive extraction are performed by the skill itself.
Credentials
Only AIBOX_API_KEY is required (primary credential) and AIBOX_BASE_URL is optional. These are proportionate to a skill that authenticates to an external API. No unrelated secrets or multiple unrelated credentials are requested.
Persistence & Privilege
Skill is not marked always:true and uses default agent invocation rules. It does not attempt to modify other skills or system-wide configuration and has no persistent install actions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nicebox-site-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/nicebox-site-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Changed environment variable from OPENCLAW_API_KEY to AIBOX_API_KEY for authentication.
- Authentication header now uses $AIBOX_API_KEY instead of $OPENCLAW_API_KEY.
- Updated metadata to reflect new environment variable requirements.
- Default message listing endpoint updated from /messages to /message/getlist.
- Removed mention of automatic site identification via API key.
- General documentation clarifications and simplifications.
v1.0.0
Initial release of NiceBox Site Manager.
- Manage AI-built websites via the NiceBox OpenClaw API.
- Publish articles, view site messages, and check site status with Python scripts.
- Uses API key authentication; no site ID needed.
- Flexible options for article publishing (title, content, summary, author, cover, status).
- Message listing supports pagination and read/unread filtering.
- Includes environment variable setup guidance for API integration.
元数据
常见问题
nicebox-site-manager 是什么?
Manage AI-built websites via NiceBox OpenClaw API. Supports article publishing, viewing messages, and checking site status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 284 次。
如何安装 nicebox-site-manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nicebox-site-manager」即可一键安装,无需额外配置。
nicebox-site-manager 是免费的吗?
是的,nicebox-site-manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
nicebox-site-manager 支持哪些平台?
nicebox-site-manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 nicebox-site-manager?
由 ravchen(@ravchen)开发并维护,当前版本 v1.0.1。
推荐 Skills