一键导入
netdocuments
NetDocuments cloud DMS; lets an agent store, retrieve, version, and search matter documents including briefs, contracts, and precedents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
NetDocuments cloud DMS; lets an agent store, retrieve, version, and search matter documents including briefs, contracts, and precedents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Clio Manage/Grow practice management platform; lets an agent create matters, log time, generate invoices, manage client intake, and sync docket deadlines.
Docket Alarm court monitoring and analytics platform; lets an agent track docket updates, set filing alerts, and pull judge analytics for motion strategy.
DocuSign e-signature platform; lets an agent send engagement letters and contracts for signature, track envelope status, and retrieve executed documents.
iManage Work matter-centric DMS; lets an agent retrieve, file, and version legal work product organized by client and matter workspace.
Intapp Conflicts firm-wide conflicts management system; lets an agent run new-business conflict searches, retrieve hit reports, and track waiver records.
Ironclad contract lifecycle management (CLM) platform; lets an agent upload contracts, run playbook analysis, retrieve risk scores, and track obligations and approvals.
| name | netdocuments |
| description | NetDocuments cloud DMS; lets an agent store, retrieve, version, and search matter documents including briefs, contracts, and precedents. |
| metadata | {"openclaw":{"requires":{"env":["NETDOCUMENTS_CLIENT_ID","NETDOCUMENTS_CLIENT_SECRET","NETDOCUMENTS_REFRESH_TOKEN","NETDOCUMENTS_BASE_URL"]}},"primaryEnv":"NETDOCUMENTS_REFRESH_TOKEN"} |
NetDocuments is the leading cloud-based document management system (DMS) for law firms, providing secure matter-centric document storage, full-text search, version control, and collaboration. It is the authoritative repository for all firm work product — briefs, contracts, correspondence, research memos, and templates. NetDocuments exposes a REST API (ndOffice API) for document and workspace operations.
This skill authenticates using variables declared in the metadata frontmatter above. Set them in the OpenClaw daemon env file ~/.openclaw/.env (see .env.example at the config root). Required variables:
NETDOCUMENTS_CLIENT_ID - OAuth 2.0 client ID from the NetDocuments developer portalNETDOCUMENTS_CLIENT_SECRET - OAuth 2.0 client secretNETDOCUMENTS_REFRESH_TOKEN - refresh token obtained after initial OAuth consent flowNETDOCUMENTS_BASE_URL - repository base URL (e.g., https://vault.netvoyage.com)GET /v1/Document/{docId} — retrieve document metadata and download URLPOST /v1/Document — upload a new document to a cabinet/folderPUT /v1/Document/{docId}/Content — check in a new version of an existing documentGET /v1/Search — full-text or profile-field search across cabinetsGET /v1/Folder/{folderId}/Documents — list documents in a matter workspace folderPOST /v1/Document/{docId}/Checkout — check out a document for exclusive editinghttps://eu.netdocuments.com; set NETDOCUMENTS_BASE_URL to match the firm's data residency region.