agentio-confluence
Use when interacting with confluence via the agentio CLI.
What this skill does
# Confluence via agentio Auto-generated from `agentio skill confluence`. Do not edit by hand. ## agentio confluence spaces List Confluence spaces Options: - `--profile <name>`: Profile name (optional if only one profile exists) - `--limit <number>`: Maximum number of spaces (default: 50) - `--type <type>`: Filter by type (global|personal|collaboration|knowledge_base) ``` Examples: # list all spaces agentio confluence spaces # only global spaces agentio confluence spaces --type global # with a limit agentio confluence spaces --limit 10 ``` ## agentio confluence pages List Confluence pages Options: - `--profile <name>`: Profile name (optional if only one profile exists) - `--space <key>`: Filter by space key - `--space-id <id>`: Filter by space id - `--parent <id>`: Filter by parent page id - `--limit <number>`: Maximum number of pages (default: 25) ``` Examples: # pages in a space agentio confluence pages --space ENG # child pages of a parent agentio confluence pages --parent 123456 # more results agentio confluence pages --space ENG --limit 50 ``` ## agentio confluence get <page-id> Get a Confluence page (with body) Options: - `--profile <name>`: Profile name (optional if only one profile exists) - `--format <format>`: Body format (storage|atlas_doc_format|view) (default: storage) ``` Examples: # get a page (storage format) agentio confluence get 123456 # get in view format (rendered HTML) agentio confluence get 123456 --format view # get as Atlas document format agentio confluence get 123456 --format atlas_doc_format ``` ## agentio confluence search Search Confluence content using CQL Options: - `--profile <name>`: Profile name (optional if only one profile exists) - `--cql <query>`: Raw CQL query - `--space <key>`: Filter by space key - `--type <type>`: Filter by type (page|blogpost|comment|attachment) - `--text <text>`: Free-text search - `--limit <number>`: Maximum number of results (default: 25) ``` Examples: # free-text search agentio confluence search --text "deployment guide" # raw CQL query agentio confluence search --cql "space = ENG AND type = page AND title ~ 'API'" # pages in a space matching text agentio confluence search --space ENG --type page --text "onboarding" ``` ## agentio confluence create Create a Confluence page Options: - `--title <title>`: Page title - `--profile <name>`: Profile name (optional if only one profile exists) - `--space <key>`: Space key (or use --space-id) - `--space-id <id>`: Space id (or use --space) - `--parent <id>`: Parent page id - `--content <text>`: Page body (or pipe via stdin) ``` Examples: # create a page in a space with inline content agentio confluence create --title "My Page" --space ENG --content "<p>Hello world</p>" # create with body piped from a file cat page.html | agentio confluence create --title "My Page" --space ENG # create as child of another page agentio confluence create --title "Sub Page" --space ENG --parent 123456 --content "<p>Content</p>" ``` ## agentio confluence update <page-id> Update a Confluence page (replaces body) Options: - `--profile <name>`: Profile name (optional if only one profile exists) - `--title <title>`: New page title (defaults to current title) - `--content <text>`: Page body (or pipe via stdin) ``` Examples: # update page body inline agentio confluence update 123456 --content "<p>Updated content</p>" # update with body piped from a file cat updated.html | agentio confluence update 123456 # update title and body agentio confluence update 123456 --title "New Title" --content "<p>New content</p>" ``` ## agentio confluence comments <page-id> List footer comments on a page Options: - `--profile <name>`: Profile name (optional if only one profile exists) ``` Examples: # list all footer comments on a page agentio confluence comments 123456 ``` ## agentio confluence comment <page-id> [body] Add a footer comment to a page Options: - `--profile <name>`: Profile name (optional if only one profile exists) ``` Examples: # add an inline comment agentio confluence comment 123456 "Looks good to me!" # pipe comment body from stdin echo "LGTM" | agentio confluence comment 123456 ```
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.