Search and locate relevant content within a local knowledge base (files, indices, or PageIndex). Use when you need verifiable citations (file + page/paragraph) to support answers from local sources.
64
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Other/knowledge-base-search/SKILL.mdglob (>= 10.0.0): file path pattern matchinggrep (>= 3.11): in-file text searchingassets/hit_list_template.csv: standardized hit list output templatereferences/guide.md (output formats, checklists, inspection points)The following example demonstrates an end-to-end local search workflow and produces a CSV hit list compatible with assets/hit_list_template.csv.
./kb/How do we rotate API keys?md,pdf, time range 2024-01-01..2026-12-31Confirm index and scope
./kb/).Build the query
rotate, API key, key rotationcredential rotation, token rotation, regenerate key*.md, *.pdf2024-01-01..2026-12-31 (if metadata exists)Execute search (local-only)
glob("./kb/**/*.md")glob("./kb/**/*.pdf")grep -RIn "API key\|key rotation\|rotate" ./kb/Filter and rank results
Output citations and hit list
file_pathlocation (page number for PDFs; heading/paragraph index for Markdown; PageIndex if available)snippet (verbatim excerpt supporting the conclusion)notes (why it is relevant; any assumptions)hit_list.csv using assets/hit_list_template.csv columns.file_path,location,snippet,relevance_score,notes
kb/security/credential_policy.pdf,page 12,"API keys must be rotated every 90 days... Rotation requires...",0.92,"Direct policy + rotation interval + procedure reference."
kb/runbooks/api_key_rotation.md,section 'Procedure' ¶3,"To rotate an API key: (1) create a new key... (2) update services... (3) revoke old key...",0.89,"Step-by-step operational runbook."
kb/audit/controls.md,heading 'Key Management' ¶2,"Evidence of rotation includes change tickets and key revocation logs...",0.81,"Provides verification/evidence requirements."Index confirmation
Query strategy
Result filtering and ranking
Citation and location resolution
page/paragraph identifiersf5ef65b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.