Plosson Agentio
plosson-agentio is a Claude Code plugin for the Build phase that lets LLM agents operate Gmail, Google, and Telegram through the agentio CLI.
Install this plugin so your coding agent can send and manage messages through Gmail, Google services, and Telegram using the agentio CLI instead of hand-rolled API scripts.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install plosson-agentio@plosson/agentioBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:plosson/agentio") and the paste-ready config with skillselion.get_install_config("plugin:plosson/agentio").
What it does
plosson-agentio is a Claude Code plugin that teaches your agent how to interact with real communication channels through the agentio command-line tool. Solo builders shipping agent-backed products often stall on the boring glue work—OAuth quirks, send-message endpoints, and keeping Telegram or Gmail actions out of prompt soup. This bundle focuses on operational skills: invoking agentio so Claude can perform Google and Telegram tasks in a repeatable, scriptable way. It pairs naturally with backend and agent-tooling work when you want notifications, inbox triage, or lightweight ops bots without building a custom MCP from scratch. The repo advertises one plugin and community discovery metadata; expect to configure agentio credentials and CLIs locally before anything works in production.
Highlights
- Skills for LLM agents driving the agentio CLI
- Gmail and broader Google operations hooks
- Telegram messaging integration for agent workflows
- Operations-oriented skills rather than UI scaffolding
- Single-plugin bundle (1 plugin) from plosson/agentio
Why builders use it
Agents can write code but often cannot reliably act on email and chat unless you bolt on fragile one-off API integrations.
After install, your agent can call agentio-backed skills so messaging and Google operations become standard build-time integrations instead of custom side projects.
At a glance
- Type - Plugin in Automation.
- Adoption - 0 installs, 2 stars, 0 votes.
FAQ
Who is plosson-agentio for?
Developers and solo builders using Claude Code who want agents to perform communication and Google operations via the agentio CLI.
When should I use plosson-agentio?
Use it during build when you are connecting your product or agent to Gmail, Google workflows, or Telegram messaging.
How do I add plosson-agentio to my agent?
Install the plugin from plosson/agentio, set up the agentio CLI and service credentials, then enable the plugin so skills can invoke agentio commands.
Comments
Share how you use plosson-agentio, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.