local-researcher
完全本地的深度研究助手 Skill。使用 Ollama 或 LMStudio 本地 LLM 进行迭代式网络研究,生成带引用来源的 Markdown 报告。当用户需要进行隐私优先的研究、本地文档分析或生成结构化研究报告时触发。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/antonia-sz/local-researcherWhat This Skill Does
The Local Researcher Skill is a powerful, privacy-focused agent for OpenClaw that performs autonomous, iterative web research entirely on your local machine. By leveraging local LLMs via Ollama or LMStudio, it eliminates the need to send sensitive research queries to cloud-based services. The skill conducts multi-step research cycles: generating search queries, fetching content, analyzing findings, and identifying knowledge gaps to refine its next steps. It concludes by synthesizing a high-quality, professional Markdown report complete with inline citations and a full list of sources.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/antonia-sz/local-researcher
Ensure you have Ollama or LMStudio installed locally with an accessible API server. You will also need to configure your environment variables in a .env file to point to your preferred LLM model and search API provider.
Use Cases
- Academic Research: Rapidly synthesize existing literature on specific scientific or technical topics without exposing your interests to third parties.
- Market Analysis: Gather business insights or competitor data by iterating through web search results.
- Private Documentation Analysis: Conduct research on sensitive internal projects where cloud data privacy is a primary concern.
- Tech Stacks & Tutorials: Automatically generate comprehensive guides on new programming libraries or frameworks by aggregating the latest docs and community discussions.
Example Prompts
- "Perform a deep dive into the current state of local LLM orchestration and create a comparative report for me."
- "Research the latest advancements in quantum computing for drug discovery and summarize the findings with source links."
- "Investigate how to optimize Python code for low-latency systems and generate a comprehensive study document."
Tips & Limitations
- Model Selection: For better reasoning, use high-parameter models like
qwen:14bordeepseek-r1:8b. Smaller models may struggle with long-form synthesis. - Search APIs: While DuckDuckGo is free and privacy-focused, using Tavily or Perplexity with an API key often yields higher-quality, more relevant results.
- Resource Management: Local research can be hardware-intensive. Ensure you have sufficient RAM when running large models alongside web scraping tasks.
- Loop Limits: Start with the default
MAX_WEB_RESEARCH_LOOPSof 3 to prevent excessive local processing time.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-antonia-sz-local-researcher": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
content-automation
内容创作自动化工具 Skill。支持社交媒体内容生成、视频脚本创作、定时发布任务管理。当用户需要批量生成内容、自动化社交媒体运营或创建视频脚本时触发。
style-cloner
提供1-5篇参考文章 + 原始素材,AI 分析参考文章的风格特征, 将素材改写成同风格的成品文章,输出3个版本供选择,支持强度调节和迭代优化。
project-evaluator
描述一个项目想法,AI 从市场/技术/商业/风险四个维度系统评估, 输出评估报告、竞品速查、MVP建议,帮你决策「值不值得做」。
maybe-finance
Personal finance management skill using Maybe Finance OS. Use when users need to track expenses, analyze budgets, monitor net worth, or manage personal finances through the Maybe Finance self-hosted platform. Supports transaction tracking, account management, budget analysis, and financial reporting.
notebooklm
Google NotebookLM 非官方 Python API 的 OpenClaw Skill。支持内容生成(播客、视频、幻灯片、测验、思维导图等)、文档管理和研究自动化。当用户需要使用 NotebookLM 生成音频概述、视频、学习材料或管理知识库时触发。