# Send Nutrient Openclaw to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "nutrient-openclaw",
    "name": "Nutrient Openclaw",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/jdrhyne/nutrient-openclaw",
    "canonicalUrl": "https://clawhub.ai/jdrhyne/nutrient-openclaw",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/nutrient-openclaw",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nutrient-openclaw",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "nutrient-openclaw",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T21:23:28.968Z",
      "expiresAt": "2026-05-06T21:23:28.968Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nutrient-openclaw",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nutrient-openclaw",
        "contentDisposition": "attachment; filename=\"nutrient-openclaw-1.2.5.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "nutrient-openclaw"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/nutrient-openclaw"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/nutrient-openclaw",
    "downloadUrl": "https://openagent3.xyz/downloads/nutrient-openclaw",
    "agentUrl": "https://openagent3.xyz/skills/nutrient-openclaw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nutrient-openclaw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nutrient-openclaw/agent.md"
  }
}
```
## Documentation

### Nutrient Document Processing (OpenClaw Native)

Best for OpenClaw users. Process documents directly in OpenClaw conversations — PDF conversion, text/table extraction, OCR, PII redaction, digital signatures, and watermarking via native nutrient_* tools.

### Installation

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

### Data Handling

nutrient_* operations send the file or extracted document content to Nutrient DWS for processing.
Review Nutrient's Processor API security and privacy details before using production or sensitive documents.
Nutrient documents its hosted Processor API as using HTTPS for data in transit and as not persistently storing input or output files after processing; confirm that matches your organization's requirements before uploading sensitive material.
Start with non-sensitive sample files and a least-privilege API key.

### Available Tools

ToolDescriptionnutrient_convert_to_pdfConvert DOCX, XLSX, PPTX, HTML, or images to PDFnutrient_convert_to_imageRender PDF pages as PNG, JPEG, or WebPnutrient_convert_to_officeConvert PDF to DOCX, XLSX, or PPTXnutrient_extract_textExtract text, tables, or key-value pairsnutrient_ocrApply OCR to scanned PDFs or imagesnutrient_watermarkAdd text or image watermarksnutrient_redactRedact via patterns (SSN, email, phone)nutrient_ai_redactAI-powered PII detection and redactionnutrient_signDigitally sign PDF documentsnutrient_check_creditsCheck API credit balance and usage

### Example Prompts

Convert: "Convert this Word doc to PDF"

Extract: "Extract all text from this scanned receipt" / "Pull tables from this PDF"

Redact: "Redact all PII from this document" / "Remove email addresses and phone numbers"

Watermark: "Add a CONFIDENTIAL watermark to this PDF"

Sign: "Sign this contract as Jonathan Rhyne"

### Links

npm package
GitHub
Nutrient API
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jdrhyne
- Version: 1.2.5
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T21:23:28.968Z
- Expires at: 2026-05-06T21:23:28.968Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/nutrient-openclaw)
- [Send to Agent page](https://openagent3.xyz/skills/nutrient-openclaw/agent)
- [JSON manifest](https://openagent3.xyz/skills/nutrient-openclaw/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/nutrient-openclaw/agent.md)
- [Download page](https://openagent3.xyz/downloads/nutrient-openclaw)