my skill

v1.0.0

Provides tools to review and improve SKILL.md quality based on defined standards and grading criteria.

1· 97·1 current·1 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included assets (skill-reviewer and skill-standard). The files and instructions are precisely what a SKILL.md reviewer/formatter would need; there are no unrelated environment variables, binaries, or install steps.
Instruction Scope
Runtime instructions are limited to parsing or reading the target SKILL.md (either via provided path or pasted content) and applying the review rubric. This is appropriate, but the reviewer does rely on reading user-supplied file paths—avoid passing system or secret file paths to the skill. The conditional loading of skill-standard only on C/D results is explicit and reasonable.
Install Mechanism
No install spec or code files beyond Markdown are included (instruction-only). Nothing is written to disk or downloaded by the skill itself as part of installation.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not require secrets or unrelated service tokens.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill configuration changes. Model invocation is allowed (platform default) but that is appropriate for an autonomous reviewer; no excessive privileges are requested.
Assessment
This skill appears coherent and low-risk: it only analyzes SKILL.md content and provides remediation guidance. Before using it, avoid giving it paths to system or secret files (e.g., ~/.aws/credentials, /etc/*); instead paste or provide only the SKILL.md content you want reviewed. Back up any original SKILL.md before applying automated fixes. If you plan to let agents invoke this skill autonomously, consider restricting which files or directories the agent can access to prevent accidental reading of sensitive files.

Like a lobster shell, security has layers — review code before you run it.

latestvk976c2tkha0dgxg94p8em1sffx845wwt
97downloads
1stars
1versions
Updated 2w ago
v1.0.0
MIT-0

OpenClaw Skill Quality Tools


name: skill-standard description: "Skill quality standard for OpenClaw SKILL.md. Defines description as the only trigger, three-layer progressive disclosure, six review dimensions, and grade rating A/B/C/D. Use when designing or auditing skills."

Workflow

Step 1 — Review: Load skill-reviewer to audit the target SKILL.md.

Step 2 — Conditional:

ResultAction
Grade A or BDone. SKILL.md meets standard. Do NOT load skill-standard.
Grade C or DLoad skill-standard to fix the issues.

Version: v1.0.0

Comments

Loading comments...