ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

dig

>- Interactively refine research results by searching deeper into a subtopic or specific channel. Loads the active session and merges new findings into it. Use after a /tome:research session completes to explore areas of interest

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/athola/nm-tome-dig
Or

Night Market Skill — ported from claude-night-market/tome. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

Dig Deeper

When To Use

  • Drilling into a subtopic after an initial research session
  • Narrowing results to a specific channel (e.g. papers only)

When NOT To Use

  • Starting a new research topic (use /tome:research first)
  • Synthesizing results (use /tome:synthesize)

Refine an active research session interactively.

Workflow

  1. Load most recent session via SessionManager
  2. Parse the subtopic and optional channel filter
  3. Dispatch targeted search (single agent or all channels)
  4. Merge new findings into existing session
  5. Re-rank and update the saved report
  6. Present new findings to user

Error Cases

  • No active session: "Start a session first with /tome:research \"topic\""
  • Specified channel not in original session: warn and suggest available channels

Metadata

Author@athola
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-athola-nm-tome-dig": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.