jira-service-desk
Jira Service Desk integration. Manage Tickets, Customers, Agents. Use when the user wants to interact with Jira Service Desk data.
What this skill does
# Jira Service Desk Jira Service Desk is a help desk and service management software. IT teams and customer service departments use it to manage requests, incidents, problems, and changes. It helps streamline workflows and improve customer satisfaction. Official docs: https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request/ ## Jira Service Desk Overview - **Customer Request** - **Comment** - **Organization** - **Service Desk** - **Insight Object** - **Automation Rule** - **SLA** - **User** - **Group** - **Project** - **Issue Type** - **Request Type** - **Portal** - **Queue** - **Report** - **Dashboard** - **Knowledge Base Article** - **Insight Discovery Source** - **Insight IQL** - **Insight Schema** - **Insight Object Type** - **Insight Attribute** - **Insight Object Type Attribute** - **Insight Reference** - **Insight Status** - **Insight Configuration** - **Insight License** - **Insight User** - **Insight Role** - **Insight Audit Log** - **Insight Automation** - **Insight Email Processor** - **Insight Webhook** - **Insight REST API** - **Insight Import** - **Insight Export** - **Insight Scheduled Import** - **Insight Object History** - **Insight Object Version** - **Insight Object Attachment** - **Insight Object Comment** - **Insight Object Link** - **Insight Object Type Schema** - **Insight Object Type Attribute Schema** - **Insight Object Type Attribute Value** - **Insight Object Type Attribute Reference** - **Insight Object Type Attribute Definition** - **Insight Object Type Attribute Mapping** - **Insight Object Type Attribute Validation** - **Insight Object Type Attribute Permission** - **Insight Object Type Attribute Notification** - **Insight Object Type Attribute Automation** - **Insight Object Type Attribute SLA** - **Insight Object Type Attribute Workflow** - **Insight Object Type Attribute Screen** - **Insight Object Type Attribute Field Configuration** - **Insight Object Type Attribute Renderer** - **Insight Object Type Attribute Searcher** - **Insight Object Type Attribute Indexer** - **Insight Object Type Attribute Analyzer** - **Insight Object Type Attribute Facet** - **Insight Object Type Attribute Sort** - **Insight Object Type Attribute Group** - **Insight Object Type Attribute Icon** - **Insight Object Type Attribute Label** - **Insight Object Type Attribute Description** - **Insight Object Type Attribute Help Text** - **Insight Object Type Attribute Required** - **Insight Object Type Attribute Unique** - **Insight Object Type Attribute Read Only** - **Insight Object Type Attribute Hidden** - **Insight Object Type Attribute System** - **Insight Object Type Attribute Internal** - **Insight Object Type Attribute Calculated** - **Insight Object Type Attribute Cascading** - **Insight Object Type Attribute Linked** - **Insight Object Type Attribute Aggregated** - **Insight Object Type Attribute Mapped** - **Insight Object Type Attribute Scripted** - **Insight Object Type Attribute Secured** - **Insight Object Type Attribute Versioned** - **Insight Object Type Attribute Audited** - **Insight Object Type Attribute Translated** - **Insight Object Type Attribute Localized** - **Insight Object Type Attribute Encrypted** - **Insight Object Type Attribute Compressed** - **Insight Object Type Attribute Signed** - **Insight Object Type Attribute Validated** - **Insight Object Type Attribute Normalized** - **Insight Object Type Attribute Standardized** - **Insight Object Type Attribute Enriched** - **Insight Object Type Attribute Classified** - **Insight Object Type Attribute Tagged** - **Insight Object Type Attribute Flagged** - **Insight Object Type Attribute Reviewed** - **Insight Object Type Attribute Approved** - **Insight Object Type Attribute Rejected** - **Insight Object Type Attribute Published** - **Insight Object Type Attribute Archived** - **Insight Object Type Attribute Deleted** - **Insight Object Type Attribute Restored** - **Insight Object Type Attribute Imported** - **Insight Object Type Attribute Exported** - **Insight Object Type Attribute Synced** - **Insight Object Type Attribute Migrated** - **Insight Object Type Attribute Transformed** - **Insight Object Type Attribute Converted** - **Insight Object Type Attribute Updated** - **Insight Object Type Attribute Created** - **Insight Object Type Attribute Accessed** - **Insight Object Type Attribute Modified** - **Insight Object Type Attribute Viewed** - **Insight Object Type Attribute Searched** - **Insight Object Type Attribute Filtered** - **Insight Object Type Attribute Sorted** - **Insight Object Type Attribute Grouped** - **Insight Object Type Attribute Calculated** - **Insight Object Type Attribute Validated** - **Insight Object Type Attribute Enriched** - **Insight Object Type Attribute Classified** - **Insight Object Type Attribute Tagged** - **Insight Object Type Attribute Flagged** - **Insight Object Type Attribute Reviewed** - **Insight Object Type Attribute Approved** - **Insight Object Type Attribute Rejected** - **Insight Object Type Attribute Published** - **Insight Object Type Attribute Archived** - **Insight Object Type Attribute Deleted** - **Insight Object Type Attribute Restored** - **Insight Object Type Attribute Imported** - **Insight Object Type Attribute Exported** - **Insight Object Type Attribute Synced** - **Insight Object Type Attribute Migrated** - **Insight Object Type Attribute Transformed** - **Insight Object Type Attribute Converted** - **Insight Object Type Attribute Updated** - **Insight Object Type Attribute Created** - **Insight Object Type Attribute Accessed** - **Insight Object Type Attribute Modified** - **Insight Object Type Attribute Viewed** - **Insight Object Type Attribute Searched** - **Insight Object Type Attribute Filtered** - **Insight Object Type Attribute Sorted** - **Insight Object Type Attribute Grouped** Use action names and parameters as needed. ## Working with Jira Service Desk This skill uses the Membrane CLI to interact with Jira Service Desk. 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 Jira Service Desk Use `membrane connection ensure` to find or create a connection by app URL or domain: ```bash membrane connection ensure "https://www.atlassian.com/software/jira/service-desk" --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> --wait --json ``` The `--wait` flag long-polls (up to `--timeout` seconds, default 30) until the state changes. Keep polling until `state` is no longer `BUILDING`. The resulting state tells you what to do next: - **`READY`** — connection is fully set up. Skip to **Step 2**. - **`CLIENT_ACTION_REQUIRED`** — th
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.