42-evey

evey-bridge-plugin

Bridge Claude Code with Evey hermes-agent for automated message checking and Mother Mode loops.

12 stars2 forks1 open issuesPythonMIT

Repository last updated Jul 18, 2026

Overview

The Evey Bridge Plugin integrates Claude Code with the Evey hermes-agent stack, enabling automated message and task injection from the bridge into every Claude Code prompt. It is designed for developers running the Evey stack locally.

The plugin includes two custom skills: /evey-loop runs a Mother Mode improvement loop that checks the bridge, builds, and logs; /evey-status provides a quick health overview including wallet and cron status. A pre-tool hook automatically checks for new messages or tasks from Evey on each prompt submission and injects them as context.

This plugin is intended for users who have the Evey stack deployed at the expected directory and want to streamline their workflow between Claude Code and Evey.

Highlights

  • Injects Evey messages and tasks into every Claude Code prompt
  • Automates Mother Mode improvement loops via /evey-loop
  • Monitors health, wallets, and crons with quick status checks
  • Pre-tool hook for automatic bridge context injection

Features

Automatic Bridge Context Injection

On every prompt submit, the plugin checks the bridge for messages or tasks from Evey and injects them as context.

Mother Mode Loop

The /evey-loop skill runs an improvement loop that checks the bridge, builds, and logs results.

Quick Status Check

The /evey-status skill provides a snapshot of system health, Moltbook, wallets, and crons.

Requirements

  • Evey stack deployed at /mnt/v/evey/

How it's built

The plugin is written in Python and structured as a Claude Code plugin with hooks and skills. The repository layout includes a .claude-plugin/ directory with a plugin.json manifest, hooks under hooks/ (bridge-check.py, posttooluse.py, pretooluse.py), and skills under skills/ (evey-loop and evey-status, each with a SKILL.md).

The integration expects the Evey stack at the path /mnt/v/evey/. The pre-tool hook (pretooluse.py) runs on every prompt submission to inject bridge context, while the skills provide interactive commands for loop and status operations.

Source

This summary was written for Neura Market from the project's own repository. Install commands, identifiers and licence details are reproduced unchanged. The 42-evey/evey-bridge-plugin repository is the authoritative source and the place to file issues or contribute.

Category: Messaging & Social · Licensed under MIT

Related Hermes plugins