← 返回 Skills 市场
ruibaby

Halo Cli Moderation Notifications

作者 Ryan Wang · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
198
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install halo-cli-moderation-notifications
功能描述
Use when moderating Halo comments or replies, creating official replies, listing unread notifications, deleting notifications, or marking notifications as read.
使用说明 (SKILL.md)

Halo CLI Moderation And Notifications

Use this skill for halo comment, halo comment reply, and halo notification.

Commands

halo comment --help
halo comment reply --help
halo notification --help

Comments

Common flows:

halo comment list
halo comment list --approved=false
halo comment list --owner-kind Post --owner-name my-post
halo comment get comment-abc123
halo comment approve comment-abc123
halo comment delete comment-abc123 --force

Useful filters for comment list:

  • --page
  • --size
  • --keyword
  • --owner-name
  • --owner-kind
  • --approved
  • --sort

Replies

Common flows:

halo comment reply list
halo comment reply list --comment comment-abc123
halo comment reply get reply-abc123
halo comment reply approve reply-abc123
halo comment reply delete reply-abc123 --force

Create a reply:

halo comment create-reply comment-abc123 --content "Thanks for your feedback"
halo comment create-reply comment-abc123 --content "Following up here" --quote-reply reply-abc123
halo comment create-reply comment-abc123 --content "Internal note" --hidden

Rules:

  • In non-interactive mode, create-reply requires --content.
  • create-reply creates an already approved reply in console context.
  • Replies can be quoted with --quote-reply.

Notifications

Common flows:

halo notification list
halo notification list --unread=false
halo notification get notification-abc123
halo notification mark-as-read notification-abc123
halo notification mark-as-read --all
halo notification delete notification-abc123 --force

Useful filters for notification list:

  • --page
  • --size
  • --unread
  • --sort

Safety And Automation

  • Use --profile \x3Cname> when moderating a non-default environment.
  • Use --json for machine-readable moderation pipelines.
  • Use --force for destructive deletes in non-interactive mode.
  • If a resource is not found, confirm the selected profile and exact resource name.
安全使用建议
This skill is a simple set of instructions that invoke the local 'halo' CLI; it itself does not ask for credentials or install code. Before using: ensure the local 'halo' binary is from a trusted source and that its credentials/config are scoped appropriately (the CLI may read local config or env vars). Be aware the examples include destructive actions (delete, --force, mark-as-read) — review commands before running or allow the agent to run them only when you trust it. If you don't want automated agents to perform destructive moderation actions, restrict autonomous invocation or require explicit confirmation.
功能分析
Type: OpenClaw Skill Name: halo-cli-moderation-notifications Version: 0.1.1 The skill bundle provides instructions for an AI agent to interact with the 'halo' CLI for content moderation and notification management. The commands in SKILL.md are standard administrative actions (list, approve, delete, reply) and do not contain any evidence of data exfiltration, malicious execution, or prompt injection attacks.
能力评估
Purpose & Capability
The skill's name/description match the actions shown in SKILL.md (comment/reply/notification commands). It only requires the 'halo' binary, which is appropriate for a CLI wrapper.
Instruction Scope
SKILL.md contains only example halo CLI commands and guidance for filters/flags. It does not instruct reading unrelated files, exporting secrets, or contacting external endpoints beyond using the halo CLI.
Install Mechanism
No install spec is present (instruction-only), so nothing is downloaded or written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested by the skill. The halo CLI itself may use credentials or config on the host, but the skill does not demand unrelated secrets.
Persistence & Privilege
always is false and model invocation is allowed (default). The skill does not request permanent presence or modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install halo-cli-moderation-notifications
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /halo-cli-moderation-notifications 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- Updated reply commands for improved clarity and accuracy. - Changed "halo comment reply list comment-abc123" to "halo comment reply list --comment comment-abc123". - Removed examples using --content-file for create-reply. - Specified that --content is required (not --content or --content-file) for create-reply in non-interactive mode.
v0.1.0
Initial release of halo-cli-moderation-notifications skill. - Provides CLI commands for moderating Halo comments and replies. - Supports creating official replies with various options (quoting, hidden, content file). - Enables listing, deleting, and marking notifications as read. - Includes filters and automation flags for efficient moderation and notification workflows. - Features guidance for safe, non-interactive, or machine-readable usage.
元数据
Slug halo-cli-moderation-notifications
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Halo Cli Moderation Notifications 是什么?

Use when moderating Halo comments or replies, creating official replies, listing unread notifications, deleting notifications, or marking notifications as read. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 198 次。

如何安装 Halo Cli Moderation Notifications?

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

Halo Cli Moderation Notifications 是免费的吗?

是的,Halo Cli Moderation Notifications 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Halo Cli Moderation Notifications 支持哪些平台?

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

谁开发了 Halo Cli Moderation Notifications?

由 Ryan Wang(@ruibaby)开发并维护,当前版本 v0.1.1。

💬 留言讨论