Toolverse
All skills

confcli

by openclaw

Interact with Confluence Cloud from the command line. Use when reading, creating, updating, or searching Confluence pages, managing attachments, labels, comments, or exporting content.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Mobile
Views
3

About this skill

Interact with Confluence Cloud from the command line. Use when reading, creating, updating, or searching Confluence pages, managing attachments, labels, comments, or exporting content.

How to use

  1. Sprawdź, czy confcli jest zainstalowany, uruchamiając w terminalu polecenie command -v confcli. Jeśli narzędzie nie istnieje, zainstaluj je za pomocą skryptu instalacyjnego: curl -fsSL https://raw.githubusercontent.com/hochej/confcli/main/install.sh | sh. Możesz również określić wersję lub katalog instalacji, ustawiając zmienne VERSION lub INSTALL_DIR.
  2. Skonfiguruj uwierzytelnienie, najpierw sprawdzając status: confcli auth status. Jeśli nie jesteś zalogowany, możesz uruchomić confcli auth login interaktywnie w swoim terminalu lub ustawić zmienne środowiskowe: CONFLUENCE_DOMAIN (np. yourcompany.atlassian.net), CONFLUENCE_EMAIL i CONFLUENCE_TOKEN. Token API możesz wygenerować na stronie https://id.atlassian.com/manage-profile/security/api-tokens.
  3. Aby odczytać lub wyszukać strony, użyj poleceń takich jak confcli space list (lista przestrzeni) lub confcli space pages NAZWA_PRZESTRZENI --tree (hierarchia stron). Strony możesz referencjonować na trzy sposoby: po ID (np. 12345), pełnym URL lub notacji Przestrzeń:Tytuł (np. MFS:Overview).
  4. Do tworzenia lub edycji stron użyj poleceń create i update. Przed wykonaniem operacji modyfikujących dane (tworzenie, usuwanie, dodawanie etykiet, przesyłanie załączników), upewnij się, że masz wyraźną intencję użytkownika — nigdy nie wykonuj tych czynności na podstawie założeń.
  5. Aby bezpiecznie sprawdzić, co zrobi destrukcyjna operacja bez jej wykonania, dodaj flagę --dry-run do polecenia. To pozwala na podgląd zmian przed zatwierdzeniem.
  6. Zarządzaj załącznikami, etykietami i komentarzami za pomocą dedykowanych poleceń (np. attachment upload/delete, label add/remove, comment add/delete), które są dostępne dla każdej strony lub przestrzeni.

Related skills

automating-mobile-app-testing

by jeremylongshore

This skill enables automated testing of mobile applications on iOS and Android platforms using frameworks like Appium, Detox, XCUITest, and Espresso. It generates end-to-end tests, sets up page object models, and handles platform-specific elements. Use this skill when the user

Mobile
17142

kotlin-multiplatform

by vitorpamplona

Platform abstraction decision-making for Amethyst KMP project. Guides when to abstract vs keep platform-specific,\nsource set placement (commonMain, jvmAndroid, platform-specific), expect/actual patterns. Covers primary targets\n(Android, JVM/Desktop, iOS) with web/wasm future

Mobile
15105

sequential-thinking

by mrgoonie

Use when complex problems require systematic step-by-step reasoning with ability to revise thoughts, branch into alternative approaches, or dynamically adjust scope. Ideal for multi-stage analysis, design planning, problem decomposition, or tasks with initially unclear scope.

Mobile
60238

openscad

by mitsuhiko

Create and render OpenSCAD 3D models. Generate preview images from multiple angles, extract customizable parameters, validate syntax, and export STL files for 3D printing platforms like MakerWorld.

Mobile
4291

mobile-ios-design

by wshobson

Master iOS Human Interface Guidelines and SwiftUI patterns for building native iOS apps. Use when designing iOS interfaces, implementing SwiftUI views, or ensuring apps follow Apple's design principles.

Mobile
107284

build-iphone-apps

by glittercowboy

Build professional native iPhone apps in Swift with SwiftUI and UIKit. Full lifecycle - build, debug, test, optimize, ship. CLI-only, no Xcode. Targets iOS 26 with iOS 18 compatibility.

Mobile
1182