# Slack Signal Monitor

> Configure and run Slack signal monitoring (mentions + keyword watchlist) with dedupe, audio alerts, task creation, and cron automation.

- **Type:** Skill
- **Install:** `agentstack add skill-argentaios-agent-skills-slack-signal-monitor`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ArgentAIOS](https://agentstack.voostack.com/s/argentaios)
- **Installs:** 0
- **Category:** [Communication](https://agentstack.voostack.com/c/communication)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ArgentAIOS](https://github.com/ArgentAIOS)
- **Source:** https://github.com/ArgentAIOS/agent-skills/tree/main/slack-signal-monitor

## Install

```sh
agentstack add skill-argentaios-agent-skills-slack-signal-monitor
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Slack Signal Monitor

Use `slack_signal_monitor` to detect high-signal Slack activity and proactively alert Jason.

## First run

1. Run `slack_signal_monitor` with `action: "status"`.
2. If `setupRequired: true`, configure Slack token/scopes and monitor scope.
3. Set monitor config with `action: "set_config"`.
4. Enable cron with `action: "ensure_cron_monitor"`.

## Recommended first-run commands

1. Configure all-channel monitoring:

```json
{
  "action": "set_config",
  "monitorAllChannels": true,
  "mentionNames": ["jason"],
  "intervalSeconds": 300,
  "lookbackMinutes": 10
}
```

2. Confirm setup:

```json
{ "action": "status" }
```

3. Run an immediate scan:

```json
{ "action": "scan_now" }
```

4. Turn on cron monitor:

```json
{ "action": "ensure_cron_monitor" }
```

## Core actions

- `status`
- `set_config`
- `scan_now`
- `ensure_cron_monitor`
- `disable_cron_monitor`
- `clear_seen`

## Example setup

```json
{
  "action": "set_config",
  "monitorAllChannels": true,
  "mentionNames": ["jason"],
  "keywordWatchlist": [
    "DNS",
    "DMARC",
    "domain transfer",
    "website",
    "Barrett",
    "urgent",
    "ASAP",
    "blocked"
  ],
  "intervalSeconds": 300,
  "lookbackMinutes": 10,
  "taskCreationEnabled": true,
  "audioAlertEnabled": true,
  "mainSessionAudioAlert": true
}
```

## Notes

- `monitorAllChannels: true` scans all active Slack channels visible to the configured token.
- To monitor specific channels only, set `monitorAllChannels: false` and provide `watchedChannels`.
- `watchedChannels` also accepts `"all"` or `"*"` as shorthand for all-channel mode.
- Add `users:read` scope for reliable user display-name resolution.
- Known fallback sender names are used when user lookup fails.
- Monitor is deduped by `channelId:messageTs` so repeated scans do not re-alert old messages.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ArgentAIOS](https://github.com/ArgentAIOS)
- **Source:** [ArgentAIOS/agent-skills](https://github.com/ArgentAIOS/agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-argentaios-agent-skills-slack-signal-monitor
- Seller: https://agentstack.voostack.com/s/argentaios
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
