shipwithmuse

№ 0838Skill

Jev router and 23-skill library for Muse agents

Wires TypeSafe Jev into a Muse agent's decision loop via a shadow-mode router that asks typed questions before expensive or irreversible steps, plus a 23-skill library the router picks from.

Jev router and 23-skill library for Muse agents on github.com
theglitcharchitect/muse-skillsREADME ↗
# muse-skills

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue.svg)](docs/setup.md)
[![Jev](https://img.shields.io/badge/evals-TypeSafe%20Jev-8b5cf6.svg)](skills/jev-router/)

![muse-skills banner](docs/banner.png)

An agent that asks for a second opinion before it acts. This repo wires
TypeSafe Jev into an agent's decision loop through a shadow-mode router,
and ships the 23-skill library the router learns to choose between.

The core loop is small: before an expensive or irreversible step, the
agent asks Jev a typed question. Choice, Score, or Boolean, always with
probabilities. The answer is logged. In shadow mode the action proceeds
anyway; in active mode the verdict is enforced. You calibrate the
thresholds from your own logs, not from documentation.

## 60 seconds

One command. It clones the repo, installs the Jev decision layer and all
23 skills into `~/workspace/skills/`, and leaves the demo and docs in
`~/workspace/muse-skills/`:

```bash
curl -fsSL https://raw.githubusercontent.com/theglitcharchitect/muse-skills/main/install.sh | bash
cd ~/workspace/muse-skills && python3 demo/run.py
```

No key, no network. The demo runs against a deterministic mock gateway and
walks through four real decisions using the actual gate scripts. To go
live, set `VERCEL_AI_GATEWAY_KEY` and run it again; the mock steps aside.
Full setup in [docs/setup.md](docs/setup.md). Manual install: `git clone`
this repo and copy `skills/*` into your skills directory.

## What the demo shows

```
ACT 1  Boolean: the safety gate on a risky command
  tool:    shell_exec
  args:    rm -rf ~/workspace/drafts
  risk score         2 / 2 (confidence 0.92)
  safe to run        p = 0.03
  Jev verdict        BLOCK

ACT 2  Choice: two plans, one decision
  Jev choice         PLAN B
  probabilities      plan_b 0.78, plan_a 0.22

ACT 3  Score: a draft against an evidence rubric
  evidence score     1 / 3 (confidence 0.68)
  weak rungs         1
  Jev verdict        REVISE

ACT 4  Router: shadow mode gates an expensive browser run
  Jev choice         escalate
  probabilities      escalate 0.81, proceed 0.12, skip 0.07
  Jev decision       ESCALATE
  Shadow mode: the run proceeds, the decision is logged.
```

Four typed evaluations, three real gate scripts, one log per decision.

## How it fits togeth

Also filed under Agents & automation

See all →
  1. 1007

    Plumbing company run by a Muse agent★

    I still can’t believe I can run my plumbing company with an agent so easily. I send this message to my Muse agent while in bed at 6am. And it: updates my job board, texts customer, updates office manager who arrives at 8am in slack Notifies technician

    @HouseHackerJon

    X post

    Agents & automation

  2. 0199

    Muse as a control plane for a homelab via Tailscale★

    I think a lot of people are boxing Muse in as “Hermes for normies.” My guess is Meta intentionally keeps the deeper capabilities out of sight because the target audience does not want a complicated Hermes/Grok Bot-style setup. They aren't trying to capture the nerdy Hermes using market, they want this to be an AI agent for normies but they don't limit it as such. What it advertises its for is far from what it actually can do with very little work. But Muse gets much more interesting once you stop thinking of its VM as the whole system. I joined the Muse VM to my Tailscale network, gave it SSH access to a restricted user on my home Ubuntu box, and now it can run commands and browser automation through hardware I already own. I figured out Muse can do this because I asked it if it had a Tailscale skill and it said it did, then after a series of "proceed" replies, it set it up for me outside of the parts where I had to join it. At that point, Muse stops being a “shopping assistant” and starts looking more like a control plane for your own infrastructure. With Tailscale + SSH/API access, it can potentially: • Manage Docker, VMs, NAS, Proxmox, and homelab services • Pull repos,

    u/ogbrien

    Reddit post

    Agents & automation

  3. 1074

    Ziggy, a 24/7 voice assistant on Muse Spark

    An always-on laptop voice companion: local Porcupine wake word, local Whisper speech-to-text in Hindi and English, Muse Spark via the Meta Model API as the brain, offline TTS and local conversation memory.

    @TanayYadavDev

    GitHub

    Agents & automation

  4. 1065

    Muse checks a training run and locks the Mac from a phone

    Built a small bridge so Muse can act on my Mac from my phone, and recorded a real session: it looks at the Terminal, reports the epoch, loss and accuracy it sees, then locks the machine when asked. What struck me building it is how much of the work is permissions, not intelligence: per-action consent, small window captures instead of a live feed, rejecting stale observations before any input. Free beta if anyone wants to try it. Developer here, ask away. try wand here today

    u/OldChemical3853

    Reddit post

    Agents & automation

More Skills

See all →
  1. 1073

    Xahau skill for Muse

    Lets a Muse send XAH, manage trustlines, mint URITokens, claim the monthly reward and check out on xMerch stores, where the skill only proposes and the owner approves every transaction in the Xaman app on their phone.

    @terramike

    Skill

    Business & commerce

  2. 1072

    Review Times MCP server and skill

    An MCP server and skill that reports live review times for AI app, connector and plugin stores, including Meta Muse, so builders can see how long a connector submission is taking.

    @stevysmith

    Skill

    Connectors & MCP

  3. 1068

    musebook: shared family boards for Muses

    An open protocol plus Muse skill and Cloudflare Workers reference server that lets each family member's Muse join shared boards (groceries, trips, household lists) with per-board identities and an approval card before anything is ordered.

    @amanbthakkar

    Skill

    Errands & personal agent

  4. 1062

    xrpl-muse-skill: let your Muse trade XRP

    A terminal skill for trading any XRP Ledger token pair and minting NFTs, with a hard boundary between proposing and signing; testnet by default, and mainnet needs the Muse vault signer or a protected signer with per-transaction approval.

    @terramike

    Skill

    Business & commerce

Curator picks

  1. 1046

    Medical bills audited line by line, $4,000 saved★

    Got Muse logged in to my medical provider’s portal, he pulled the itemized bills, and questioned every line. So far he’s found several times I’d been double billed, asked for some discounts and has saved me over $4,000. If your moat is bureaucracy, you’re cooked.

    @Ryan_Holdaway

    X post

    Errands & personal agent

  2. 1013

    Shop Pay agentic checkout on every Shopify store★

    We are excited to announce we are partnering deeply with Muse to enable agentic checkout with Shop Pay on all Shopify stores, offering people an easy and delightful way to shop and check out with Muse.

    @tobi

    X post

    Business & commerce

  3. 1009

    Private e-book library app from Google Drive★

    Muse built me a private library for the e-books and articles in my Google Drive. Everything is organized by topic, and each section opens onto its own subcategorized shelves. Each book opens like a real book and is readable in-app

    @chiasmus_cap

    X post

    Apps & websites