nudocs

Upload, edit, and export documents via Nudocs.ai with shareable links.

239|30|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/jdrhyne/agent-skills --skill nudocs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nudocs
Source: https://github.com/jdrhyne/agent-skills/tree/main/skills/nudocs
Command: npx skills add https://github.com/jdrhyne/agent-skills --skill nudocs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Nudocs provides a centralized way to upload documents, edit collaboratively, and export content with shareable links, solving the friction of distributing editable docs across teams.

Core Features & Use Cases

  • Upload documents to Nudocs.ai for rich editing and generate shareable edit links
  • Collaborate in real-time on markdown/docs and retrieve edited content
  • Use cases include creating and sharing proposals, reports, or knowledge base articles with versioned edits

Quick Start

  1. Install Nudocs CLI: npm install -g @nutrient-sdk/nudocs-cli
  2. Obtain and configure your API key:
    • Option 1: Environment variable export NUDOCS_API_KEY="your_key_here"
    • Option 2: Config file mkdir -p ~/.config/nudocs echo "your_key_here" > ~/.config/nudocs/api_key
  3. Upload a document: nudocs upload <file>
  4. Retrieve the edit link or pull edits: nudocs link [ulid] OR nudocs pull <ulid> --format <fmt>

Frequently Asked Questions about nudocs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload and share markdown documents for collaborative editing?

To generate a shareable edit link for markdown documents, upload your file using the CLI command. This creates a collaborative editing environment where teams can edit in real-time and retrieve updated content.

Can I pull collaboratively edited documents back into my agent as markdown or docx?

Yes, you can pull edited documents back as markdown or docx. Use the CLI pull command with the document ULID and specify the desired format to retrieve the updated content directly.

Do I need an API key to use Nudocs for uploading and exporting files?

Yes, an API key is required to upload and export files. Configure it by setting an environment variable or saving the key into a local configuration file before executing any CLI commands.

What is the best way to distribute editable proposals and reports across a team?

The best way to distribute editable proposals and reports is to upload them to a centralized platform that generates shareable edit links. This solves distribution friction by enabling real-time collaborative edits and versioned content retrieval.

How do I install the Nudocs CLI to start managing my documents?

To install the Nudocs CLI for document management, run the npm install command globally. After installation, configure your API key to begin uploading files and generating shareable edit links.