active/tool/SKILL.md
Install or document local command-line tools end to end.
npx skillsauth add kevinslin/skills toolInstall 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.
Handle local tool onboarding in one pass: either install the tool with the best available package manager for the host and verify it, or document the tool without installing it, then use the schemas skill to initialize and update the schema-defined Dendron note set rooted at [[<prefix>.<name>]] with concise install and usage guidance.
Require the user to choose the root prefix explicitly. The only valid prefixes are vpkg and pkg. If the request does not specify one, ask which prefix to use before creating or updating notes.
When documenting or refreshing tool notes, always research the tool on the internet instead of relying on internal knowledge alone. Find the authoritative sources first and prefer the official GitHub repo and official docs/manual. Keep package-wide links in the root note's Resources section, but when the research is self-contained to a topic, reference, or API note, keep those links in the current note instead of pushing everything up to the root.
Primary trigger:
$tool install <prefix> <name>
<prefix> must be either vpkg or pkg.
Also use this workflow for equivalent requests such as:
Primary trigger:
$tool document <prefix> <name>
<prefix> must be either vpkg or pkg.
Also use this workflow for equivalent requests such as:
<prefix> must come from the user and must be either vpkg or pkg. Do not guess or silently default.../schemas/SKILL.md for the tool schema.schemas as the source of truth for note paths, required files, optional namespaces, templates, insertion routing, and materialization.last_refreshed and last_refreshed_by in frontmatter along with the note content you changed.Resources.Resources for shared package-wide links.api notes, treat the official GitHub repo and source code as authoritative. Official docs may help, but public interfaces are defined by the source.~/code/vendor and inspect the source to document the public interfaces accurately.For:
$tool install vpkg delta
the expected flow is:
git-delta.delta with command -v delta and delta --version.../schemas/SKILL.md to materialize missing tool schema notes for vpkg.delta.dendron skill to update the materialized notes from verified local behavior and official sources.For a pkg request, mirror the exact same flow with pkg as the root prefix instead of vpkg.
development
Generate incremental Slack digests for channels, topics, and categories.
testing
Audit an OpenClaw maturity-scorecard surface into an evidence-backed component score report. Use when given a surface from an OpenClaw maturity-scorecard.md and asked to score coverage, quality, readiness, or generate a detailed surface report plus per-component subreports.
tools
Turn an existing concrete spec into a reusable generic spec template. Use when asked to create a generic spec, template spec, reusable implementation template, or generalized version of a spec from a specific implementation such as one plugin, channel, integration, feature, or PR.
data-ai
Trace how something works with an investigator subagent and a skeptical reviewer subagent.