skills/ARCHIVE-skill-creator/SKILL.md
Bootstrap, design, and package new skills.
npx skillsauth add ariffazil/openclaw-workspace skill-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Bootstrap, design, and package new skills.
SKILL.md file..skill distributables.arifos-recursive-audit instead).080-eval-benchmark-test instead).skill-trigger-linter instead).scripts/package_skill.py to compile the folder structure into a distributable package.Before any newly drafted skill is sealed into the live meta-mesa-skill-atlas, the creator MUST classify the primary floor touch and route to the correct authority:
| Primary floor | SEAL authority | Action |
|---|---|---|
| F1 (AMANAH), F8 (GENIUS), F13 (SOVEREIGN) | 888 mandatory | Emit hold_code: F1/F8/F13. Pause. Await Arif acknowledgment. Do NOT proceed to Package without explicit "go" signal. |
| F2 (TRUTH), F4 (CLARITY), F11 (AUDIT) | Grader PASS + human sign-off | Emit human_approval_required: true. Present grading.json to human. Await explicit sign-off. |
| F5 (PEACE²), F6 (MARUAH), F7 (HUMILITY), F9 (ANTI-HANTU), F10 (ONTOLOGY) | Grader PASS → autonomous SEAL | Proceed to Step 6 without additional gate. Log the tier in telemetry. |
Floor classification rule: Use the floor_scope declared in the skill's own frontmatter. If no frontmatter, default to F2. If the skill touches multiple floors, use the highest-numbered floor as the governing tier.
Grader output requirement: The Grader must emit pass_rate ≥ 0.95 for the skill to qualify for any SEAL path. Skills with pass_rate < 0.95 → return to Step 3 (redraft).
Verification of the Grader: The Grader agent evaluates the skill against realistic test prompts and outputs grading.json. The Grader does NOT have SEAL authority. It is a quality gate, not a verdict authority. Verdict authority stays with the floor tier above.
Telemetry update: On reaching the Floor-Tier SEAL Gate, update the running telemetry:
{
"floor_tier_reached": "<F1|F2|F5>",
"sealing_authority": "<888|human|autonomous>",
"grader_pass_rate": <0.0-1.0>,
"hold_code": "<if applicable>"
}
SKILL.md) is successfully staged in the target folder.{
"skill_name": "skill-creator",
"version": "1.1.0",
"trigger_phrase": "{{trigger_phrase}}",
"selected_reason": "{{selected_reason}}",
"latency_ms": 0,
"token_in": 0,
"token_out": 0,
"commands_run": 0,
"artifacts_written": 1,
"postcondition_pass": false,
"floor_tier_reached": "{{F1|F2|F5}}",
"sealing_authority": "{{888|human|autonomous}}",
"grader_pass_rate": 0.0,
"human_approval_required": false,
"hold_code": "{{hold_code}}"
}
testing
OpenClaw edge agent bridge — operational triage, doctor, restart, and A2A bridge routing for the federation edge (Telegram surface). USE WHEN: "openclaw unhealthy", "gateway down", "edge bot not responding", "a2a bridge disconnected", "watchdog tripped", "openclaw doctor", "openclaw restart". NOT for token/security audit — use FORGE-telegram-audit.
tools
Generate images, videos, TTS, voice clone, and music via MiniMax MCP server. Use when user asks to "draw", "generate image", "create picture", "make a photo", "text to image", "image generation".
testing
Single load-bearing constitutional-judgment skill. Routes all F1–F13, verdict, hold, seal, scope, authority and floor-check calls through the live arif_judge surface. Replaces 7 overlapping predecessors (arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge).
development
MANDATORY LSP grounding gate BEFORE any code mutation on .ts, .py, .js, .tsx, .jsx files. Forces the agent to read real-time compiler diagnostics and structural project context before editing — eliminating blind guesses and anchoring every mutation in F2 (TRUTH). Routes through arifOS kernel (:8088) for centralized gate logic.