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