Virlo-AI

Genre Monitor — Communication skill for Claude Code

Communication community

Stand up a recurring TikTok genre/scene monitor and read discovery signals (sounds, hashtags, rising creators) using Virlo.

How to install Genre Monitor

Installs to ~/.claude/skills/virlo-ai-virlo-agent-plugin-genre-monitor/SKILL.md

Terminal
mkdir -p ~/.claude/skills/virlo-ai-virlo-agent-plugin-genre-monitor && curl -fsSL https://raw.githubusercontent.com/Virlo-AI/Virlo-Agent-Plugin/HEAD/commands/genre-monitor.md -o ~/.claude/skills/virlo-ai-virlo-agent-plugin-genre-monitor/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Genre Monitor does


name: genre-monitor description: Stand up a recurring TikTok genre/scene monitor and read discovery signals (sounds, hashtags, rising creators) using Virlo.

Genre monitor

Given a genre, scene, or sub-culture (e.g. "cottagecore", "deep house DJs"):

  1. Draft an intent for monitoring it and call suggest_keywords; include synonyms and sub-scenes of the same concept. Hashtag-style tokens are fine.
  2. Call create_niche_monitor with platforms ["tiktok"], cadence weekly, and the sug

Alternatives in Communication

  • Notifications Settings — Alias for settings — Configure notification sounds and settings 806 ★
  • Check Otgw Issues — /check_otgw_issues — Monitor Discord, GitHub and Tweakers for user-reported issues 200 ★
  • Social Media Caption Generator Claude — Social media caption generator as a Claude skill — turn any text, script, or screenshot into ready-to-post cap 113 ★

Full documentation available on GitHub

View Source Repository