Nm Tome Code Search
v1.0.0Search GitHub for existing code implementations, libraries, and patterns related to a given topic or query.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (search GitHub for implementations) aligns with the instructions: build search queries, run web searches, parse and rank GitHub results, and optionally call the GitHub API. There are no unrelated environment variables, binaries, or install steps demanded by the skill. (Minor note: the SKILL.md lists an upstream project and a different internal version string than the registry entry, which is a provenance/metadata inconsistency but not a security mismatch.)
Instruction Scope
The SKILL.md only instructs the agent to construct queries, run WebSearch, parse results, optionally use the GitHub API for richer metadata, rank findings, and return results. It does not instruct the agent to read local files, other environment variables, system paths, or send data to unexpected endpoints.
Install Mechanism
There is no install spec and no code files — this is instruction-only. Nothing is downloaded or written to disk by the skill itself, so install-risk is minimal.
Credentials
The skill declares no required environment variables, which is coherent for a web-search-based GitHub lookup. However, SKILL.md mentions optional use of the GitHub API; using that in practice would typically require providing a GitHub token. The skill does not declare or request such a credential up front, so if the agent or user later supplies a token, be aware of the scope and exposure of that credential.
Persistence & Privilege
always:false (default) and no special persistence or cross-skill config changes are requested. Autonomous invocation is allowed (the platform default) but the skill itself has no elevated or persistent privileges.
Assessment
This is an instruction-only GitHub code-search helper and appears internally consistent. It performs web searches and parses GitHub results — no files or secrets are requested by default. If you or your agent choose to enable the optional GitHub API calls, you may need to supply a GitHub token; only provide a token with the minimum scopes necessary and be aware of where it is stored. Also note the skill references an upstream repo (claude-night-market/tome); if provenance matters, review that upstream project before installing.Like a lobster shell, security has layers — review code before you run it.
latest
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
Comments
Loading comments...
