Knowledge Base Manager

v0.2.0

Build and maintain a structured local knowledge base. Classify incoming content, save it as reusable Markdown, organize inbox items, and keep the knowledge b...

0· 236·2 current·2 all-time
bychuanchao.shao@shaochuanchao
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
Name/description match the actual content: SKILL.md, README, templates and docs all describe initializing a local knowledge/ folder, classifying content, and writing Markdown files. The skill requests no unrelated binaries, env vars, or network installs — everything is proportionate to a local KB organizer.
Instruction Scope
All runtime instructions are local workspace operations (create directories, copy templates, write Markdown, classify input text/PDFs). The skill does not instruct web fetching or access to system credentials. However, it grants the agent discretion to decide whether items are worth saving, to reclassify/advise archive or deletion, and to write files in the workspace — so you should run this in a dedicated agent workspace and review proposed deletions or moves before applying them.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes install-time risk (nothing is downloaded or executed outside the agent environment).
Credentials
The skill declares no environment variables, credentials, or config paths and the instructions do not reference secrets. Required access is limited to reading provided content and writing files in the current workspace, which is consistent with its purpose.
Persistence & Privilege
always is false and there are no elevated privileges requested. The skill can be invoked autonomously by the agent (default), which means it could write files without additional prompts if the agent is granted that behavior. If you want to restrict automatic changes, run it in a dedicated agent or disable autonomous invocation for that agent.
Assessment
This skill appears coherent and low-risk for managing a local knowledge base, but take these precautions before installing: 1) Run it inside a dedicated 'knowledge' agent workspace (do not point it at a workspace containing sensitive personal or production files). 2) Provide the content to be saved (the skill does not fetch web pages by itself) and review the agent's suggested filenames/paths before confirming moves or deletions. 3) If you are uncomfortable with autonomous writes/deletions, disable autonomous invocation for the agent or require explicit confirmation for file operations. 4) Inspect the created knowledge/_meta files and any entries the agent proposes before trusting them as canonical.

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

latestvk97fy69tzg11nwft3bazaqphj183esyd

License

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

Comments