โ† All skills
Tencent SkillHub ยท Productivity

Nudocs

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".

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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".

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/document-design.md, references/formats.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.2.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

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

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs
  • SKILL.md Primary doc
  • references/document-design.md Docs
  • references/formats.md Docs