qurio: Skill for Gemini CLI

.gemini/skills/knowledge-searching/SKILL.md

knowledge-searching is a skill for Gemini CLI from irahardianto/qurio. It costs 56 tokens per session (390 once invoked), scanned A, original, MIT.

A research skill that retrieves implementation knowledge, code examples, and documentation references for software libraries and frameworks. It supports searching available documentation sources and a knowledge base with short technical queries.

In plain words
What is it for?
Use it when checking how to use a specific library, finding code examples, or looking up framework patterns and documentation.
Why use it?
It reduces the need to guess library syntax or established implementation patterns. The retrieved references can inform technical decisions during development.

Skill for Gemini CLI

Written for Gemini CLI: installed under .gemini/.

This is irahardianto/qurio's own configuration. It tells Gemini CLI how to work on qurio itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything qurio configures →

Reuse

Borrowing it

Nothing to install: this file belongs to irahardianto/qurio. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/irahardianto/qurio/main/.gemini/skills/knowledge-searching/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/irahardianto/qurio

Made for: Gemini CLI.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for knowledge-searching

README.md
[![agentmods](https://agentmods.dev/badge/skills/irahardianto/qurio/knowledge-searching/github.svg)](https://agentmods.dev/skills/irahardianto/qurio/knowledge-searching)
Your own site
<a href="https://agentmods.dev/skills/irahardianto/qurio/knowledge-searching"><img src="https://agentmods.dev/badge/skills/irahardianto/qurio/knowledge-searching/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for knowledge-searching

Your own site · 80×15
<a href="https://agentmods.dev/skills/irahardianto/qurio/knowledge-searching"><img src="https://agentmods.dev/badge/skills/irahardianto/qurio/knowledge-searching.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 390 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.00390
Opus 5 $0.00028 $0.00195
Sonnet 5 $0.00011 $0.00078
Haiku 4.5 $0.00006 $0.00039

Measured 10d ago against content hash 576f611ae415, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

knowledge-searching scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.gemini/skills/knowledge-searching/SKILL.md · 49 lines

What it actually says

Knowledge Searching

Overview

Retrieves implementation knowledge to inform decision-making across the software development lifecycle.

Use this skill when you need:

  • Implementation details for specific libraries/frameworks
  • Code examples for patterns or features
  • Documentation references libraries/frameworks usage

Announce at start: "I'm using the knowledge-research skill to gather implementation details."

Core Functions

Searching Specific Documentation:

  1. Get sourcesrag_get_available_sources() - Returns list with id, title, url
  2. Find source ID → Match to documentation (e.g., "Supabase docs" → "src_abc123")
  3. Searchrag_search_knowledge_base(query="vector functions", source_id="src_abc123")

General Research:

# Search knowledge base (2-5 keywords only!)
rag_search_knowledge_base(query="authentication JWT", match_count=5)

# Find code examples
rag_search_code_examples(query="React hooks", match_count=3)

Query Guidelines

✅ Good Queries (2-5 keywords)

  • "authentication JWT"
  • "vector functions"
  • "React hooks"
  • "Go context timeout"
  • "SQL row level security"

❌ Bad Queries (too long/verbose)

  • "How do I implement JWT authentication in Go?"
  • "What are the best practices for vector similarity search?"
  • "Show me examples of React hooks for state management"

Rule: Keep queries SHORT and keyword-focused for optimal search results.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 49 lines · 56 tokens per session scan A 576f611ae415

Subscribe to this mod's changes

knowledge-searching is a skill published in the GitHub repository irahardianto/qurio (17 stars, last pushed 6mo ago), licensed MIT. It adds 56 tokens to every session and 390 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.