BF dance-agentic-engineer
Complete agentic dance engineering system for Krump: automated posts, community engagement, league tracking, and portfolio building (969 repos). Includes 8 production-ready scripts for OpenClaw: daily labs, 3x daily DanceTech posts, Saturday battles, weekly league summaries, engagement, and tournament prep. Set up via OpenClaw cron; all scripts load .env credentials and post to Moltbook.
As a process F 42/100 · Will not run — References files that are not bundled: scripts/tools/pre-commit-security, scripts/*.js
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The text references files that are not there: add them or drop the references.
- 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 · 3
✓ No critical or high findings
Medium and low: 3
-
low Dangerous commands
cmd-cron-mentionREADME.md:58Mentions editing / listing crontab (quoted — discussed, not commanded)Adjust your OpenClaw cron jobs (see `crontab -e` or `openclaw cron`) to match:
quoted -
low Exfiltration
net-credential-usescripts/league_tracker.js:153Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host; quoted — discussed, not commanded)const cmd = `curl -s -X POST https://moltbook.com/api/posts/create \\\n -H 'Authorization: Bearer ${MOLTBOOK_API_KEY}' \\\n -H 'Content-Type: application/json' \\\n -d '${JSON.stringify(paylovendor-hostquoted -
low Dangerous commands
cmd-cron-mentionSKILL.md:61Mentions editing / listing crontab (quoted — discussed, not commanded)Adjust your OpenClaw cron jobs (see `crontab -e` or `openclaw cron`) to match:
quoted
Files scanned: 18. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
frontmatter-yamlSKILL.md: the frontmatter is not valid YAML (YAML parse error: Nested mappings are not allowed in compact mappings at line 2, column 14: description: Complete agentic dance engineering system for Krump: automated pos… ^ ); fields were read line by line. The usual cause is a colon inside an unquoted value - warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - warning
missing-refreference to a missing file: scripts/tools/pre-commit-security - warning
missing-refreference to a missing file: scripts/*.js
Process rating: all ten parameters 42/100
- 0Tools and files. 2 referenced file(s) missing: scripts/tools/pre-commit-security, scripts/*.js
- 0Result and completion. Does not say what the result is
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 10 mutating operations with no state check
- 40Consistency. Frontmatter name (dance-agentic-engineer) differs from the folder (dancetech)
- 60Failures and branches. 2 branches
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Steps. 84 steps
- 100Execution cost. Instruction body is 2931 tokens
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 15 top-level sections: this looks like several domains in one skill
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
- -32 of 10 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 390: enough signal without eating the budget
- +4Structure: 33 headings
- +3Step-by-step instructions: 84 items
- +4Has examples (8 code blocks)
- +4Reference files are cited in the instructions (1 of 1)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 54.