№ 0152Skill★ Pick
Muse Connectors: 150 one-paste skills
An open-source collection of 150 auditable connector skills for Muse that install with one pasted prompt, declare their allowed hosts and keep credentials in the user's Muse vault.
# Muse Connectors [](LICENSE) [](https://museconnectors.link/) [](CONTRIBUTING.md) [](https://github.com/bluman1/muse-connectors/stargazers) Open-source, auditable connector skills for Muse. Each connector is a skill any Muse can install with **one pasted prompt**: and every file it installs is right here for anyone to audit. ## Install any connector in one paste 1. Find your connector at https://museconnectors.link/ and copy its install prompt. 2. Paste it into a chat with your Muse. 3. Your Muse downloads the skill, verifies it, and walks you through connecting **your own account**. Done. No app stores, no config files, no tokens in chat. How the one-paste install works is documented in [INSTALL.md](INSTALL.md). ## Security model: auditable by design - **This repo contains zero secrets.** Skills are code and docs only. Run `tools/audit.sh` to verify; every PR touching `connectors/` must pass it. - **Credentials never travel with a skill.** When you install a connector, your Muse collects your API key / OAuth through its secure credential flow and stores it in *your* private vault. The skill's code only ever handles single-use surrogates: the real key never touches the skill, this repo, or any chat transcript. - **Each skill declares its allowed hosts** in its `SKILL.md`. The credential helper refuses to send your credential anywhere else. If a skill's host list looks wrong, that's visible right in the file you're already reading. - **Installs are file-exact.** Every skill carries a `## Files` manifest; an installing Muse fetches exactly those files and nothing else. ## Catalog All 150 connectors, searchable with one-click install prompts, at **https://museconnectors.link/**. Each name links straight to its detail page. | Connector | What it does | |---|---| | [Airtable](https://museconnectors.link/#airtable) | List Airtable bases, read table records, and add records. | | [Alpha Vantage](https://museconnectors.link/#alphavantage) | Stock quotes and daily price history. Read-only. | | [Amadeus](https://museconnectors.link/#amadeus) | Search travel with Amadeus: flight off



ChatForm
Tgmlabs