Nm Tome Code Search
Skill by athola
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/athola/nm-tome-code-searchname: code-search description: >- Search GitHub for existing implementations of a topic version: 1.8.2 triggers:
- github
- code
- search
- the user wants to find code examples
- libraries
- or implementation patterns metadata: {"openclaw": {"homepage": "https://github.com/athola/claude-night-market/tree/master/plugins/tome", "emoji": "\ud83e\udd9e"}} source: claude-night-market source_plugin: tome
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:researchsession 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
- Build search queries using
tome.channels.github.build_github_search_queries() - Execute queries via WebSearch
- Parse results via
parse_github_result() - Optionally use GitHub API via
build_github_api_search()for richer metadata - Rank via
rank_github_findings() - Return Finding objects
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-athola-nm-tome-code-search": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
extract
Analyze a codebase and build a knowledge base of business logic, architecture, data flow, and engineering patterns. The foundation for gauntlet challenges and agent integration
discourse
>- Scan community discussion channels (HN, Lobsters, Reddit, tech blogs) for experience reports and opinions on a topic
synthesize
>- Merge, deduplicate, rank, and format research findings from multiple channels into a coherent report. Use after research agents return their results
workflow-monitor
Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow
architecture-paradigm-hexagonal
Hexagonal (Ports and Adapters) architecture isolating domain logic from infrastructure