OneResearchClaw: Skill for Cursor

.cursor/skills/document-grounding/SKILL.md

document-grounding is a skill for Cursor from gaotiexinqu/OneResearchClaw. It costs 20 tokens per session (1,824 once invoked), scanned A, original, MIT.

A document-processing skill that turns a PDF, DOCX, Markdown, or text file into structured notes for later research and summarization. It can account for text, tables, figures, diagrams, formulas, and code blocks.

In plain words
What is it for?
Use it with a single document when you need organized notes, rather than a polished report, external literature search, or output rendering.
Why use it?
It creates a stable reference from a raw document before other steps use it. This reduces the risk of losing important evidence or reading content in the wrong order.

Skill for Cursor

Written for Cursor: installed under .cursor/.

This is gaotiexinqu/OneResearchClaw's own configuration. It tells Cursor how to work on OneResearchClaw itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything OneResearchClaw configures →

Reuse

Borrowing it

Nothing to install: this file belongs to gaotiexinqu/OneResearchClaw. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/gaotiexinqu/OneResearchClaw/main/.cursor/skills/document-grounding/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/gaotiexinqu/OneResearchClaw

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for document-grounding

README.md
[![agentmods](https://agentmods.dev/badge/skills/gaotiexinqu/oneresearchclaw/document-grounding/github.svg)](https://agentmods.dev/skills/gaotiexinqu/oneresearchclaw/document-grounding)
Your own site
<a href="https://agentmods.dev/skills/gaotiexinqu/oneresearchclaw/document-grounding"><img src="https://agentmods.dev/badge/skills/gaotiexinqu/oneresearchclaw/document-grounding/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for document-grounding

Your own site · 80×15
<a href="https://agentmods.dev/skills/gaotiexinqu/oneresearchclaw/document-grounding"><img src="https://agentmods.dev/badge/skills/gaotiexinqu/oneresearchclaw/document-grounding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,824 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00020 $0.01824
Opus 5 $0.00010 $0.00912
Sonnet 5 $0.00004 $0.00365
Haiku 4.5 $0.00002 $0.00182

Measured 9d ago against content hash 94c7a8c28149, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

document-grounding scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/extract_simple.py, scripts/ground_document.py, scripts/lightweight_extract.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/skills/document-grounding/SKILL.md · 263 lines

How it starts

The opening of the file, as written. The whole thing — 263 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Document Grounding

Convert a raw document into a structured grounding note.

This skill is for document grounding, not a narrative recap. It should produce a stable intermediate note that is easy to read and easy for downstream skills to use.

When to Use

Use this skill when:

  • the input is a single document file
  • the document may be a PDF, DOCX, Markdown, or TXT file
  • you need structured document notes before downstream research or summary work
  • the document may contain non-textual evidence such as tables, figures, diagrams, formulas, or code blocks

Do not use this skill when:

  • the task is to write a polished final report
  • the task is to perform external literature search
  • the task is to render output into PDF/DOCX
  • the input is a meeting transcript and you want meeting-specific grounding

Input

A single document file.

Supported first-stage formats:

  • .pdf
  • .docx
  • .md
  • .txt

The document may contain:

  • plain text
  • section headings
  • tables
  • figures / diagrams
  • formulas
  • code blocks
  • captions
  • layout / reading-order challenges

Output Bundle

For each input document, create one bundle directory:

data/grounded_notes/<type>-<doc_id>_<timestamp>/

where <type> is the file extension (e.g. pdf, docx, md, txt), <doc_id> is the sanitized filename without extension, and <timestamp> is the Beijing-time execution timestamp (format: YYYYMMDDHHMMSS).

For example:

data/grounded_notes/pdf-paper_name_20260410153022/
data/grounded_notes/docx-notes_001_20260410153100/
data/grounded_notes/md-project_readme_20260410153215/

Inside that bundle, the expected outputs are:

<bundle_dir>/
├─ ground_id.txt       # Ground ID for this unit (reused by all downstream stages)
├─ extracted.md
├─ extracted_meta.json
├─ asset_index.json
├─ grounded.md
└─ assets/
   ├─ tables/
   ├─ figures/
   └─ formulas/

The <ground_id> (e.g. pdf-paper_name_20260410153022) is the single stable identifier for the entire pipeline — all downstream directories (lit_inputs, lit_results, report_inputs, review_outputs, reports, final_outputs) reuse this same <ground_id>.

Read the full file on GitHub · 263 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 263 lines · 20 tokens per session scan A 94c7a8c28149

Subscribe to this mod's changes

document-grounding is a skill published in the GitHub repository gaotiexinqu/OneResearchClaw (446 stars, last pushed 4mo ago), licensed MIT. It adds 20 tokens to every session and 1,824 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

literature-survey

Use when the user wants a comprehensive literature survey on a specific research topic. Outputs a complete PDF survey (6–20 pages, 60+ real citations, 100+ recommended) with LaTeX source, topic-specific publication figures, and a classified literature table. Single-stage, no Python runtime.

ai4s-research/ai4s-skills · 66 tokens

figure-duplicate-audit

A review of scientific figure images for duplicated, reused, altered, or uninformative panels. Scientific figures are the charts, photographs, and image panels included in research papers.

xuzhougeng/wisp-science · 115 tokens

pdf-explore

Use this skill when the user has attached a PDF, paper, report, or other document and the answer needs its content: summarize a section, compare sections, read specific pages, check the table of contents, or read a value off a figure. The read tool cannot parse PDF binary — python is the extraction path. Provides…

xuzhougeng/wisp-science · 137 tokens

rocrate-metadata-bundle-starter

Use this skill to package a small local data file into an RO-Crate directory with basic provenance-rich metadata and a compact summary of the generated graph.

ma-compbio-lab/SkillFoundry · 0 tokens

pdf

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

DANG-ai/SKILLER · 50 tokens

paper-poster

A workflow for turning a completed research paper into a large conference poster, with PDF, editable PowerPoint, and SVG exports. An SVG is an image format that stays editable when resized.

AI4Scientist/nano-scientist · 76 tokens