mindbreeze
Mindbreeze integration. Manage data, records, and automate workflows. Use when the user wants to interact with Mindbreeze data.
What this skill does
# Mindbreeze Mindbreeze is a search and insight engine that helps organizations understand and leverage their data. It's used by enterprises to connect to various data sources, analyze information, and provide relevant insights to employees. Official docs: https://help.mindbreeze.com/ ## Mindbreeze Overview - **Search** - **Result Documents** - **Datasource** - **Index** - **Query Profile** - **User** - **Role** - **Certificate** - **License** - **Backup** - **Update** - **Log** - **Configuration** - **Running Task** - **Scheduled Task** - **Service** - **System Information** - **Diagnostic Information** - **Suggest** - **Similar Results** - **Facet Values** - **More Like This Results** - **Access Token** - **LDAP Synchronization** - **SPML Synchronization** - **SCIM Synchronization** - **Database** - **Category** - **Stop Word List** - **Thesaurus** - **Ranking Model** - **Machine Learning Model** - **Query Suggest Model** - **ACL** - **Event** - **Alert** - **Comment** - **Rating** - **Tag** - **Filter** - **Transformation** - **Template** - **Style Sheet** - **Image** - **Script** - **Binary** - **Text Resource** - **User Interface** - **Web Service** - **Workflow** - **Form** - **Dashboard** - **Report** - **Data Source Connection** - **Crawler** - **Parser** - **Converter** - **Authorization** - **Authentication** - **Authorization Mapping** - **Authentication Mapping** - **Context** - **Skill** - **Agent** - **Model** - **Prompt** - **Embedding Model** - **Vector Store** - **Chat Log** - **Chat Session** - **Feedback** - **Annotation** - **Bookmark** - **Note** - **Highlight** - **Selection** - **Variable** - **Constant** - **Function** - **Macro** - **Test Case** - **Test Suite** - **Test Result** - **Training Data** - **Evaluation Data** - **Ground Truth Data** - **Explanation** - **Insight** - **Recommendation** - **Summary** - **Translation** - **Transcription** - **Sentiment** - **Emotion** - **Intent** - **Entity** - **Relation** - **Topic** - **Category** - **Concept** - **Keyword** - **Phrase** - **Pattern** - **Anomaly** - **Outlier** - **Trend** - **Forecast** - **Correlation** - **Causation** - **Impact** - **Risk** - **Opportunity** - **Constraint** - **Goal** - **Objective** - **Strategy** - **Tactic** - **Action** - **Task** - **Project** - **Process** - **Document** - **Page** - **Image** - **Video** - **Audio** - **File** - **Folder** - **Link** - **Email** - **Contact** - **Company** - **Location** - **Product** - **Service** - **Event** - **News** - **Blog Post** - **Forum Post** - **Wiki Page** - **Social Media Post** - **Question** - **Answer** - **Comment** - **Rating** - **Tag** - **User Profile** - **Group** - **Team** - **Department** - **Organization** - **Calendar Event** - **Meeting** - **Appointment** - **Reminder** - **Notification** - **Alert** - **Subscription** - **Workflow Instance** - **Process Instance** - **Task Instance** - **Case** - **Incident** - **Problem** - **Change Request** - **Release** - **Deployment** - **Build** - **Test Run** - **Defect** - **Issue** - **Pull Request** - **Commit** - **Branch** - **Repository** - **Code** - **Configuration Item** - **Asset** - **Inventory** - **Contract** - **License** - **Purchase Order** - **Invoice** - **Payment** - **Shipment** - **Order** - **Quote** - **Opportunity** - **Lead** - **Account** - **Contact** - **Campaign** - **Marketing Material** - **Sales Order** - **Sales Invoice** - **Sales Receipt** - **Customer** - **Supplier** - **Partner** - **Employee** - **Manager** - **Executive** - **Board Member** - **Shareholder** - **Investor** - **Analyst** - **Consultant** - **Advisor** - **Auditor** - **Regulator** - **Government Agency** - **Nonprofit Organization** - **Educational Institution** - **Research Institution** - **Healthcare Provider** - **Insurance Company** - **Financial Institution** - **Legal Firm** - **Real Estate Company** - **Construction Company** - **Manufacturing Company** - **Retail Company** - **Wholesale Company** - **Transportation Company** - **Logistics Company** - **Energy Company** - **Utility Company** - **Telecommunications Company** - **Media Company** - **Entertainment Company** - **Technology Company** - **Software Company** - **Hardware Company** - **Internet Company** - **E-commerce Company** - **Social Media Company** - **Search Engine Company** - **Cloud Computing Company** - **Artificial Intelligence Company** - **Data Science Company** - **Cybersecurity Company** - **Biotechnology Company** - **Pharmaceutical Company** - **Medical Device Company** - **Aerospace Company** - **Defense Company** - **Automotive Company** - **Agriculture Company** - **Mining Company** - **Forestry Company** - **Fishing Company** - **Tourism Company** - **Hospitality Company** - **Restaurant** - **Hotel** - **Travel Agency** - **Airline** - **Airport** - **Train Station** - **Bus Station** - **Port** - **Shipping Company** - **Customs Agency** - **Border Control Agency** - **Immigration Agency** - **Embassy** - **Consulate** - **Government** - **Politics** - **Law** - **Justice** - **Security** - **Defense** - **Intelligence** - **Diplomacy** - **Trade** - **Finance** - **Economy** - **Education** - **Health** - **Environment** - **Energy** - **Transportation** - **Technology** - **Media** - **Entertainment** - **Sports** - **Culture** - **Society** - **Religion** - **Philosophy** - **Science** - **History** - **Geography** - **Art** - **Literature** - **Music** - **Film** - **Television** - **Radio** - **Podcast** - **Blog** - **Website** - **Mobile App** - **Software** - **Hardware** - **Internet** - **E-commerce** - **Social Media** - **Search Engine** - **Cloud Computing** - **Artificial Intelligence** - **Data Science** - **Cybersecurity** - **Biotechnology** - **Pharmaceutical** - **Medical Device** - **Aerospace** - **Defense** - **Automotive** - **Agriculture** - **Mining** - **Forestry** - **Fishing** - **Tourism** - **Hospitality** - **Restaurant** - **Hotel** - **Travel Agency** - **Airline** - **Airport** - **Train Station** - **Bus Station** - **Port** - **Shipping Company** - **Customs Agency** - **Border Control Agency** - **Immigration Agency** - **Embassy** - **Consulate** Use action names and parameters as needed. ## Working with Mindbreeze This skill uses the Membrane CLI to interact with Mindbreeze. 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@latest ``` ### Authentication ```bash membrane login --tenant --clientName=<agentType> ``` This will either open a browser for authentication or print an authorization URL to the console, depending on whether interactive mode is available. **Headless environments:** The command will print an authorization URL. Ask the user to open it in a browser. When they see a code after completing login, finish with: ```bash membrane login complete <code> ``` Add `--json` to any command for machine-readable JSON output. **Agent Types** : claude, openclaw, codex, warp, windsurf, etc. Those will be used to adjust tooling to be used best with your harness ### Connecting to Mindbreeze Use `membrane connection ensure` to find or create a connection by app URL or domain: ```bash membrane connection ensure "https://inspire.mindbreeze.com/" --json ``` The user completes authentication in the browser. The output contains the new connection id. This is the fastest way to get a connection. The URL is normalized to a domain and matched against known apps. If no app is found, one is created and a connector is built automatically. If the returned connection has `state: "READY"`, skip to **Step 2**. #### 1b. Wait for the connection to be ready If the connection is in `BUILDING` state, poll until it's ready: ```bash npx @membranehq/cli connection get <id> --w
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.