skills/nutrient-openclaw/SKILL.md
OpenClaw-native document processing skill for Nutrient DWS. Use when OpenClaw users need to convert files, extract text or tables, OCR scans, redact PII, watermark PDFs, digitally sign documents, or check credit usage from chat attachments or workspace files. Triggers on OpenClaw tool names (`nutrient_convert_to_pdf`, `nutrient_extract_text`, etc.), "OpenClaw plugin", "Nutrient OpenClaw", and document-processing requests in OpenClaw chats. Files are processed by Nutrient DWS over the network, so use it only when third-party document processing is acceptable. For non-OpenClaw environments, use the universal Nutrient document-processing skill instead.
npx skillsauth add jdrhyne/agent-skills nutrient-openclawInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Best for OpenClaw users. Process documents directly in OpenClaw conversations via native nutrient_* tools.
Preferred install flow inside OpenClaw:
openclaw plugins install @nutrient-sdk/nutrient-openclaw
Configure your API key:
plugins:
entries:
nutrient-openclaw:
config:
apiKey: "your-api-key-here"
Get an API key at nutrient.io/api.
nutrient_* operations send the file or extracted document content to Nutrient DWS for processing.nutrient_convert_to_pdf for Office, HTML, or image to PDF conversion.nutrient_convert_to_image for rendering PDF pages as PNG, JPEG, or WebP.nutrient_convert_to_office for PDF to DOCX, XLSX, or PPTX conversion.nutrient_extract_text for text, tables, and key-value extraction.nutrient_ocr for scanned PDFs or standalone images.nutrient_redact for deterministic preset-based redaction.nutrient_ai_redact for natural-language or contextual PII removal.nutrient_watermark for text or image watermarks.nutrient_sign for digital signing workflows.nutrient_check_credits before batch or AI-heavy runs.-ocr, -redacted, or -signed.nutrient_redact for explicit patterns like SSNs, emails, or phone numbers. Use nutrient_ai_redact only when the request is semantic, broad, or context-dependent.nutrient_sign; do not assume legal signature requirements from a casual request.@nutrient-sdk/nutrient-openclaw first.development
Manage Zendesk tickets, users, and support workflows through the Zendesk API. Use when searching tickets, updating support state, checking users, or exporting queue data.
development
Autonomous multi-agent task orchestration with dependency analysis, parallel tmux/Codex execution, and self-healing heartbeat monitoring. Use for large projects with multiple issues/tasks that need coordinated parallel execution.
tools
Query and manage Salesforce CRM data via the Salesforce CLI (`sf`). Run SOQL/SOSL queries, inspect object schemas, create/update/delete records, bulk import/export, execute Apex, deploy metadata, and make raw REST API calls.
development
Best practices for Remotion video creation in React — compositions, sequences, animation, timing, and rendering. Use when building, reviewing, or debugging Remotion videos.