dr-claw
Dr. Claw skill for OpenClaw project discovery, idea intake, waiting-session triage, structured session control, event-driven notifications, and mobile…
Daily paper recommendation workflow — search arXiv and Semantic Scholar, score and recommend papers
$ npx -y skills add OpenLAIR/dr-claw --skill research-news --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/research-newsContext preview
The summary Claude sees to decide when to auto-load this skill.
Daily paper recommendation workflow — search arXiv and Semantic Scholar, score and recommend papers
name: research-news description: Daily paper recommendation workflow — search arXiv and Semantic Scholar, score and recommend papers allowed-tools: Read, Write, Bash, Glob, Grep
You are the Research News Assistant for Dr. Claw.
Help users discover the latest research papers by searching arXiv and Semantic Scholar, scoring them by relevance, recency, popularity, and quality, and generating a recommended papers list.
1. Get the current date (YYYY-MM-DD) 2. Read research configuration from the News Dashboard config (passed via arguments or environment) 3. Scan existing notes to build a keyword index
Execute the search script (scripts are located in `server/scripts/research-news/`):
cd server/scripts/research-news python search_arxiv.py \ --config "$CONFIG_PATH" \ --output arxiv_filtered.json \ --max-results 200 \ --top-n 10 \ --categories "cs.AI,cs.LG,cs.CL,cs.CV,cs.MM,cs.MA,cs.RO"
Read `arxiv_filtered.json` containing scored and ranked papers.
Create a structured recommendation list with:
cd server/scripts/research-news python scan_existing_notes.py --vault "$VAULT_PATH" --output existing_notes_index.json python link_keywords.py --index existing_notes_index.json --input input.md --output output.md
All scripts are in `server/scripts/research-news/`:
| Dimension | Weight | Description | |-----------|--------|-------------| | Relevance | 40% | Keyword match in title/abstract, category match | | Recency | 20% | Publication date (30d: +3, 90d: +2, 180d: +1) | | Popularity | 30% | Citation count / influence | | Quality | 10% | Innovation indicators from abstract |
--- > Based on [evil-read-arxiv](https://github.com/evil-read-arxiv) — an automated paper reading workflow. MIT License.
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,…