BC familywall
Interact with the FamilyWall family organization platform. Manage calendar events, shopping lists, tasks, family messaging, member locations, meal plans, recipes, the family wall/feed, and media file downloading. Use when: (1) checking family calendar or creating events, (2) managing shopping lists or to-do items, (3) sending/reading family messages, (4) checking family member locations, (5) viewing the family wall/feed, (6) meal planning or recipe management, (7) downloading photos, audio, or other media from messages. Triggers: "family calendar", "family events", "shopping list", "grocery list", "family message", "family chat", "family location", "where is", "family wall", "family feed", "add to list", "family members", "familywall", "meal plan", "recipe", "what's for dinner", "weekly meals", "download photo", "download media", "family photos", "message attachment".
As a process C 52/100 · Has gaps — weak spots: when it triggers, inputs and preconditions, consistency
How to improve
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 5
✓ No critical or high findings
Medium and low: 5
-
low Exfiltration
read-dotenvSKILL.md:34Reads a .env filesource ~/.openclaw/.env && {baseDir}/scripts/familywall.py status -
low Exfiltration
read-dotenvSKILL.md:86Reads a .env filesource ~/.openclaw/.env
-
low Exfiltration
read-dotenvSKILL.md:93Reads a .env filesource ~/.openclaw/.env
-
low Exfiltration
read-dotenvSKILL.md:105Reads a .env filesource ~/.openclaw/.env
-
low Exfiltration
read-dotenvSKILL.md:116Reads a .env filesource ~/.openclaw/.env
Files scanned: 4. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
✓ No remarks against the Agent Skills spec
Process rating: all ten parameters 52/100
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 25 mutating operations with no state check
- 40Consistency. Frontmatter name (familywall) differs from the folder (snowsand-familywall)
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (python) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 100Steps. 17 steps
- 100Execution cost. Instruction body is 2535 tokens
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +4Description does not say when NOT to use the skill (false activations)
- +3Description length 880: 120–800 characters recommended
- -5TODO / placeholder text left in the skill
- -31 of 2 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +5Description quotes 21 example trigger phrases
- +4Structure: 21 headings
- +3Step-by-step instructions: 17 items
- +3Output format is stated explicitly
- +4Has examples (11 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 81.