Context Management Context Save

v1.0.0

Use when working with context management context save

0· 155·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the content: a context-capture/save guidance and design document. The suggested capabilities (semantic extraction, vector DB integration, compression, etc.) align with a context-management tool. Mentioning Pinecone/Weaviate/Qdrant is reasonable for a template, though the skill does not declare the API keys that an implementation would need.
Instruction Scope
SKILL.md is high-level and stays within project-context scope (references $PROJECT_ROOT and project analysis). It does not instruct the agent to read system-wide secrets or environment variables, but the described extraction patterns implicitly involve reading project files which could include sensitive data—the doc itself warns to exclude sensitive information. It also references resources/implementation-playbook.md which is not present in the skill bundle.
Install Mechanism
No install spec and no code files are included, so the skill will not write or execute external code on install—this is low-risk for supply-chain or remote download issues.
Credentials
The skill declares no required environment variables or credentials (primaryEnv none), which is appropriate for a guidance/template. However, real integrations (vector DBs, embedding services) will require API keys which the skill does not declare—be prepared to supply those separately and avoid putting secrets into captured context artifacts.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. Model invocation is allowed (normal), but there is no elevated persistence or cross-skill configuration in the bundle.
Assessment
This skill is a template/instruction document for capturing and serializing project context and appears coherent and low-risk as-is (no installs, no env vars). Before using it with an agent: (1) confirm any referenced resource files (e.g., resources/implementation-playbook.md) are available; (2) explicitly exclude secrets and sensitive files from context capture (the guidance mentions this, but you must enforce it); (3) plan how you'll supply API keys for vector DBs or embedding services outside the skill (the skill doesn't request them); and (4) if you will allow the agent to run automated scans over your repository, limit its scope to avoid leaking credentials or private data.

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

latestvk9741hx0cnpnmpmpt7r5g4p4f183f691

License

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

Comments