listener-creator Skill
Creates event-driven email listeners that monitor for specific conditions (like urgent emails from boss, newsletters to archive, package tracking) and execute custom actions. Use when user wants to be notified about emails, automatically handle certain emails, or set up email automation workflows. Published by anthropics in claude-agent-sdk-demos.
What is listener-creator Skill?
Creates event-driven email listeners that monitor for specific conditions (like urgent emails from boss, newsletters to archive, package tracking) and execute custom actions. Use when user wants to be notified about emails, automatically handle certain emails, or set up email automation workflows. Published by anthropics in claude-agent-sdk-demos. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using claude-agent-sdk-demos
Technical details
- Install or run with Copy skill directory
When to use listener-creator Skill
- Use it for developers using claude-agent-sdk-demos.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/claude-agent-sdk-demos
- Skill file: email-agent/agent/.claude/skills/listener-creator/SKILL.md
What it does
Creates event-driven email listeners that monitor for specific conditions (like urgent emails from boss, newsletters to archive, package tracking) and execute custom actions. Use when user wants to be notified about emails, automatically handle certain emails, or set up email automation workflows.
Skill instructions
Listener Creator Creates TypeScript listener files that monitor email events and execute custom logic when conditions are met. When to Use This Skill Use this skill when the user wants to: - Get notifications about specific emails ("notify me when boss sends urgent emails") - Automatically handle certain emails ("auto-archive newsletters") - Monitor for patterns ("watch for package tracking emails") - Set up scheduled actions ("daily email summary at 9am") - Create custom email workflows How Listeners Work Listeners are TypeScript files in agent/customscripts/listeners/ that: 1. Export a config object defining the event type and metadata 2. Export a handler function that filters and processes events 3. Use ListenerContext methods to perform actions (notify, archive, star, etc.) The system automatically loads enabled listeners and executes them when matching events occur. Creating a Listener 1. Understand the User's Intent Parse the user's request to identify: - Event type: What trigger
Explore related resources
Frequently asked questions
What is listener-creator?
listener-creator is a open-source AI agent skill with Copy skill directory. Creates event-driven email listeners that monitor for specific conditions (like urgent emails from boss, newsletters to archive, package tracking) and execute custom actions.
Who is listener-creator best for?
listener-creator is best for reusing agent instructions, scripts, and references.
How do I install listener-creator?
Install or run listener-creator using Copy skill directory. Check listener-creator for the latest setup command.
Is listener-creator actively maintained?
listener-creator may need a closer maintenance check before production use.
Auto-fetched from GitHub.