Simple formatter
Skill cisco-ai-defense/skill-scanner/evals/test_skills/safe/simple-formatter
Formats text according to specified style guidelines. A clean example skill with no security issues.From its SKILL.md
npx -y skills add cisco-ai-defense/skill-scanner --skill simple-formatterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.6 KB, 95 tokens by cl100k_base, as published. Nobody here has run it
Simple Text Formatter
This skill formats text according to style guidelines.
Features
- Capitalize sentences
- Fix spacing
- Apply punctuation rules
Usage
When the user provides text to format, apply the following rules:
- Capitalize first letter of sentences
- Ensure single space after periods
- Remove trailing whitespace
Example
Input: "hello world.this is a test." Output: "Hello world. This is a test."
What ships with it: 2 files
1.7 KB alongside SKILL.md, 1 of them executable
- _expected.json141 B
- formatter.pyruns1.6 KB