Toolverse
All skills

paperless-ngx

by openclaw

Interact with Paperless-ngx document management system via REST API. Use when users want to search, upload, download, organize documents, manage tags, correspondents, or document types in their Paperless-ngx instance.

Installation

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

Installation

Quick info

Author
openclaw
Category
Backend
Views
2

About this skill

Interact with Paperless-ngx document management system via REST API. Use when users want to search, upload, download, organize documents, manage tags, correspondents, or document types in their Paperless-ngx instance.

How to use

  1. Przygotuj dostęp do instancji Paperless-ngx. Upewnij się, że masz dostęp do adresu URL serwera (np. https://paperless.example.com) i wygeneruj token API w ustawieniach Paperless-ngx.

  2. Skonfiguruj zmienne środowiskowe wymagane przez umiejętność: PAPERLESS_URL (adres bazowy Twojej instancji) i PAPERLESS_TOKEN (token API). Te zmienne będą automatycznie dołączane do każdego żądania.

  3. Aby wyszukać dokumenty, poproś agenta o znalezienie plików po słowach kluczowych, dacie utworzenia lub tagach. Agent wyśle zapytanie do API z parametrami filtru (np. correspondent__id, document_type__id, tags__id__in, daty) i zwróci listę pasujących dokumentów.

  4. Aby przesłać nowy dokument, podaj ścieżkę do pliku oraz opcjonalne metadane: tytuł, datę utworzenia, kontrahenta, typ dokumentu i tagi. Agent wyśle plik na serwer Paperless-ngx z przypisanymi atrybutami.

  5. Aby pobrać dokument, wskaż jego ID. Agent może pobrać wersję oryginalną lub zeskanowaną (OCR'd) — wybór zależy od Twoich potrzeb.

  6. Aby zmienić metadane istniejącego dokumentu (np. dodać tag, zmienić kontrahenta), podaj ID i nowe wartości. Agent wyśle żądanie PATCH z zaktualizowanymi danymi.

Related skills

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

travel-planner

by ailabs-393

This skill should be used whenever users need help planning trips, creating travel itineraries, managing travel budgets, or seeking destination advice. On first use, collects comprehensive travel preferences including budget level, travel style, interests, and dietary

Backend
4379

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

openspec

by ruan-cat

OpenSpec 中文版规范助手 - 规范驱动的 AI 编程开发,帮助初始化、创建提案、编写规格、校验格式并归档变更。触发条件: 当用户提及 openspec、规范文档、需求管理、变更提案、spec-driven development 等关键词时主动调用。

Backend
27122

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

effective-go

by openshift

Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.

Backend
248296