← ClaudeAtlas

juniplisted

Junip integration. Manage Persons, Organizations, Deals, Activities, Notes, Files and more. Use when the user wants to interact with Junip data.
membranedev/application-skills · ★ 38 · Data & Documents · score 64
Install: claude install-skill membranedev/application-skills
# Junip Junip is a review platform that helps e-commerce brands collect and showcase customer reviews. It's used by businesses looking to build trust and increase sales through social proof. Official docs: https://developers.junip.app/ ## Junip Overview - **Reviews** - **Review Requests** When to use which actions: Use action names and parameters as needed. ## Working with Junip This skill uses the Membrane CLI to interact with Junip. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. ### Install the CLI Install the Membrane CLI so you can run `membrane` from the terminal: ```bash npm install -g @membranehq/cli ``` ### First-time setup ```bash membrane login --tenant ``` A browser window opens for authentication. **Headless environments:** Run the command, copy the printed URL for the user to open in a browser, then complete with `membrane login complete <code>`. ### Connecting to Junip 1. **Create a new connection:** ```bash membrane search junip --elementType=connector --json ``` Take the connector ID from `output.items[0].element?.id`, then: ```bash membrane connect --connectorId=CONNECTOR_ID --json ``` The user completes authentication in the browser. The output contains the new connection id. ### Getting list of existing connections When you are not sure if connection already exists: 1. **Check existing connections:** ```bash membrane