Toolverse
All skills

paperless

by openclaw

Interact with Paperless-NGX document management system via ppls CLI. Search, retrieve, upload, and organize documents.

Installation

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

Installation

Quick info

Author
openclaw
Category
Backend
Views
1

About this skill

Interact with Paperless-NGX document management system via ppls CLI. Search, retrieve, upload, and organize documents.

How to use

  1. Zainstaluj narzędzie ppls za pomocą npm lub bun, uruchamiając polecenie npm install -g @nickchristensen/ppls. Upewnij się, że masz zainstalowany Node.js.

  2. Skonfiguruj połączenie z serwerem Paperless-NGX, ustawiając nazwę hosta i token API. Uruchom ppls config set hostname http://twoj-serwer-paperless oraz ppls config set token twoj-token-api. Token znajdziesz w ustawieniach użytkownika w Paperless.

  3. Wyszukaj dokumenty za pomocą filtrów — możesz szukać po nazwie (ppls documents list --name-contains "faktura" --json), dacie utworzenia (--created-after 2024-01-01), tagach (--tag 5) lub korespondentach (--correspondent 7). Połącz wiele filtrów w jedno polecenie, aby zawęzić wyniki.

  4. Pobierz znalezione dokumenty, podając ich identyfikator — ppls documents download 1234 --output ~/Pobrane/dokument.pdf pobiera pojedynczy plik, a ppls documents download 1234 5678 --output-dir ~/Pobrane pobiera wiele plików naraz. Użyj flagi --original, aby pobrać wersję przed przetworzeniem.

  5. Przesyłaj nowe dokumenty do archiwum poleceniem ppls documents add plik.pdf — Paperless automatycznie je przetworzy, wyodrębni tekst i przypisze metadane.

Related skills

youtube-transcribe-skill

by feiskyer

Extract subtitles/transcripts from a YouTube video URL and save as a local file. Use when you need to extract subtitles from a YouTube video.

Backend
24178

gog

by openclaw

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

Backend
34126

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964

supabase-developer

by daffy0208

Build full-stack applications with Supabase (PostgreSQL, Auth, Storage, Real-time, Edge Functions). Use when implementing authentication, database design with RLS, file storage, real-time features, or serverless functions.

Backend
78170