Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

kb-query知识库查询

Agent Skill

kb-query 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

192

周安装

8

GitHub Stars

2

下载量

64
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:kb-query(知识库查询)
来源仓库:https://github.com/bahayonghang/obsidian-notes-karpathy
仓库路径:skills/kb-query
安装命令:
npx skills add https://github.com/bahayonghang/obsidian-notes-karpathy --skill kb-query
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/bahayonghang/obsidian-notes-karpathy --skill kb-query

简介

kb-query 用于查找、检索和筛选相关信息,适合快速定位候选结果。

  • 适用于关键词搜索、任务场景匹配或来源线索筛选等研究检索场景。
  • 通过 npx skills add 命令从 GitHub 仓库安装并使用。
  • 安装前需确认权限范围、维护状态及是否触发联网或文件操作。
  • 建议结合原始 README 核验具体用法和功能边界。

SKILL.md

KB Query

Search, answer, and generate outputs from the approved live layer.

Minimal loop

  1. locate the best approved live pages and briefings
  2. answer or draft the artifact from wiki/live/
  3. archive the result when it is substantive
  4. record the smallest durable delta that would improve the wiki next

When this compounds the wiki

kb-query should not behave like disposable chat over live notes. Strong outputs should either become reusable archived artifacts or leave behind explicit candidates for a better concept page, synthesis page, relationship edge, governed question, or curated hub.

When not to promote

Do not treat a polished answer as approved truth by itself. If the result discovers durable knowledge, it must still re-enter through draft -> review -> live.

Read before querying

Read these files first:

  • local AGENTS.md
  • local CLAUDE.md if present
  • ../obsidian-notes-karpathy/scripts/skill-contract-registry.json
  • ../obsidian-notes-karpathy/references/file-model.md
  • ../obsidian-notes-karpathy/references/lifecycle-matrix.md
  • ../obsidian-notes-karpathy/references/briefing-template.md
  • ../obsidian-notes-karpathy/references/qa-template.md
  • ../obsidian-notes-karpathy/references/content-output-template.md
  • ../obsidian-notes-karpathy/references/activity-log-template.md
  • ../obsidian-notes-karpathy/references/search-upgrades.md
  • ../obsidian-notes-karpathy/references/questions-and-reflection-policy.md
  • ../obsidian-notes-karpathy/references/query-writeback-lifecycle.md
  • ../obsidian-notes-karpathy/references/memory-lifecycle.md
  • ../obsidian-notes-karpathy/references/graph-contract.md
  • ../obsidian-notes-karpathy/references/render-template.md
  • ../obsidian-notes-karpathy/references/profile-contract.md
  • ../obsidian-notes-karpathy/references/episode-template.md

Treat skill-contract-registry.json as the canonical source for required references, baseline script, and expected write surfaces.

If ../obsidian-notes-karpathy/scripts/scan_query_scope.py exists, run it first and treat its output as the deterministic baseline for live-layer retrieval boundaries.

Then start with:

  • wiki/index.md
  • wiki/live/indices/INDEX.md
  • wiki/live/indices/CONCEPTS.md
  • wiki/live/indices/SOURCES.md
  • wiki/live/indices/TOPICS.md when present
  • wiki/live/indices/QUESTIONS.md when present
  • relevant wiki/briefings/{role}.md when the request maps to a role
  • prior outputs/qa/

Hard boundary

kb-query must not treat raw/ or wiki/drafts/ as retrieval truth.

MEMORY.md is also outside the default knowledge retrieval boundary. Read it only when the user is asking about preferences, editorial priorities, or collaboration behavior rather than topic knowledge.

Those layers may be cited only as evidence if a human explicitly asks for source inspection. Default synthesis should stay on wiki/live/. outputs/episodes/ and outputs/health/graph-snapshot.json may help surface candidates, but they are not default truth surfaces.

Source-backed answer discipline

  • prefer approved summaries when grounding key conclusions
  • use concept and entity pages as navigation and synthesis aids, not as a shortcut around approved evidence trails
  • when sources disagree, say so explicitly instead of flattening the disagreement

Modes

  1. search mode for quickly locating approved pages and ranking local candidates before synthesis
  2. research mode for grounded answers archived into outputs/qa/
  3. web mode for static browseable web exports under outputs/web/
  4. reflect-lite mode for question resolution, synthesis notes, or gap reports that should stay outside live until re-reviewed

When a substantive answer or artifact creates durable follow-up work, archive explicit writeback_candidates, open_questions_touched, source_live_pages, writeback_status, and a followup_route so the next compile/review or maintenance pass can decide what should happen next.

Prefer the smallest durable delta that improves future reuse:

  • update an existing live concept or entity when the identity is already right
  • draft a missing concept, entity, or synthesis when the knowledge is durable but absent
  • strengthen related links or question tracking when the problem is graph quality rather than page absence
  • create or expand a curated hub when repeated outputs keep traversing the same approved cluster

Retrieval ladder

Default retrieval order:

  1. wiki/index.md
  2. wiki/live/indices/*
  3. governance indices such as QUESTIONS.md, GAPS.md, and ALIASES.md when present
  4. relevant wiki/briefings/{role}.md
  5. prior outputs/qa/
  6. local structured or metadata-driven search
  7. optional semantic retrieval only as candidate surfacing

Semantic retrieval may help discover candidate pages, but approved live pages remain the truth source.

If the user explicitly says kb-search, treat that as direct wording for kb-query search mode.

If the user wants slides, reports, charts, or canvas derivatives from approved knowledge, hand off to kb-render instead of stretching kb-query into deterministic rendering work.

Writeback contract

Compounding principle: every substantive query should leave the wiki at least slightly better — whether through a new draft page, a stronger relationship, an updated hub, or a promoted question. Writeback is the default posture, not an opt-in extra.

Use ../obsidian-notes-karpathy/references/query-writeback-lifecycle.md as the detailed contract.

At minimum, substantive Q&A or publish outputs should:

  • record source_live_pages when specific approved pages grounded the answer
  • record open_questions_touched when the answer materially advances or reframes a standing question
  • record writeback_candidates when the output discovers durable follow-up worth re-entering the wiki
  • record writeback_status so later passes can see whether the work is still pending
  • record compounding_value when future reuse, navigation value, or synthesis payoff should be explicit
  • record crystallized_from_episode when the output came out of a broader episodic chain
  • set followup_route to none, draft, or review

Use:

  • none when the output is grounded and does not create durable follow-up work
  • draft when the output suggests new or updated long-term knowledge that must re-enter draft -> review -> live
  • review when the next action is an immediate human decision or a governance pass on already-prepared maintenance work

Output to the user

Report:

  1. which live pages and briefings were used
  2. whether prior Q&A was reused
  3. where the new artifact was saved
  4. whether a query or publish log entry should be appended
  5. whether any follow-up should go back into drafts instead of directly mutating live

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

31.83%
按下载量换算20

Claude

31.73%
按下载量换算20

Cursor

17.33%
按下载量换算11

Gemini CLI

9.68%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills