nicebox-site-manager

Manage AI-built websites via NiceBox OpenClaw API. Supports article publishing, viewing messages, and checking site status.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "nicebox-site-manager" with this command: npx skills add ravchen/nicebox-site-manager

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Sendflare

通过 Sendflare SDK 发送带附件的电子邮件,管理联系人列表,支持 CC/BCC 和安全 API 认证。

Registry SourceRecently Updated
General

Playtomic - Book courts using padel-tui

This skill should be used when the user asks to "book a padel court", "find available padel courts", "search padel courts near me", "reserve a Playtomic cour...

Registry SourceRecently Updated
General

Fund Keeper

国内场外基金智能顾问 + 股票行情查询。实时估值、买卖建议、收益统计、定投计划、OCR 识图、股票 - 基金联动。支持离线模式、多数据源缓存。

Registry SourceRecently Updated