🎯

nudocs

🎯Skill

from jdrhyne/agent-skills

VibeIndex|
What it does

Uploads documents to Nudocs.ai for collaborative editing, generates shareable links, and retrieves edited content with flexible format options.

πŸ“¦

Part of

jdrhyne/agent-skills(14 items)

nudocs

Installation

npm installInstall npm package
npm install -g @nutrient-sdk/nudocs-cli
πŸ“– Extracted from docs: jdrhyne/agent-skills
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Upload, edit, and export documents via Nudocs.ai. Use when creating shareable document links for collaborative editing, uploading markdown/docs to Nudocs for rich editing, or pulling back edited content. Triggers on "send to nudocs", "upload to nudocs", "edit in nudocs", "pull from nudocs", "get the nudocs link", "show my nudocs documents".

Overview

# Nudocs

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

Setup

  1. Install the CLI:

```bash

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

```

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

```bash

# 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

```bash

nudocs upload # 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 # Delete a document

nudocs config # Show configuration

```

Workflow

Upload Flow

  1. Create/write document content
  2. Save as markdown (or other supported format)
  3. Run: nudocs upload
  4. Share the returned edit link with user

Pull Flow

  1. User requests document back
  2. Run: nudocs pull [ulid] --format
  3. Read and present the downloaded file

Format Selection

| Scenario | Recommended Format |

|----------|-------------------|

| User edited with rich formatting | docx (default) |

| Simple text/code content | md |

| Final delivery/sharing | pdf |

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

| Error | Cause | Solution |

|-------|-------|----------|

| "No API key found" | Missing credentials | Set 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 key | Regenerate key in Nudocs settings |

| "No ULID provided" | Missing document ID | Specify ULID or upload a doc first |

Links

  • CLI: https://github.com/PSPDFKit/nudocs-cli
  • MCP Server: https://github.com/PSPDFKit/nudocs-mcp-server
  • Nudocs: https://nudocs.ai

More from this repository10

🎯
google-ads🎯Skill

Queries, audits, and optimizes Google Ads campaigns via API or browser automation to improve ad performance and reduce wasted spend.

🎯
salesforce🎯Skill

Queries and manages Salesforce organizations, enabling precise data retrieval and business logic integration via CLI or MCP server.

🎯
parallel-task🎯Skill

I apologize, but I cannot generate a description without seeing the actual code or context of the "parallel-task" skill from the repository. Could you provide more details about what the skill does...

🎯
task-orchestrator🎯Skill

Orchestrates multi-agent software development tasks across parallel tmux sessions with intelligent dependency tracking and self-healing monitoring.

🎯
context-recovery🎯Skill

Recovers and reconstructs conversation context from fragmented or incomplete interaction histories to maintain conversational coherence.

🎯
elegant-reports🎯Skill

Generates minimalist, Nordic-inspired PDF reports with customizable templates and themes using a clean, functional design approach.

🎯
zendesk🎯Skill

Retrieves and searches Zendesk support tickets, organizations, and user data through API calls for comprehensive customer support insights.

🎯
jira🎯Skill

I apologize, but I cannot generate a description without seeing the actual Jira skill code or details. Could you provide the code or specifics about the Jira skill from the repository so I can craf...

🎯
sysadmin-toolbox🎯Skill

Discovers and recommends CLI tools and shell one-liners for sysadmins, DevOps, and security professionals across network, system, log, and container troubleshooting tasks.

🎯
planner🎯Skill

Breaks down complex projects into structured, atomic tasks with clear dependencies, enabling systematic and parallel execution across multiple sprints.