fibery
Fibery integration. Manage Workspaces. Use when the user wants to interact with Fibery data.
What this skill does
# Fibery Fibery is a work management platform that allows teams to define their own processes and workflows. It's used by product development teams, startups, and other organizations that need a flexible and customizable way to manage their work. Official docs: https://fibery.io/api ## Fibery Overview - **Entity** - **Entity Type** - **View** - **Board** - **Report** - **Space** - **Automation** - **Integration** - **User** - **Fibery Account** - **Role** - **App** - **Import** - **API Key** - **OAuth Client** - **Saved View** - **Notification** - **Search** - **Comment** - **Attachment** - **Filter** - **Sort** - **Layout** - **Field** - **Relation** - **Rule** - **Action** - **Button** - **Dashboard** - **Document** - **Email Template** - **Process** - **Schedule** - **State** - **Reaction** - **Collection** - **Calculation** - **Iteration** - **Goal** - **Team** - **Meeting** - **Epic** - **Feature** - **User Story** - **Task** - **Bug** - **Test Case** - **Risk** - **Impediment** - **Release** - **Portfolio** - **OKR** - **Project** - **Template** - **Workspace** - **Chat Channel** - **Chat Message** - **Chat User** - **Chat Bot** - **Chat Integration** - **Chat Notification** - **Chat Room** - **Chat File** - **Chat Image** - **Chat Video** - **Chat Audio** - **Chat Link** - **Chat Command** - **Chat Event** - **Chat Reaction** - **Chat Mention** - **Chat Reply** - **Chat Topic** - **Chat Poll** - **Chat Task** - **Chat User Group** - **Chat Team** - **Chat Project** - **Chat Release** - **Chat Sprint** - **Chat Goal** - **Chat OKR** - **Chat Epic** - **Chat Feature** - **Chat User Story** - **Chat Bug** - **Chat Test Case** - **Chat Risk** - **Chat Impediment** - **Chat Meeting** - **Chat Document** - **Chat Whiteboard** - **Chat Mindmap** - **Chat Diagram** - **Chat Flowchart** - **Chat Prototype** - **Chat Mockup** - **Chat Wireframe** - **Chat Design** - **Chat Code** - **Chat Snippet** - **Chat Note** - **Chat Checklist** - **Chat Reminder** - **Chat Survey** - **Chat Feedback** - **Chat Support Ticket** - **Chat Knowledge Base Article** - **Chat FAQ** - **Chat Tutorial** - **Chat Webinar** - **Chat Podcast** - **Chat Ebook** - **Chat Infographic** - **Chat Presentation** - **Chat Report** - **Chat Dashboard** - **Chat Calendar** - **Chat Contact** - **Chat Company** - **Chat Deal** - **Chat Invoice** - **Chat Payment** - **Chat Subscription** - **Chat Product** - **Chat Order** - **Chat Shipping** - **Chat Inventory** - **Chat Customer** - **Chat Supplier** - **Chat Partner** - **Chat Employee** - **Chat Candidate** - **Chat Job Opening** - **Chat Application** - **Chat Resume** - **Chat Cover Letter** - **Chat Reference** - **Chat Performance Review** - **Chat Training** - **Chat Certification** - **Chat Skill** - **Chat Competency** - **Chat Goal Setting** - **Chat Time Tracking** - **Chat Expense Report** - **Chat Vacation Request** - **Chat Sick Leave** - **Chat HR Policy** - **Chat Legal Document** - **Chat Contract** - **Chat NDA** - **Chat Patent** - **Chat Trademark** - **Chat Copyright** - **Chat License** - **Chat Regulation** - **Chat Compliance** - **Chat Audit** - **Chat Security** - **Chat Privacy** - **Chat Terms of Service** - **Chat Acceptable Use Policy** - **Chat Disclaimer** - **Chat Warranty** - **Chat Support** - **Chat Feedback** - **Chat Suggestion** - **Chat Bug Report** - **Chat Feature Request** - **Chat Improvement** - **Chat Question** - **Chat Answer** - **Chat Solution** - **Chat Tip** - **Chat Trick** - **Chat How To** - **Chat Guide** - **Chat Tutorial** - **Chat Example** - **Chat Template** - **Chat Best Practice** - **Chat Case Study** - **Chat White Paper** - **Chat Research Report** - **Chat Industry Analysis** - **Chat Market Trend** - **Chat Economic Indicator** - **Chat Financial Statement** - **Chat Investment Analysis** - **Chat Portfolio Management** - **Chat Risk Management** - **Chat Insurance Policy** - **Chat Real Estate Listing** - **Chat Mortgage Application** - **Chat Loan Agreement** - **Chat Credit Report** - **Chat Bank Account** - **Chat Credit Card** - **Chat Debit Card** - **Chat Payment Gateway** - **Chat Cryptocurrency** - **Chat Blockchain** - **Chat Smart Contract** - **Chat Decentralized Application** - **Chat Metaverse** - **Chat Virtual Reality** - **Chat Augmented Reality** - **Chat Artificial Intelligence** - **Chat Machine Learning** - **Chat Deep Learning** - **Chat Natural Language Processing** - **Chat Computer Vision** - **Chat Robotics** - **Chat Automation** - **Chat Internet of Things** - **Chat Big Data** - **Chat Cloud Computing** - **Chat Cybersecurity** - **Chat Software Development** - **Chat Web Development** - **Chat Mobile Development** - **Chat Game Development** - **Chat Database Management** - **Chat Network Administration** - **Chat System Administration** - **Chat IT Support** - **Chat Help Desk** - **Chat Technical Documentation** - **Chat User Manual** - **Chat Training Material** - **Chat Certification Exam** - **Chat Online Course** - **Chat Webinar Recording** - **Chat Podcast Episode** - **Chat Ebook Chapter** - **Chat Infographic Design** - **Chat Presentation Slide** - **Chat Report Section** - **Chat Dashboard Widget** - **Chat Calendar Event** - **Chat Contact Information** - **Chat Company Profile** - **Chat Deal Stage** - **Chat Invoice Item** - **Chat Payment Transaction** - **Chat Subscription Plan** - **Chat Product Feature** - **Chat Order Line Item** - **Chat Shipping Address** - **Chat Inventory Item** - **Chat Customer Segment** - **Chat Supplier Contract** - **Chat Partner Agreement** - **Chat Employee Record** - **Chat Candidate Profile** - **Chat Job Opening Description** - **Chat Application Form** - **Chat Resume Summary** - **Chat Cover Letter Body** - **Chat Reference Letter** - **Chat Performance Review Comment** - **Chat Training Module** - **Chat Certification Requirement** - **Chat Skill Description** - **Chat Competency Level** - **Chat Goal Setting Worksheet** - **Chat Time Tracking Entry** - **Chat Expense Report Item** - **Chat Vacation Request Form** - **Chat Sick Leave Policy** - **Chat HR Policy Document** - **Chat Legal Document Clause** - **Chat Contract Term** - **Chat NDA Provision** - **Chat Patent Claim** - **Chat Trademark Description** - **Chat Copyright Notice** - **Chat License Agreement** - **Chat Regulation Section** - **Chat Compliance Requirement** - **Chat Audit Finding** - **Chat Security Vulnerability** - **Chat Privacy Policy Statement** - **Chat Terms of Service Clause** - **Chat Acceptable Use Policy Rule** - **Chat Disclaimer Statement** - **Chat Warranty Term** Use action names and parameters as needed. ## Working with Fibery This skill uses the Membrane CLI to interact with Fibery. 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 Fibery Use `membrane connection ensure` to find or create a connection by app URL or domain: ```bash membrane connection ensure "https://fibery.io/" --json ``` The user completes authentication in the browser. The output contains the new connection id. This is the fastest wa
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.