knowledge-distiller

v1.0.0

A structured knowledge extraction tool that helps users clarify, organize, and store tacit knowledge through active questioning. USE THIS SKILL when you want...

0· 102·2 current·2 all-time
byChenChen@chenchen913
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name and description promise interactive knowledge extraction and persistent note storage; the instructions exclusively implement that (ask one question at a time, generate notes, create/update domains/{DOMAIN}.md). There are no unrelated requirements (no cloud credentials, no unrelated binaries).
Instruction Scope
The SKILL.md explicitly instructs the agent to read, create, and update files under domains/{领域名}.md and to follow the bundled output templates. This is within purpose (storing and resuming sessions), but it does give the skill permission to read and write persistent notes in the agent workspace — a privacy consideration. The instructions do not call external endpoints or request other system state beyond the domains directory.
Install Mechanism
No install spec or code is included (instruction-only). Nothing is downloaded or written at install time, minimizing supply-chain risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The runtime instructions also do not reference any secret env vars or external tokens, which is proportionate to the stated functionality.
Persistence & Privilege
always:false and normal invocation settings are appropriate. The skill expects to persist session artifacts in a domains/ directory and to modify those files automatically after sessions. That is expected for a note-taking/archive tool but means user content will be stored persistently in the agent's environment — users should be aware and avoid storing secrets in those notes.
Assessment
This skill appears to do what it says: it will run a guided, Socratic-style interview and then create or update markdown files under a domains/ directory in the agent workspace. Before using it, consider: (1) any content you discuss will be written to persistent files — do not disclose passwords, API keys, or other secrets; (2) confirm where the agent's workspace (domains/) is stored and who can access it; (3) after a session, review the generated .md files to verify they contain only what you expect; (4) if you prefer no persistent storage, avoid using the '整理一下/结束' flows that trigger the automatic save/archive steps. No network endpoints or credentials are requested by the skill, so the primary risk is local data persistence/privacy rather than data exfiltration.

Like a lobster shell, security has layers — review code before you run it.

PKM learning-toolvk974v8znrk8yr043a3rzqxxr3s838qgydeep-interviewvk974v8znrk8yr043a3rzqxxr3s838qgyknowledge-managementvk974v8znrk8yr043a3rzqxxr3s838qgylatestvk974v8znrk8yr043a3rzqxxr3s838qgynote-takingvk974v8znrk8yr043a3rzqxxr3s838qgyreflection second-brainvk974v8znrk8yr043a3rzqxxr3s838qgysocratic-methodvk974v8znrk8yr043a3rzqxxr3s838qgytacit-knowledgevk974v8znrk8yr043a3rzqxxr3s838qgythought-clarificationvk974v8znrk8yr043a3rzqxxr3s838qgy

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments