Clain version
Use ONLY when the user explicitly asks for the installed version of the `clain` CLI on this machine — e.g. "what version of clain do I have", "clain --version", "is clain installed". Do not use for any other version question, any other CLI, or any other clain subcommand.From its SKILL.md
npx -y skills add drai-inn/clain --skill clain-versionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `clain --version`.
SKILL.md
0.9 KB, 122 tokens by cl100k_base, as published. Nobody here has run it
Report the installed version of the clain CLI by invoking it directly.
Run this Bash command exactly as written, with no added flags or pipes:
clain --version
If the command succeeds, report its output to the user verbatim.
If the command fails (for example clain: command not found, or a non-zero exit), report the failure verbatim and tell the user to install clain per the project README. Do not attempt to install it, locate an alternative binary, infer the version from any other source, or substitute a value.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.