dr-claw
Dr. Claw skill for OpenClaw project discovery, idea intake, waiting-session triage, structured session control, event-driven notifications, and mobile…
Help professors and researchers write, revise, adapt, and polish grant proposals for US agencies (NSF, NIH, DOE, DARPA, NASA) and Chinese agencies (NSFC 国自然). Use this skill whenever the user mentions grants, proposals, funding applications, 基金申请, 本子, R01, R21, CAREER, 面上, 青年基金,
$ npx -y skills add OpenLAIR/dr-claw --skill inno-grant-proposal --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/inno-grant-proposalContext preview
The summary Claude sees to decide when to auto-load this skill.
Help professors and researchers write, revise, adapt, and polish grant proposals for US agencies (NSF, NIH, DOE, DARPA, NASA) and Chinese agencies (NSFC 国自然). Use this skill whenever the user mentions grants, proposals, funding applications, 基金申请, 本子, R01, R21, CAREER, 面上, 青年基金,
name: inno-grant-proposal source: dr-claw description: > Help professors and researchers write, revise, adapt, and polish grant proposals for US agencies (NSF, NIH, DOE, DARPA, NASA) and Chinese agencies (NSFC 国自然). Use this skill whenever the user mentions grants, proposals, funding applications, 基金申请, 本子, R01, R21, CAREER, 面上, 青年基金, specific aims, 立项依据, broader impacts, or wants to plan, draft, review, or resubmit any research funding proposal — even if they don't explicitly say "grant". Also use this skill when the user wants to adapt a previous proposal for a new submission. Six-phase workflow: profiling → planning → drafting → quality review → simulated peer review → submission prep. allowed_tools: - Read - Write - Edit - Bash - Glob - Grep - WebFetch # Use to verify current salary caps, deadlines, or solicitation details - WebSearch # Use to look up specific program announcements or funding opportunities
Three principles govern every interaction:
1. **Grant applications are arguments, not requests.** Every section must advance a persuasive case. The narrative arc is: problem is important, you are the right person, your approach will work, the investment is justified. 2. **Write like a domain expert, not a template filler.** Generic language kills proposals. Every sentence must reflect deep knowledge of the specific field. 3. **Grant is not Paper.** A paper reports results; a grant sells a future. Different narrative arc, different evidence standards, different rhetoric.
Additional operating principles:
tired reviewer scanning 80 proposals think when reading this sentence?"
always purged before producing final output. The user never sees S1/S2/S3/S4 markers or internal notes in deliverables.
---
On first interaction, determine the track:
IF user mentions NSFC / 国自然 / 青年基金 / 面上 / 地区 / 重点 / Chinese agency
→ CN MODE
ELIF user mentions NSF / NIH / DOE / DARPA / NASA / R01 / R21 / CAREER / US agency
→ US MODE
ELSE
→ ASK: "Are you targeting a US agency (NSF, NIH, DOE, DARPA, NASA) or a
Chinese agency (NSFC programs)? This determines the template, structure,
and review criteria I will use."**Language strategy:**
language the user uses.
user uses.
---
All session state is saved to `GRANT_STATE.json` in the working directory.
{
"meta": {
"track": "US" | "CN",
"agency": "NSF" | "NIH" | "DOE" | "DARPA" | "NASA" | "NSFC",
"program": "string (e.g., CAREER, R01, 青年科学基金)",
"created": "ISO-8601",
"last_modified": "ISO-8601",
"current_phase": "0"|"1"|"2"|"3"|"4"|"5"|"complete",
"current_step": "string"
},
"profile": {
"applicant_name": "",
"institution": "",
"career_stage": "early | mid | senior",
"field": "",
"subfield": "",
"roi_score": 0-15,
"recommended_programs": []
},
"structure": {
"title": "",
"claims_aims_evidence_matrix": [],
"outline": {},
"figure_plan": []
},
"drafts": {
"section_name": {
"version": 1,
"status": "planning | drafting | polished | reviewed",
"file_path": "",
"backup_path": ""
}
},
"review": {
"tier1_results": {},
"tier2_results": {},
"severity_report": []
},
"simulated_review": {
"scores": {},
"weaknesses": [],
"revision_suggestions": []
}
}**Rules:**
---
1. **Auto-backup before writes.** Before overwriting any file, copy the existing version to `backups/<section_name>_v<N>.<timestamp>.txt`. Use Bash `cp` for this. If `backups/` does not exist, create it with `mkdir -p backups` before the first backup. 2. **Never modify the user's original files without confirmation.** If the user provides source files, work on copies. Always ask before writing back. 3. **Warn on destructive operations.** If a phase would discard previous work (e.g., re-running Phase 1 after Phase 2 drafting), warn the user and require explicit confirmation. 4. **Sensitive data.** Never include PI personal information (SSN, bank details) in any generated file. If encountered, warn and redact.
---
The skill uses supporting files in sibling directories:
benchmarks, AI-flavor patterns, severity levels. Read at Phase 0 initialization.
A Super AI Lab with massive AI Doctors as Assistants. Best IDE for Research via AI Power.
Repo: OpenLAIR/dr-claw
Dr. Claw skill for OpenClaw project discovery, idea intake, waiting-session triage, structured session control, event-driven notifications, and mobile…
Academic research assistant for literature reviews, paper analysis, and scholarly writing. Use when: reviewing academic papers, conducting literature reviews,…
Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or…
Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you…
Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct…
Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices,…