数据分析

PKULaw

试用

PKULaw (mcp.pkulaw.com). Use this skill for ANY PKULaw request — searching and reading data. Whenever a task involves PKULaw, use this skill instead of calling the API directly.

它能做什么

PKULaw (mcp.pkulaw.com). Use this skill for ANY PKULaw request — searching and reading data. Whenever a task involves PKULaw, use this skill instead of calling the API directly.

技能文档

PKULaw

Operate PKULaw through your OOMOL-connected account. This skill calls the pkulaw connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Running an action

Assume the user has already installed the oo CLI, signed in, and connected PKULaw. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "pkulaw" --action ""

2. Run the action with a JSON payload that matches the input schema:

oo connector run "pkulaw" --action "" --data '' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action is listed below with a one-line description; actions that change state carry a [write] or [destructive] tag. Before constructing --data, fetch the action's live schema with oo connector schema to get its authoritative input fields.

Available actions

  • call_tool — Call a current PKULaw legal data tool with JSON arguments after checking its live schema.
  • get_law_article — Retrieve the authoritative text of a specific provision by law title and article number.
  • list_tools — Discover the current legal research tools and live input schemas exposed by one PKULaw MCP service.
  • search_case_documents — Search detailed PKULaw judicial case records by title or full-text keywords, including judgment facts and reasoning.
  • search_cases — Search authoritative PKULaw judicial cases using a natural-language fact pattern.
  • search_law_articles — Search authoritative PKULaw provisions using a natural-language legal question or fact pattern.
  • search_laws — Search PKULaw laws and regulations by title or full-text keywords, including source metadata and validity information.

Safety

  • Untagged actions are reads (get / list / search) — safe to run directly.
  • Actions tagged [write] change PKULaw state — confirm the exact payload and effect with the user before running.
  • Actions tagged [destructive] remove or overwrite data — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: ):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • scope_missing / credential_expired / app_not_ready / app_not_found — PKULaw is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:

    https://console.oomol.com/app-connections?provider=pkulaw
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

相关技能

Court records, case law & litigation search for AI agents — search US court opinions and case law by keyword via CourtListener. Use to find lawsuits, legal p...

1 次安装

Finds law firms and legal practices via Google Search using apidojo's Google Search Scraper on Apify. Triggers when the user asks to: find law firms for sales outreach, discover legal practices in a specific city, build a list of attorneys or law offices via Google, find personal injury or corporate law firms for vendor prospecting, search for law firms by specialty and location, identify solo practitioners or large law offices, or compile a law firm contact list from Google results. Returns firm name, website URL, and Google snippet per result. Ideal for LegalTech SaaS vendors, legal software providers, and B2B service companies targeting law firms.

1 次安装

Case and research memory for legal work — holdings, citations, and reasoning chains that survive across sessions. Use when an agent assists with legal research and must not lose the thread of a case. Requires a BlueColumn API key (bc_live_*).

Researches patents and patent applications via the Crawlora API — Google Patents (full-text search by keyword/inventor/assignee, bibliographic detail, claims/citations/family, CPC classification lookup, recent-publications browse, database coverage) and USPTO Patent Public Search (full-text search with USPTO's own Advanced Search syntax, document detail) — returning clean JSON. Use when the user wants prior-art search, a specific patent's claims/citations/family, an inventor's or company's patent portfolio, or freedom-to-operate research.

Unpaywall (unpaywall.org). Use this skill for ANY Unpaywall request — searching and reading data. Whenever a task involves Unpaywall, use this skill instead of calling the API directly.

literature retrieval and single-pdf analysis for academic research. use when the user asks to find papers by topic, author, keyword, or latest papers in the...

18 次安装