Auto-saves deep search results to SQLite and Langfuse. Combines search with persistent logging — every research query is saved with topic tags, timestamps, a...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install research-logger-pro或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install research-logger-pro⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/research-logger-pro/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: research-logger version: 1.0.0 description: > Auto-saves deep search results to SQLite and Langfuse. Combines search with persistent logging — every research query is saved with topic tags, timestamps, and full results. Search past research, view recent entries. Triggers: log research, save search, research history, find past research, what did I research. license: MIT compatibility: openclaw: ">=0.10" metadata: openclaw: requires: bins: ["python3"] env: ["PERPLEXITY_API_KEY"] ---
Search + auto-save pipeline. Every research query is logged to SQLite with Langfuse tracing.
# Search and auto-log
python3 {baseDir}/scripts/research_logger.py log quick "what is RAG"
python3 {baseDir}/scripts/research_logger.py log pro "compare vector databases" --topic "databases"
# Search past research
python3 {baseDir}/scripts/research_logger.py search "vector databases"
# View recent entries
python3 {baseDir}/scripts/research_logger.py recent --limit 5
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation
安装 Research Logger Pro 后,可以对 AI 说这些话来触发它
Help me get started with Research Logger Pro
Explains what Research Logger Pro does, walks through the setup, and runs a quick demo based on your current project
Use Research Logger Pro to auto-saves deep search results to SQLite and Langfuse
Invokes Research Logger Pro with the right parameters and returns the result directly in the conversation
What can I do with Research Logger Pro in my data & analytics workflow?
Lists the top use cases for Research Logger Pro, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/research-logger-pro/ 目录(个人级,所有项目可用),或 .claude/skills/research-logger-pro/(项目级)。重启 AI 客户端后,用 /research-logger-pro 主动调用,或让 AI 根据上下文自动发现并使用。
Research Logger Pro 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Research Logger Pro 可免费安装使用。请查阅仓库了解许可证信息。
Auto-saves deep search results to SQLite and Langfuse. Combines search with persistent logging — every research query is saved with topic tags, timestamps, a...
Research Logger Pro 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Research Logger Pro
Identifies repetitive steps in your workflow and sets up Research Logger Pro to handle them automatically