junip
SolidJunip integration. Manage Persons, Organizations, Deals, Activities, Notes, Files and more. Use when the user wants to interact with Junip data.
Data & Documents 3,964 stars
1088 forks Updated 2 months ago MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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...
Details
- Author
- openclaw
- Repository
- openclaw/skills
- Created
- 5 months ago
- Last Updated
- 2 months ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Data & Documents Listed
junip
Junip integration. Manage Persons, Organizations, Deals, Activities, Notes, Files and more. Use when the user wants to interact with Junip data.
195 Updated 1 months ago
membranedev Data & Documents Solid
alphasense
AlphaSense integration. Manage data, records, and automate workflows. Use when the user wants to interact with AlphaSense data.
3,964 Updated 2 months ago
openclaw AI & Automation Listed
alphasense
AlphaSense integration. Manage data, records, and automate workflows. Use when the user wants to interact with AlphaSense data.
195 Updated 1 months ago
membranedev