skill-retrieval-gate

v1.0.0

Decide whether to run `memory_search` before following another skill or workflow, so the agent can reduce token usage without forcing retrieval on every task...

0· 91·0 current·0 all-time
byWeiHan@otweihan
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 promise (decide whether to run memory_search) matches the included instructions and reference files. No unrelated env vars, binaries, or capabilities are requested.
Instruction Scope
SKILL.md and reference docs only provide rules for deciding when/how to call memory_search, how to build queries, trim results, and when to fall back. They do not instruct reading system files, contacting external endpoints, or exfiltrating data.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk or downloaded.
Credentials
No environment variables, credentials, or config paths are required. The guidance assumes an existing memory_search capability but does not demand any secrets.
Persistence & Privilege
always is false and there are no indications the skill will modify other skills or agent-wide settings. Autonomous invocation is allowed (platform default) but the skill itself is low-privilege.
Assessment
This skill is a lightweight decision-layer that tells the agent whether to call your memory_search. It does not itself access credentials or external endpoints. Before installing, confirm your agent actually exposes a safe memory_search implementation (so queries don’t leak sensitive data to unintended sinks), and decide whether you want the agent to invoke retrieval autonomously. Also periodically review the decision rules to ensure they fit your workflows (to avoid unnecessary retrievals or skipped context).

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

latestvk972myd74te5ftj7f22cr3nqvs83jw1j

License

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

Comments