wakewire
v0.1.0Break the loop — deliver GitHub, Gmail, Slack, and any webhook's events (Linear, Sentry, ClickUp) into local Codex threads in near real time, configured conversationally.
By Glenn Calleja FrendoLicense: MIT1.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 3 skill or MCP entries
- 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 wakewire for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add wakewire@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 “wakewire” remain stable.
- Codex:
wakewire@agent-plugin-marketplace→wakewire@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/glenncalleja/wakewire/.
Plugin files
├── .codex-plugin/plugin.json├── skills/wakewire-inspect/SKILL.md├── skills/wakewire-setup/SKILL.md└── .mcp.json
Included Skills2
Triage wakewire delivery problems — events not arriving, failed or held deliveries, duplicates, rate-limit digests. Use when the user asks why an expected event didn't show up in a thread, or wakewire tools report failures.
Set up wakewire end to end — install/start the local daemon, wire a first GitHub or Gmail route into a Codex thread, and verify with a test delivery. Use when the user wants external events (GitHub pushes/PRs/issues, emails) delivered into their Codex threads, or when wakewire tools report the daemon is not running.
MCP servers1
- command
- npx
- args
- -y wakewire mcp
Plugin manifests1
{
"name": "wakewire",
"version": "0.1.0",
"description": "Break the loop — deliver GitHub, Gmail, Slack, and any webhook's events (Linear, Sentry, ClickUp) into local Codex threads in near real time, configured conversationally.",
"license": "MIT",
"keywords": [
"webhooks",
"github",
"gmail",
"slack",
"automation",
"events"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "WakeWire",
"shortDescription": "Push GitHub, Gmail, Slack, and webhook events into your Codex threads",
"longDescription": "Break the loop: instead of agents polling on a timer, wakewire runs a small local daemon that receives GitHub webhooks (via a smee.io relay by default), Gmail messages (IMAP IDLE), and Slack events (Socket Mode), matches them against routes you define in conversation, and injects them as new turns into the Codex threads you choose. Includes a delivery log, replay, dedup, signature verification, and conservative sandbox defaults.",
"category": "Productivity",
"brandColor": "#2D6CDF",
"developerName": "Glenn Calleja Frendo",
"websiteURL": "https://github.com/glenncalleja/wakewire"
},
"homepage": "https://github.com/glenncalleja/wakewire",
"repository": "https://github.com/glenncalleja/wakewire",
"author": {
"name": "Glenn Calleja Frendo",
"url": "https://github.com/glenncalleja"
}
}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.
[wakewire on Agent Plugins Marketplace](https://pluginsmp.com/plugins/wakewire)