nudocs
Installation
SKILL.md
Nudocs
Upload documents to Nudocs.ai for rich editing, get shareable links, and pull back the results.
Setup
-
Install the CLI using the repo's declared install metadata or your preferred package manager before first use.
-
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