shipwithmuse

Entries matching “ssh”

3 builds · page 1 of 1

U

ogbrien

u/ogbrien

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,

Reddit post · Agents & automation★ Pick

Muse as a control plane for a homelab via Tailscale

Your product

Sponsored

Put your logo, a line of copy and an image right here, between the builds Muse developers come to read. Same size as a post.

$100/week

Put your product here

Shown every 12 builds · on every catalog page

@nmhjklnm

@nmhjklnm

A SKILL.md-driven setup that makes a machine without a public IP, such as a Muse/Hatch hosted VM, reachable over SSH through a public relay and self-recovers after reboots.

Skill · Agents & automation

Reverse SSH tunnel skill for Muse VMs

U

6353JuanTaboApp6

u/6353JuanTaboApp6

This is a small HTTP API you run on a machine you control. Muse SSHes in and calls http://127.0.0.1:8792. It can search Amazon and add to a personal cart or a Prime Business cart. It does not check out or pay. https://github.com/aasper03/muse-amazon-bypass You need Python 3.11 and curl. Sign in to Amazon in a normal browser and export cookies for each account. Amazon blocks automated login windows. The README covers Muse-over-SSH setup, and a later section shows how to call the same API yourself.

Reddit post · Connectors & MCP

Amazon cart API Muse calls over SSH