Toolverse
All skills

password-protect-pdf

by openclaw

Add password protection to a PDF by uploading it to the Solutions API, polling until completion, then returning a download URL for the protected PDF.

Installation

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

Installation

Quick info

Author
openclaw
Category
Security
Views
2

About this skill

Add password protection to a PDF by uploading it to the Solutions API, polling until completion, then returning a download URL for the protected PDF.

How to use

  1. Zarejestruj się na https://login.cross-service-solutions.com/register, aby uzyskać klucz API, lub użyj istniejącego klucza. Klucz będzie potrzebny do uwierzytelnienia żądań.

  2. Przygotuj plik PDF, który chcesz zabezpieczyć, oraz hasło, które ma go chronić. Upewnij się, że masz dostęp do obu elementów przed rozpoczęciem procesu.

  3. Wgrań plik PDF i hasło do Solutions API, wysyłając żądanie POST na endpoint /api/32 z parametrami multipart/form-data: plik PDF w polu file oraz hasło w polu userPass. Dołącz klucz API w nagłówku Authorization jako Bearer token.

  4. Po wysłaniu żądania otrzymasz identyfikator zadania (job_id). Użyj tego identyfikatora, aby regularnie sprawdzać status przetwarzania, wysyłając żądania GET na endpoint /api/{ID}.

  5. Czekaj, aż status zmieni się na "done". Kiedy przetwarzanie będzie ukończone, odpowiedź zawierze link do pobrania (download_url) oraz nazwę pliku.

  6. Pobierz zabezpieczony PDF z podanego linku. Plik jest teraz chroniony hasłem i gotowy do udostępnienia.

Related skills

architect-review

by sickn33

Master software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system designs and code changes for architectural integrity, scalability, and maintainability. Use PROACTIVELY for architectural

Security
2773

reverse-engineering-tools

by gmh5225

Guide for reverse engineering tools and techniques used in game security research. Use this skill when working with debuggers, disassemblers, memory analysis tools, binary analysis, or decompilers for game security research.

Security
3168

security-compliance

by davila7

Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding

Security
1172

ui-audit

by openclaw

AI skill for automated UI audits. Evaluate interfaces against proven UX principles for visual hierarchy, accessibility, cognitive load, navigation, and more. Based on Making UX Decisions by Tommy Geoco.

Security
1223

youtube-watcher

by openclaw

Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.

Security
2231

qmd

by tobi

Search personal markdown knowledge bases, notes, meeting transcripts, and documentation using QMD - a local hybrid search engine. Combines BM25 keyword search, vector semantic search, and LLM re-ranking. Use when users ask to search notes, find documents, look up information in

Security
1951