SkillAgentSearch skills...

postino

Message broker for Claude Code agents - inter-agent messaging, broadcasts, and real-time web GUI backed by Valkey/Redis

Install / Use

claude mcp add manuelfedele -- npx -y github:manuelfedele/postino

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

31/100

Supported Platforms

Claude Code
Claude Desktop

{ "name": "@manuelfedele/postino", "version": "0.7.1", "description": "Agent-to-agent messaging and broadcast system with MCP, HTTP, and Ink TUI interfaces", "type": "module", "main": "dist/index.js", "bin": { "postino": "dist/cli.js" }, "scripts": { "build": "node scripts/build.mjs", "dev": "tsc --watch", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest" }, "files": [ "dist" ], "keywords": [ "mcp", "messaging", "valkey", "broadcast", "multi-agent", "ink", "tui", "terminal" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/manuelfedele/postino" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@hono/node-server": "^2.1.0", "@modelcontextprotocol/sdk": "^1.29.0", "hono": "^4.12.12", "ink": "^5.2.1", "ioredis": "^5.10.1", "react": "^18.3.1", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^25.6.0", "@types/react": "^18.3.18", "typescript": "^6.0.2", "vitest": "^4.1.4" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryCommunication
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low