Etsy for Meta Muse
Community draft proposes: Read Etsy shop data: receipts, listings, transactions, payment ledger; create listings.
Pinned source description: Read the user's Etsy shop: receipts (orders), active listings, transactions, and the payment-account ledger. Create listings on confirmation. Use when the user mentions Etsy, their shop, or listing management.
Community draft. OpenTools has not verified a Muse installation or provider API result. The proposed Etsy status check is `bin/etsy.py auth --shop-id <id>` (must return `"ok": true`); it requires OAuth 2.0 via the secure credential flow. No live Muse result is recorded.
View original source ↗How to set it up
Paste a promptDraft — these instructions come from the linked source and have not been independently live-tested by OpenTools.
Source maturity: 🧪 Draft: written from Etsy's public Open API v3 docs; not yet live-tested end-to-end.
Before you start
- OAuth 2.0 via the secure credential flow
Steps
- Review the pinned connectors/etsy/SKILL.md and its Files list (SKILL.md, bin/etsy.py).
- Prepare OAuth 2.0 via the secure credential flow; provide credentials only through Muse’s secure flow if available.
- Ask Muse to fetch the pinned skill and its exact listed files. Treat this as an upstream proposed installation, not a verified one-click setup.
- Run the source status check `bin/etsy.py auth --shop-id <id>` (must return `"ok": true`); inspect the actual response before using any action.
Prompt to paste into Muse
Inspect this community skill: https://raw.githubusercontent.com/bluman1/muse-connectors/6e31fd44a71f9f28377a1460e64cd7483c3cce22/connectors/etsy/SKILL.md Read its Files manifest. If this Muse account supports custom skill installation and secure credentials, install exactly those files; otherwise report that the setup is unavailable. Collect credentials through Muse's secure credential flow; never ask me for raw keys in chat. Run the skill's status check and report the actual result.
Account access: OAuth 2.0 via the secure credential flow (`credentials.request_api_access`); register an app at etsy.com/developers. The app keystring is collected alongside the token as a second credential entry. The key must be approved in the Etsy developer portal before any call works.
Allowed hosts: openapi.etsy.com
Source status check: `bin/etsy.py auth --shop-id <id>` (must return `"ok": true`)
A successful source status check may verify only configuration or credentials; it is not proof of a working end-to-end integration.
Services it connects with
These are the services the connector uses. The publisher is identified separately.