Agent Plugins Marketplace
All plugins

agent-notifier

v0.1.0+codex.20260810104504

Notify a webhook or Telegram when interactive agent runs finish.

CodexClaude Code

By tenfyzhongLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agent-notifier@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/tenfyzhong/agent-plugins-hub

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/agent-notifier/.

Plugin files

plugins/agent-notifier/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

plugins/agent-notifier/.codex-plugin/plugin.json
{
  "name": "agent-notifier",
  "version": "0.1.0+codex.20260810104504",
  "description": "Notify a webhook or Telegram when interactive agent runs finish.",
  "author": {
    "name": "tenfyzhong",
    "url": "https://github.com/tenfyzhong"
  },
  "homepage": "https://github.com/tenfyzhong/agent-plugins-hub/tree/main/plugins/agent-notifier",
  "repository": "https://github.com/tenfyzhong/agent-plugins-hub",
  "license": "MIT",
  "keywords": [
    "hooks",
    "webhook",
    "telegram",
    "notifications"
  ],
  "interface": {
    "displayName": "Agent Notifier",
    "shortDescription": "Webhook and Telegram completion notifications.",
    "longDescription": "Cross-agent lifecycle hooks that post a JSON payload to a configured webhook, or fall back to a Telegram message, after an interactive agent run settles.",
    "developerName": "tenfyzhong",
    "category": "Productivity",
    "capabilities": [
      "Webhook Notifications",
      "Telegram Notifications",
      "Lifecycle Hooks"
    ],
    "defaultPrompt": [
      "Help me configure Agent Notifier webhooks."
    ]
  }
}
plugins/agent-notifier/.claude-plugin/plugin.json
{
  "name": "agent-notifier",
  "version": "0.1.0+codex.20260810104504",
  "description": "Notify a webhook or Telegram when interactive agent runs finish.",
  "author": {
    "name": "tenfyzhong",
    "url": "https://github.com/tenfyzhong"
  },
  "homepage": "https://github.com/tenfyzhong/agent-plugins-hub/tree/main/plugins/agent-notifier",
  "repository": "https://github.com/tenfyzhong/agent-plugins-hub",
  "license": "MIT",
  "keywords": [
    "hooks",
    "webhook",
    "telegram",
    "notifications"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agent-notifier on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-notifier)