ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Nm Tome Code Search

Skill by athola

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/athola/nm-tome-code-search
Or

name: code-search description: >- Search GitHub for existing implementations of a topic version: 1.8.2 triggers:


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

Code Search

When To Use

  • Finding existing implementations or libraries on GitHub
  • Part of a /tome:research session or standalone search

When NOT To Use

  • Searching local codebase (use Grep or Explore agent)
  • Academic literature (use /tome:papers)

Search GitHub for implementations of a given topic.

Usage

Invoked as part of /tome:research or standalone.

Workflow

  1. Build search queries using tome.channels.github.build_github_search_queries()
  2. Execute queries via WebSearch
  3. Parse results via parse_github_result()
  4. Optionally use GitHub API via build_github_api_search() for richer metadata
  5. Rank via rank_github_findings()
  6. Return Finding objects

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-code-search": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.