Overview
- Skill Key
- eksubin/researchassistant
- Author
- eksubin
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/eksubin/researchassistant
- Latest Commit SHA
- ad307a3c4ed474f6be5386ddbc612dd737ee6004
Monitors research topics for new papers, conferences, and journals.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 ResearchMonitor 技能。 若已安装,则直接安装 ResearchMonitor 技能。
# ResearchMonitor
This skill helps you keep the user updated on their specific research field.
## Workflow
1. **Check Configuration**:
- Read `research_config.json` in this directory to find the user's research topics and last checked date.
- If the file doesn't exist or topics are empty, ask the user what research topics they are interested in and save them using `scripts/daily_briefing.py --add-topic "topic"`.
2. **Daily Check**:
- Get the current date.
- Compare with `last_checked` in `research_config.json`.
- If already checked today, do nothing unless explicitly asked.
3. **Perform Search**:
- For each topic, use `search_web` to look for:
- "new research papers [topic] [current month/year]"
- "upcoming conferences [topic] [current year]"
- "new journal issues [topic] [current month/year]"
- Check specialized platforms like arXiv, IEEE Xplore, Google Scholar (via web search), or X (Twitter) if relevant.
4. **Filter & Analyze**:
- For each potential item found, use `scripts/daily_briefing.py --check-seen "URL or Unique Title"`.
- If it returns "true", SKIP IT.
- Compare found items with what might have been seen yesterday (this requires some memory or just checking if the publication date is very recent, e.g., last 24-48 hours).
- **CRITICAL**: If there is *nothing significantly new* (no new major papers, no new conference announcements), **DO NOT BOTHER THE USER**.
5. **Report**:
- If new items are found, compile a brief markdown report.
- Include:
- **Title**: News/Paper Title
- **Source**: URL/Journal Name
- **Summary**: 1-sentence summary of why it's relevant.
- Present this to the user.
- Mark the items as seen using `scripts/daily_briefing.py --mark-seen "URL or Unique Title"`.
- Update the `last_checked` date using `scripts/daily_briefing.py --update-date`.
## Scripts
- `python scrip...
# ResearchMonitor A skill for OpenClaw to monitor research topics and report new findings. ## Features - Daily scanning for new research papers, conferences, and journal publications. - Filters out noise to avoid unnecessary notifications. - Configurable research topics. ## Setup The skill uses `research_config.json` to store your preferences. You can let the agent manage this, or edit it manually. ## Usage Simply ask the agent to "check for research updates" or let it run its daily routine.
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".