← ClaudeAtlas

pushary-hermeslisted

Push notifications and human-in-the-loop for Hermes Agent. Send alerts when tasks finish, ask questions (yes/no, multiple choice, or free text) via web push, and get answers from the user's lock screen. Use these tools proactively when the user is not actively in a chat session. Works alongside Hermes's built-in messaging platforms (Telegram, Discord, etc.) as a universal fallback channel.
Pushary/pushary-skill · ★ 0 · AI & Automation · score 75
Install: claude install-skill Pushary/pushary-skill
# Pushary - Push Notifications for Hermes Agent Pushary adds web push notifications as a delivery channel for Hermes. Use it when the user is not actively monitoring a chat platform, or when you need to reach them on their phone's lock screen for a time-sensitive decision. ## When to Use Pushary vs Hermes Platforms **Use Pushary when:** - The user has no active chat session (Telegram, Discord, etc.) - You need to reach the user's phone lock screen for a quick decision - A background task finishes and the user may have walked away - Permission escalation - a dangerous command needs approval - The user explicitly asked for push notifications **Use the active Hermes platform when:** - The user is currently in a Telegram/Discord/Slack conversation with you - The question is part of an ongoing dialog - The user prefers responses in their current platform **Use both when:** - A critical error occurs - notify via push AND the active platform - A long-running task completes - push ensures they see it even if they closed the chat ## Setup Add Pushary as an MCP server in your Hermes `config.yaml`: ```yaml mcp: servers: pushary: url: https://pushary.com/api/mcp/sse headers: Authorization: "Bearer ${PUSHARY_API_KEY}" ``` Set your API key as an environment variable: ```bash export PUSHARY_API_KEY="pk_xxx.sk_xxx" ``` Sign up at https://pushary.com/sign-up?from=hermes to get your API key. ## Tools ### send_notification (Over MCP this tool is named sen