← Back to Skills Marketplace
cat-xierluo

Skill Lint

by xierluo · GitHub ↗ · v1.3.0 · MIT-0
cross-platform ✓ Security Clean
209
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install skill-lint
Description
Skill 格式审查工具,基于 SKILL-DEV-GUIDE.md 规范对技能进行合规性审计。本技能应在用户需要审查 skill 格式合规性、检查文档与代码一致性、识别冗余内容、生成技能审计报告时使用。不要用于:代码审查、功能测试、非 skill 项目。
Usage Guidance
This skill appears coherent and low-risk: it will read files under whatever skill-path you give it and produce a structured audit. Before running it (especially if you let the agent invoke it autonomously), only point it at repositories you trust or isolated copies, since the agent will read all files in that path. Because it is instruction-only, there is no bundled executable or external install to review; the main risk is inadvertent disclosure of sensitive files if you supply a path that contains secrets.
Capability Analysis
Type: OpenClaw Skill Name: skill-lint Version: 1.3.0 The skill-lint bundle is a legitimate utility designed to audit other OpenClaw skills for formatting compliance and basic security best practices. The instructions in SKILL.md and references/skill-standards.md guide the AI agent to perform read-only operations (globbing and reading files) to verify directory structures, metadata, and the absence of hardcoded secrets or dangerous commands (e.g., rm -rf /). There is no evidence of malicious intent, data exfiltration, or unauthorized command execution.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
Name/description (skill-lint) match the runtime instructions: steps describe scanning a skill directory, parsing frontmatter, checking file references, and generating a report. There are no unexpected environment variables, binaries, or unrelated capabilities requested.
Instruction Scope
Instructions explicitly tell the agent to glob and read files within the target skill path (SKILL.md, references, scripts, etc.) which is appropriate for a linter. Note: the skill requires the agent to be able to read all files under whatever path the user supplies — ensure you only provide paths you authorize.
Install Mechanism
Instruction-only skill with no install spec and no code files. This minimizes disk-write and supply-chain risk.
Credentials
No environment variables, credentials, or config paths are requested. The included standards explicitly forbid reading ~/.env or hard-coded API keys, which aligns with the linter's purpose.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges or modify other skills' configs. Autonomous invocation is allowed by platform default but does not by itself increase risk here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-lint
  3. After installation, invoke the skill by name or use /skill-lint
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.0
Skill格式审查工具更新至v1.3.0,增强合规性审计能力
v1.0.0
Skill 格式审查工具
Metadata
Slug skill-lint
Version 1.3.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is Skill Lint?

Skill 格式审查工具,基于 SKILL-DEV-GUIDE.md 规范对技能进行合规性审计。本技能应在用户需要审查 skill 格式合规性、检查文档与代码一致性、识别冗余内容、生成技能审计报告时使用。不要用于:代码审查、功能测试、非 skill 项目。 It is an AI Agent Skill for Claude Code / OpenClaw, with 209 downloads so far.

How do I install Skill Lint?

Run "/install skill-lint" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill Lint free?

Yes, Skill Lint is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skill Lint support?

Skill Lint is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Lint?

It is built and maintained by xierluo (@cat-xierluo); the current version is v1.3.0.

💬 Comments