smithery.ai

add-slack-ignore-events

Insert a Slack ignore event and update daily punishments using scripts/add_slack_ignore_events.py. Use when a Slack message was ignored and you need to record it.

First seen Apr 28, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,018 B
  • docs SUMMARY.md 193 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Slack Ignore Events

Use scripts/addslackignoreevents.py to insert a Slack ignore event and update dailypunishments.

Run

uv run scripts/add_slack_ignore_events.py 1700000000.000000
uv run scripts/add_slack_ignore_events.py 1700000000.000000 --detected-at "2026-01-26 08:15"

Inputs

  • slackmessagets is required and must be unique.
  • --detected-at is optional; accepted formats are YYYY-MM-DD HH:MM, YYYY-MM-DDTHH:MM, or YYYYMMDDHHMM.

Outputs

Prints a single line of JSON:

{"remaining_total": 3}

Notes

  • Database URL comes from DATABASE_URL (default: sqlite:///./app.db).
  • If a pending/failed dailypunishments row exists, its ignorecount and punishment_count are incremented; otherwise a new pending row is created.