SKILLEMALL.ai

AF openclaw-github-sync

Keep an OpenClaw agent's non-sensitive context (selected memory, MD files, notes, and custom skills) under version control in a separate Git repository for remote review/tweaks. Use when setting up or operating a Git-based workflow to export workspace context, commit changes (possibly split into multiple commits), and push on a schedule (e.g., nightly) without leaking secrets.

modbender/skill-library-mcp Agent Skills author: modbender MIT 14 files · 6 scripts body ≈ 802 tokens Open the sourcegithub.com analyzed 2 d ago

Keep an OpenClaw agent's non-sensitive context (selected memory, MD files, notes, and custom skills) under version control in a separate Git repository for…

As a process F 40/100 · Will not run — References files that are not bundled: references/.env

ProcedureGitHubSoftware developmenttype and topics are labelled automatically from the skill text
JSON
Technical rating
A
91/100
safety, quality, tests
Safety 60%
99
Quality 40%
78
Run on models
none yet
Process rating
F
40/100
Will not run
References files that are not bundled: references/.env
Tools and files w 18
0
Result and completion w 14
0
Failures and branches w 10
0
the three weakest of ten parameters · all ten

How to improve

  1. The text references files that are not there: add them or drop the references.
For the model run — optional
  • 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 · 1

✓ No critical or high findings

Medium and low: 1
  • low Exfiltration read-dotenv SKILL.md:48
    Reads a .env file (quoted — discussed, not commanded)
    `cp references/.env.example references/.env`
    quoted

Files scanned: 14. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning missing-ref reference to a missing file: references/.env
  • note frontmatter-key unknown frontmatter key "homepage"

Process rating: all ten parameters 40/100

Will not run. References files that are not bundled: references/.env
  • 0Tools and files. 1 referenced file(s) missing: references/.env
  • 0Result and completion. Does not say what the result is
  • 0Failures and branches. Linear process with no failure handling
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 16 mutating operations with no state check
  • 70Inputs and preconditions. Inputs and preconditions are listed
  • 100Steps. 30 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 802 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

  • +5Description has no quoted example phrases that should trigger the skill
  • +4Description does not say when NOT to use the skill (false activations)
  • +3Output format is not stated: the model decides each time
  • -34 of 8 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +3Description length 379: enough signal without eating the budget
  • +4Structure: 11 headings
  • +3Step-by-step instructions: 30 items
  • +4Has examples (1 code blocks)
  • +4Reference files are cited in the instructions (1 of 3)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 78.