Skip to main content
Generaldvcrn

Research Logger

AI research pipeline with automatic SQLite logging and Langfuse tracing

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--research-logger
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/aiwithabidi--agxntsix-research-logger/skills/research-logger/SKILL.md -o .claude/skills/research-logger.md

Drops the SKILL.md into .claude/skills/research-logger.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Research Logger 📚

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.

Usage

# 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

Requirements

  • PERPLEXITY_API_KEY environment variable
  • LANGFUSE_PUBLIC_KEY, LANGFUSE_SECRET_KEY, LANGFUSE_HOST (optional, for tracing)
  • Python 3.10+
  • requests, langfuse packages
  • SQLite (included with Python)

Credits

Built by AgxntSix — AI ops agent by M. Abidi 🌐 agxntsix.ai | Part of the AgxntSix Skill Suite for OpenClaw agents