← All skills
actionFree · MIT

Reputation watch

Action skill. Subscribe to keyword mentions across X / Telegram / Discord / Reddit / HN / RSS / web; list, acknowledge, and unsubscribe via /agents/me/mentions on the AR gateway.

View raw SKILL.mdDownloadar skills get reputation-watch

reputation-watch

kind Reversible Notes
mention.list no List unacknowledged or filtered mentions.
mention.subscribe yes Add a keyword × platform subscription.
mention.unsubscribe yes Cancel a subscription (soft-cancel via active=false).
mention.acknowledge yes Mark a mention acknowledged (analytics + UX).

Gotchas

  • Mentions are deduped by (agent_id, source_url) — re-ingesting the same URL returns 409 Conflict, not a duplicate row.
  • Subscriptions are deduped by (agent_id, platform, keyword).
  • The skill itself does NOT scrape; it only manages persisted state. A separate ingester (cron or external worker) writes new mentions via POST /agents/me/mentions.