wednesday_runtime — Direct shell-out slash commands for vault scripts

draft — generated, polish on first use.

Category: plugins Where it works: Telegram (Hermes) Source: /Users/dexter/Nevermore/_infra/hermes/plugins/wednesday_runtime/plugin.yaml

What it is

Standalone plugin that exposes three slash commands (/briefing, /search, /file) which execute existing vault scripts directly via shell. No LLM calls, zero token cost.

How to trigger it

  • /briefing
  • /search
  • /file
  • Auto-fires? no.

How to use it

Operator types the slash command in Hermes. Plugin routes to the corresponding shell script in the vault, captures stdout/stderr, and returns the result as a message.

Practical examples

  1. You: “/briefing” Hermes runs the briefing script and posts the daily summary.
  2. You: “/search project-x” Hermes executes the search script with “project-x” and returns matching file paths.

Notes / limits

No LLM cost. Requires the three scripts to exist and be executable. If a script is missing or fails, Hermes surfaces the shell error.