← 返回 Skills 市场
452
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install nini-markdown-lint
功能描述
Use this skill immediately when the user needs to: set up markdownlint-cli2 and pre-commit hooks in a repository, fix or batch-repair markdownlint errors lik...
安全使用建议
This skill appears to do exactly what it says: lint and optionally fix markdown in a repository and add a pre-commit hook that rejects horizontal rules outside YAML frontmatter. Before installing: review the included scripts (scripts/check-horizontal-rules.sh) yourself to confirm you’re comfortable with the automated edits (it rewrites files by creating a .tmp and moving it), run it on a branch or backup so you can review changes, and note the pre-commit config points to a specific markdownlint-cli2 rev (run pre-commit autoupdate to get the latest). If you use Windows, run the shell parts in WSL/Git Bash. The skill does not request credentials or network exfiltration, but as with any repo-modifying tool, inspect scripts and test in a safe environment first.
功能分析
Type: OpenClaw Skill
Name: nini-markdown-lint
Version: 0.3.0
The skill is a utility for configuring markdown linting and pre-commit hooks. It includes a shell script (scripts/check-horizontal-rules.sh) and awk commands in SKILL.md designed to identify and remove horizontal rules while preserving YAML frontmatter. The logic is transparent, lacks obfuscation, and contains no indicators of malicious intent such as data exfiltration or unauthorized network access.
能力评估
Purpose & Capability
The name/description (markdown linting, pre-commit hook, removing horizontal rules) matches the requested binaries (markdownlint-cli2, pre-commit) and the included script. All required tools and actions are appropriate for repository linting and automated fixes.
Instruction Scope
SKILL.md instructs repository-local operations: creating .markdownlint.json, installing pre-commit hooks, running npx markdownlint-cli2, scanning and editing markdown files with the provided shell script. The script only reads and edits repository .md files and prints violations; it does not access environment variables, external credentials, or remote endpoints beyond the expected markdownlint GitHub repo referenced in the pre-commit config.
Install Mechanism
This is instruction-only (no install spec in registry), and SKILL.md uses npx (no global install) which is appropriate. Minor inconsistency: SKILL.md metadata lists a node install entry for markdownlint-cli2, but the manifest reports no install spec — this is likely informational and not dangerous, but you may want to confirm how the agent/platform will satisfy markdownlint-cli2 (npx vs installing a package).
Credentials
The skill requires no environment variables or credentials. It asks for access to local repository files (expected for a linter) and uses only standard CLIs (node/npx, pre-commit). No secrets or unrelated service credentials are requested.
Persistence & Privilege
The skill is not set to always: true and does not request persistent agent-level privileges. It modifies repository files and installs hooks (normal for this purpose) but does not change other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nini-markdown-lint - 安装完成后,直接呼叫该 Skill 的名称或使用
/nini-markdown-lint触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.0
Release v0.3.0 — see https://github.com/niracler/skill/releases/tag/v0.3.0
v0.2.1
Release v0.2.1 — see https://github.com/niracler/skill/releases/tag/v0.2.1
v0.2.0
Release v0.2.0 — see https://github.com/niracler/skill/releases/tag/v0.2.0
v0.1.2
Release v0.1.2 — see https://github.com/niracler/skill/releases/tag/v0.1.2
v0.1.1
Release v0.1.1 — see https://github.com/niracler/skill/releases/tag/v0.1.1
v0.1.0
Initial release: markdownlint-cli2 setup, pre-commit hook integration, batch fix for monorepos
元数据
常见问题
Markdown Lint 是什么?
Use this skill immediately when the user needs to: set up markdownlint-cli2 and pre-commit hooks in a repository, fix or batch-repair markdownlint errors lik... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 452 次。
如何安装 Markdown Lint?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nini-markdown-lint」即可一键安装,无需额外配置。
Markdown Lint 是免费的吗?
是的,Markdown Lint 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Markdown Lint 支持哪些平台?
Markdown Lint 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Markdown Lint?
由 Niracler(@niracler)开发并维护,当前版本 v0.3.0。
推荐 Skills