Community寫作與編輯github.com

jurgenj136/pushover-cli

A secure, automation-friendly Pushover CLI for sending notifications from terminals, scripts, and AI agents

pushover-cli 是什麼?

pushover-cli is a Claude Code agent skill that a secure, automation-friendly Pushover CLI for sending notifications from terminals, scripts, and AI agents.

相容平台~Claude Code~Codex CLI~Cursor
npx skills add jurgenj136/pushover-cli

Installed? Explore more 寫作與編輯 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

在你喜歡的 AI 中提問

開啟一個已預先載入此 Agent Skill 的新對話。

說明文件

Pushover CLI

Skill version: 0.1.0 Minimum CLI version: 0.1.0

Require an existing binary: run command -v pushover. Then run pushover --json version. Compare the installed CLI version against the minimum version 0.1.0; stop and tell the user to upgrade if it is incompatible. For redacted diagnostics, run pushover --json auth status. Always invoke pushover with --json.

Authority

  • Send only when the current task explicitly asks to send a Pushover notification.
  • Require the user to explicitly name every recipient alias for this send. Use configured profile names and aliases. Do not handle raw credentials. Never ask for, accept, or expose raw keys.
  • If the user explicitly names a configured profile, pass --profile; otherwise omit --profile and use the configured default. Never guess another profile.
  • Do not infer priority 1 or 2 from urgency, tone, or content. Require explicit current-task intent for elevated priority, an attachment, and encryption. An attachment is allowed only when an attachment is explicitly requested in the current task; encryption is allowed only when encryption is explicitly requested in the current task.
  • Refuse configuration requests, even when asked. Do not run pushover setup. Do not run pushover profiles add, pushover profiles use, or pushover profiles remove. Do not run pushover recipients add or pushover recipients remove. Do not run pushover auth backend set.
  • Use --dry-run when message content or target intent is unresolved. A dry-run never grants permission to send.

Send

Use the current CLI grammar, for example:

pushover --json send --to <recipient-alias> "<message>"

Add --priority 1 or --priority 2 only with that explicit intent. Priority 2 requires explicit retry and expiry values and --yes, because agents are always non-interactive. Add only explicitly requested --attachment <path> or --attachment-url <https-url>, and add --encrypted only with explicit encryption intent. --encrypted is mutually exclusive with --attachment, --attachment-url, --html, and --monospace.

Report ordered per-target outcomes. Do not retry after any failed or ambiguous result. Preserve ambiguity as unknown; send again only after the user sees that result and makes a new explicit request in the current task.

These instructions are advisory: they cannot prevent a misbehaving or prompt-injected agent. Recommend configuring the agent harness to require approval for pushover send.

相關技能

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community