agentgram
v0.2.3Codex and AI-agent Telegram messaging and file-sending plugin with a local CLI.
By Jerry FaneLicense: MIT1.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 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 agentgram for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add agentgram@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “agentgram” remain stable.
- Codex:
agentgram@agent-plugin-marketplace→agentgram@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/jerryfane/agentgram/.
Plugin files
├── .codex-plugin/plugin.json└── skills/agentgram/SKILL.md
Included Skills1
Send explicit, user-requested Telegram messages and files from an agent session through the local Agentgram command-line tool.
Plugin manifests1
{
"name": "agentgram",
"version": "0.2.3",
"description": "Codex and AI-agent Telegram messaging and file-sending plugin with a local CLI.",
"author": {
"name": "Jerry Fane",
"url": "https://github.com/jerryfane"
},
"repository": "https://github.com/jerryfane/agentgram",
"license": "MIT",
"keywords": [
"ai-agents",
"codex",
"codex-plugin",
"notifications",
"telegram",
"telegram-bot"
],
"skills": "./skills/",
"interface": {
"displayName": "Agentgram",
"shortDescription": "Send Telegram messages and files from Codex and agent sessions.",
"longDescription": "Agentgram is a Codex Telegram plugin and local CLI for AI agents. It sends explicit, user-requested Telegram messages and files through the Telegram Bot API using a bot token and chat id from the user's environment.",
"developerName": "Jerry Fane",
"category": "Productivity",
"websiteURL": "https://github.com/jerryfane/agentgram",
"brandColor": "#1F8A70",
"composerIcon": "assets/agentgram-logo.svg",
"logo": "assets/agentgram-logo.svg",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"Use Agentgram to send a Telegram message or file."
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[agentgram on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agentgram)