一键导入
westlaw
Westlaw (Thomson Reuters) legal research platform; lets an agent search case law, statutes, regulations, and validate citations via KeyCite.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Westlaw (Thomson Reuters) legal research platform; lets an agent search case law, statutes, regulations, and validate citations via KeyCite.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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 | westlaw |
| description | Westlaw (Thomson Reuters) legal research platform; lets an agent search case law, statutes, regulations, and validate citations via KeyCite. |
| metadata | {"openclaw":{"requires":{"env":["WESTLAW_CLIENT_ID","WESTLAW_CLIENT_SECRET","WESTLAW_BASE_URL"]}},"primaryEnv":"WESTLAW_CLIENT_SECRET"} |
Westlaw is the premier legal research platform providing access to federal and state case law, statutes, the CFR, secondary sources (Am. Jur., practice guides, law reviews), and the KeyCite citation-validation service. It is used across every practice area for authoritative primary and secondary source research. The Westlaw Edge API exposes search and document retrieval programmatically.
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:
WESTLAW_CLIENT_ID - API client ID issued by Thomson Reuters developer portalWESTLAW_CLIENT_SECRET - API client secret for token exchangeWESTLAW_BASE_URL - API base URL (e.g., https://api.westlaw.com)POST /v1/search — full-text or Boolean search across a chosen database (e.g., ALLCASES, USCA, CFR)GET /v1/document/{citationOrId} — retrieve full text of a case, statute, or secondary sourceGET /v1/keycite/{citation} — retrieve KeyCite treatment flags, citing references, and headnote-level treatmentGET /v1/databases — list available databases and their identifiersPOST /v1/folders/{folderId}/documents — save a retrieved document to a research folderstatus field (positive, warning, negative, not-reported); always surface red/yellow flags to the attorney before citing.