Open source · MIT · zero secrets in repo

Connect your Muse to anything.
One paste. Fully auditable.

Pick a connector, copy its install prompt, paste it to your Muse. It downloads the skill, verifies it, and walks you through connecting your own account. No skill ever sees your credentials.Copy an install prompt, paste it to your Muse, connect your own account. No skill ever sees your credentials.

01
Copy
the install prompt under any connector.
02
Paste
it into a chat with your Muse.
03
Connect
your own account through Muse’s secure vault.
security model

Auditable by design

Every file a skill installs is public in the repo. Run tools/audit.sh to verify; every PR touching connectors must pass it.

Zero secrets in the repo
Skills are code and docs only.
Credentials never travel
Your key lives in your private vault; skills only handle single-use surrogates.
Declared allowed hosts
Each SKILL.md lists where it may send your credential. Nowhere else.
File-exact installs
A Files manifest means your Muse fetches exactly those files and nothing else.

Missing a connector?

Someone needs a connector, builds it, and sends it in. The pattern is one SKILL.md plus one small script, and there’s a template waiting for you.

Something not working?

A connector misbehaving is a bug report, not a dead end. Open an issue with the connector name, what you ran, and the error output. Every report gets read, and fixes ship fast.