원클릭으로
imanage
iManage Work matter-centric DMS; lets an agent retrieve, file, and version legal work product organized by client and matter workspace.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
iManage Work matter-centric DMS; lets an agent retrieve, file, and version legal work product organized by client and matter workspace.
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.
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.
NetDocuments cloud DMS; lets an agent store, retrieve, version, and search matter documents including briefs, contracts, and precedents.
| name | imanage |
| description | iManage Work matter-centric DMS; lets an agent retrieve, file, and version legal work product organized by client and matter workspace. |
| metadata | {"openclaw":{"requires":{"env":["IMANAGE_CLIENT_ID","IMANAGE_CLIENT_SECRET","IMANAGE_BASE_URL","IMANAGE_CUSTOMER_ID"]}},"primaryEnv":"IMANAGE_CLIENT_SECRET"} |
iManage Work is the second most widely deployed document management system in the legal industry, providing matter-centric workspaces for document storage, email filing, version control, and knowledge management. Large firms use iManage for its deep integration with Microsoft 365, its KM (knowledge management) profiles, and its robust API. The iManage Work 10 REST API covers documents, workspaces, folders, and search.
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:
IMANAGE_CLIENT_ID - OAuth 2.0 client ID registered in iManage Control CenterIMANAGE_CLIENT_SECRET - OAuth 2.0 client secretIMANAGE_BASE_URL - server base URL (e.g., https://yourfirm.imanage.work)IMANAGE_CUSTOMER_ID - iManage customer/tenant identifierGET /work/api/v2/customers/{customerId}/documents/{docId} — retrieve document metadataPOST /work/api/v2/customers/{customerId}/documents — upload a new document with profile fieldsGET /work/api/v2/customers/{customerId}/search — full-text and metadata searchGET /work/api/v2/customers/{customerId}/workspaces/{wsId}/folders — list workspace folder structurePOST /work/api/v2/customers/{customerId}/documents/{docId}/versions — create a new document versionGET /work/api/v2/customers/{customerId}/documents/{docId}/versions — list version history.eml or .msg files; metadata (from, to, subject, sent date) must be included in the profile.