agentsclimarketplace

Halo cli moderation notifications

Skill halo-dev/cli/skills/halo-cli-moderation-notifications

CLI for Halo, Halo for Agents.

Install
npx -y skills add halo-dev/cli --skill halo-cli-moderation-notifications

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 23 stars23 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when moderating Halo comments or replies, creating official replies, managing notifications, listing unread notifications, deleting notifications, or marking notifications as read. Trigger this skill whenever the user mentions Halo comments, comment replies, or notifications in a terminal context.

SKILL.md

2.5 KB, as published. Nobody here has run it

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 <name> 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.