Install any skill in seconds. Free to start, no credit card required.
Get Started Free →BrainShop integration. Manage data, records, and automate workflows. Use when the user wants to interact with BrainShop data.
.claude/skills/membranedev-brainshop/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 63% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 174% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -32% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 84% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 26% | 0% |
BrainShop is a conversational AI platform that allows developers to build and deploy chatbots. It's used by businesses and individuals looking to automate customer service, provide virtual assistants, or create interactive experiences.
Official docs: https://brainshop.ai/docs
When to use which actions: Use action names and parameters as needed.
This skill uses the Membrane CLI to interact with BrainShop. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the Membrane CLI so you can run membrane from the terminal:
bashnpm install -g @membranehq/cli
bashmembrane 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>.
bash membrane search brainshop --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.
When you are not sure if connection already exists:
bash membrane connection list --json If a BrainShop connection exists, note its connectionId
When you know what you want to do but not the exact action ID:
bashmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json
This will return action objects with id and inputSchema in it, so you will know how to run it.
| Name | Key | Description | | --- | --- | --- | | Train Brain | train-brain | Train the brain with a custom input/response pair to teach it new responses | | Create Brain | create-brain | Create a new brain (chatbot instance) in BrainShop | | Get Response | get-response | Send a message to the BrainShop chatbot and get a response |
bashmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json
To pass JSON parameters:
bashmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"
When the available actions don't cover your use case, you can send requests directly to the BrainShop API through Membrane's proxy. Membrane automatically appends the base URL to the path you provide and injects the correct authentication headers — including transparent credential refresh if they expire.
bashmembrane request CONNECTION_ID /path/to/endpoint
Common options:
| Flag | Description | |------|-------------| | -X, --method | HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET | | -H, --header | Add a request header (repeatable), e.g. -H "Accept: application/json" | | -d, --data | Request body (string) | | --json | Shorthand to send a JSON body and set Content-Type: application/json | | --rawData | Send the body as-is without any processing | | --query | Query-string parameter (repeatable), e.g. --query "limit=10" | | --pathParam | Path parameter (repeatable), e.g. --pathParam "id=123" |
membrane action list --intent=QUERY (replace QUERY with your intent) to find existing actions before writing custom API calls. Pre-built actions handle pagination, field mapping, and edge cases that raw API calls miss.| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-02 | fail→fail | 5,414 | 4,130 | -24% | 1 | 1 | 0% | 923 | 1,145 | +24% | 0 | 0 | — |
case-01 | fail→fail | 8,245 | 4,246 | -49% | 1 | 1 | 0% | 1,344 | 1,236 | -8% | 0 | 0 | — |
case-03 | fail→fail | 4,180 | 4,299 | +3% | 1 | 1 | 0% | 675 | 1,110 | +64% | 0 | 0 | — |
case-04 | fail→pass | 4,704 | 1,852 | -61% | 1 | 1 | 0% | 757 | 1,233 | +63% | 0 | 0 | — |
case-05 | fail→pass | 3,242 | 1,789 | -45% | 1 | 1 | 0% | 460 | 1,262 | +174% | 0 | 0 | — |
case-06 | fail→pass | 11,734 | 2,340 | -80% | 1 | 1 | 0% | 1,920 | 1,301 | -32% | 0 | 0 | — |
case-07 | fail→pass | 4,213 | 1,607 | -62% | 1 | 1 | 0% | 663 | 1,222 | +84% | 0 | 0 | — |
case-08 | fail→pass | 6,387 | 1,531 | -76% | 1 | 1 | 0% | 967 | 1,219 | +26% | 0 | 0 | — |
case-09 | fail→fail | 5,060 | 1,302 | -74% | 1 | 1 | 0% | 807 | 1,167 | +45% | 0 | 0 | — |
case-10 | fail→pass | 6,041 | 1,585 | -74% | 1 | 1 | 0% | 1,101 | 1,237 | +12% | 0 | 0 | — |
case-11 | fail→pass | 8,789 | 1,738 | -80% | 1 | 1 | 0% | 1,378 | 1,235 | -10% | 0 | 0 | — |
case-20 | pass→pass | 2,986 | 1,895 | -37% | 1 | 1 | 0% | 417 | 1,218 | +192% | 0 | 0 | — |
case-12 | fail→pass | 7,339 | 1,800 | -75% | 1 | 1 | 0% | 1,183 | 1,273 | +8% | 0 | 0 | — |
case-13 | fail→pass | 9,412 | 2,563 | -73% | 1 | 1 | 0% | 1,587 | 1,458 | -8% | 0 | 0 | — |
case-14 | pass→pass | 6,987 | 1,635 | -77% | 1 | 1 | 0% | 1,036 | 1,236 | +19% | 0 | 0 | — |
case-15 | pass→pass | 4,508 | 1,679 | -63% | 1 | 1 | 0% | 763 | 1,220 | +60% | 0 | 0 | — |
case-16 | pass→pass | 7,541 | 1,884 | -75% | 1 | 1 | 0% | 1,206 | 1,307 | +8% | 0 | 0 | — |
case-17 | fail→pass | 8,597 | 2,526 | -71% | 1 | 1 | 0% | 1,653 | 1,424 | -14% | 0 | 0 | — |
case-18 | fail→pass | 13,973 | 2,203 | -84% | 1 | 1 | 0% | 2,168 | 1,333 | -39% | 0 | 0 | — |
case-19 | pass→pass | 15,096 | 5,233 | -65% | 1 | 1 | 0% | 2,081 | 1,811 | -13% | 0 | 0 | — |
case-21 | pass→pass | 3,993 | 2,919 | -27% | 1 | 1 | 0% | 661 | 1,499 | +127% | 0 | 0 | — |
case-22 | fail→fail | 4,781 | 3,645 | -24% | 1 | 1 | 0% | 775 | 1,524 | +97% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 19 counted toward the lift figure. The other 3 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +50 percentage points is the difference between those two pass rates over the 19 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.