← 返回
开发者工具 Key 中文

nicebox-site-manager

Manage AI-built websites via NiceBox OpenClaw API. Supports article publishing, viewing messages, and checking site status.
{"answer":"通过 NiceBox OpenClaw API 管理 AI 搭建的网站,支持发布文章、查看留言及检查站点状态。"}
ravchen
开发者工具 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 578
下载
💾 8
安装
1
版本
#latest

概述

NiceBox Site Manager

Manage AI-built websites through the NiceBox OpenClaw API.

Base URL:

https://ai.nicebox.cn/api/openclaw

Authentication:

Authorization: $AIBOX_API_KEY

This skill provides 3 main capabilities:

  • Publish article
  • View messages
  • Check site status

Publish article

Publish an article to your site.

python3 {baseDir}/scripts/publish_article.py \
  --title "Hello World" \
  --content "<p>This is article content</p>" \
  --summary "Optional summary" \
  --author "NiceBox AI" \
  --cover "https://example.com/cover.jpg" \
  --status publish

Options:

  • --title: Article title (required)
  • --content: Article content, usually HTML (required)
  • --summary: Article summary (optional)
  • --author: Author name (optional)
  • --cover: Cover image URL (optional)
  • --status: draft or publish (default: publish)

View messages

List messages, inquiries, or leads from your site.

python3 {baseDir}/scripts/list_messages.py
python3 {baseDir}/scripts/list_messages.py --page 1 --page-size 20
python3 {baseDir}/scripts/list_messages.py --is-read 0

Options:

  • --page: Page number (default: 1)
  • --page-size: Number of items per page (default: 20)
  • --is-read: Filter by read status, 0 unread / 1 read (optional)

Check site status

Check the current status of your site.

python3 {baseDir}/scripts/site_status.py

No additional options required.

Environment

Set your API key before using this skill:

export AIBOX_API_KEY="your_api_key"

Optional override for base URL:

export AIBOX_BASE_URL="https://ai.nicebox.cn/api/openclaw"

Default endpoint assumptions

This skill assumes the following API paths:

  • POST /article/publish
  • GET /message/getlist
  • GET /site/status

If your actual backend uses different paths, update the ENDPOINT_* constants in the Python scripts.

Notes

  • All requests use the HTTP Authorization header.
  • The API key is sent as plain header value:
  • Authorization: YOUR_KEY
  • Output is printed as formatted JSON for easier debugging and agent use.
  • If your API field names differ, update the payload fields in the scripts.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-29 21:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,192
developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 427 📥 118,213
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,803