Retail Knowledge
v1.0.0Product knowledge Q&A and policy lookup for retail digital employees. Answers customer and staff questions about products, store policies, promotions, FAQs,...
⭐ 0· 109·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description map to a KB-driven Q&A assistant. The included kb_search.py and the SKILL.md both focus on searching a local knowledge_base.json and constructing grounded answers; nothing in the bundle requires access to unrelated services or credentials.
Instruction Scope
Runtime instructions stay within the stated scope (classify queries, consult KB, build answers, hand off to other retail skills when appropriate). One small ambiguity: SKILL.md says to "log the query internally for Step 12 gap digest" but doesn't define the log location or retention — this is an operational detail to clarify, not an evidence of malicious behavior.
Install Mechanism
No install spec — instruction-only with a single Python script. The script is small, local, and does not fetch external artifacts or write arbitrary files; risk from installation is minimal.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The code only reads a KB file passed as an argument; it does not access other environment secrets or network endpoints.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation allowed. The skill does not request persistent system-wide privileges or modify other skills' config.
Assessment
This skill appears coherent and low-risk: it searches a local knowledge_base.json and constructs answers from that KB. Before installing, confirm (1) the source and contents of the knowledge base (who can edit the JSON file), (2) where the skill's "internal" logs will be stored (the SKILL.md mentions logging but doesn't specify the storage/retention), and (3) the other referenced setup/hand-off skills (retail-agent-setup, product-recommender, inventory-query, complaint-handler) to ensure they are trustworthy. If you plan to run kb_search.py, ensure the KB file path you supply is the intended, access-controlled file and not a general system path.Like a lobster shell, security has layers — review code before you run it.
latestvk97ffh5vwc3yr67dskxby369qd83fnc4
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📖 Clawdis
