# Send Nudocs 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": "nudocs",
    "name": "Nudocs",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/jdrhyne/nudocs",
    "canonicalUrl": "https://clawhub.ai/jdrhyne/nudocs",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/nudocs",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nudocs",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/document-design.md",
      "references/formats.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/nudocs"
    },
    "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/nudocs",
    "downloadUrl": "https://openagent3.xyz/downloads/nudocs",
    "agentUrl": "https://openagent3.xyz/skills/nudocs/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nudocs/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nudocs/agent.md"
  }
}
```
## Documentation

### Nudocs

Upload documents to Nudocs.ai for rich editing, get shareable links, and pull back the results.

### Setup

Install the CLI:

npm install -g @nutrient-sdk/nudocs-cli

Get your API key from https://nudocs.ai (click "Integration" after signing in)


Configure the key:

# Option 1: Environment variable
export NUDOCS_API_KEY="nudocs_your_key_here"

# Option 2: Config file
mkdir -p ~/.config/nudocs
echo "nudocs_your_key_here" > ~/.config/nudocs/api_key

### Commands

nudocs upload <file>              # Upload and get edit link
nudocs list                       # List all documents
nudocs link [ulid]                # Get edit link (last upload if no ULID)
nudocs pull [ulid] [--format fmt] # Download document (default: docx)
nudocs delete <ulid>              # Delete a document
nudocs config                     # Show configuration

### Upload Flow

Create/write document content
Save as markdown (or other supported format)
Run: nudocs upload <file>
Share the returned edit link with user

### Pull Flow

User requests document back
Run: nudocs pull [ulid] --format <fmt>
Read and present the downloaded file

### Format Selection

ScenarioRecommended FormatUser edited with rich formattingdocx (default)Simple text/code contentmdFinal delivery/sharingpdf

See references/formats.md for full format support.

### Natural Language Triggers

Recognize these user intents:

Upload/Send:

"send to nudocs"
"upload to nudocs"
"open in nudocs"
"edit this in nudocs"
"let me edit this in nudocs"
"put this in nudocs"

Pull/Fetch:

"pull it back"
"pull from nudocs"
"get that doc"
"fetch from nudocs"
"download from nudocs"
"grab the updated version"
"what did I change"
"get my edits"

Link:

"get the nudocs link"
"share link"
"where's that doc"
"nudocs url"

List:

"show my nudocs"
"list my documents"
"what docs do I have"
"my nudocs documents"

### Document Best Practices

Before uploading, ensure good structure:

Clear heading hierarchy (H1 → H2 → H3)
Consistent spacing
Appropriate list formatting
Concise paragraphs (3-5 sentences)

See references/document-design.md for templates and guidelines.

### Example Session

User: Write me a blog post about remote work and send it to Nudocs

Agent:
1. Writes blog-remote-work.md with proper structure
2. Runs: nudocs upload blog-remote-work.md
3. Returns: "Here's your Nudocs link: https://nudocs.ai/file/01ABC..."

User: *edits in Nudocs, adds formatting, images*
User: Pull that back

Agent:
1. Runs: nudocs pull --format docx
2. Reads the downloaded file
3. Returns: "Got your updated document! Here's what changed..."

### Error Handling

ErrorCauseSolution"No API key found"Missing credentialsSet NUDOCS_API_KEY or create config file"DOCUMENT_LIMIT_REACHED"Free tier limit (10 docs)Delete old docs or upgrade to Pro"Unauthorized"Invalid API keyRegenerate key in Nudocs settings"No ULID provided"Missing document IDSpecify ULID or upload a doc first

### Links

CLI: https://github.com/PSPDFKit/nudocs-cli (@nutrient-sdk/nudocs-cli on npm)
MCP Server: https://github.com/PSPDFKit/nudocs-mcp-server
Nudocs: https://nudocs.ai
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jdrhyne
- Version: 1.2.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/nudocs)
- [Send to Agent page](https://openagent3.xyz/skills/nudocs/agent)
- [JSON manifest](https://openagent3.xyz/skills/nudocs/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/nudocs/agent.md)
- [Download page](https://openagent3.xyz/downloads/nudocs)