
Pushover
- Updated April 25, 2026
- ArtificiallySocial/marketplace
pushover sends push notifications to a phone or desktop through the Pushover API using a bundled bash helper, reading credentials from environment variables. A developer wires it in to get alerts when long-running tasks finish or operational events occur.
Key points
- Pushover API integration
- Bundled bash helper
- Reads PUSHOVER_TOKEN / PUSHOVER_USER env vars
- Phone and desktop delivery
Pushover by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add ArtificiallySocial/marketplace/plugin install pushover@marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 25, 2026 |
|---|---|
| Repository | ArtificiallySocial/marketplace ↗ |
What it does
Send push notifications to phone or desktop via the Pushover API from a bundled bash helper.
README.md
marketplace
Skills and plugins published by the ArtificiallySocial organization for Claude Code.
Install
/plugin marketplace add ArtificiallySocial/marketplace
/plugin install system-check@marketplace
Plugins
| Plugin | Description |
|---|---|
system-check |
Quick health check of the local development environment — memory, load, disk, Claude processes. Bundles cleanup-claude-procs for escalation when stray Claude sessions are detected. |
pushover |
Send push notifications to phone/desktop via the Pushover API using a bundled bash helper. |
Layout
.claude-plugin/
marketplace.json # catalog
plugins/
<plugin-name>/
.claude-plugin/
plugin.json # manifest + semver
skills/
<skill-name>/
SKILL.md # frontmatter + instructions