agentsclimarketplace

Simple math

Skill cisco-ai-defense/skill-scanner/evals/skills/safe-skills/simple-math

Perform basic arithmetic operations safely using standard operators without eval or execFrom its SKILL.md

Install
npx -y skills add cisco-ai-defense/skill-scanner --skill simple-math

Assembled 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.5 KB, 82 tokens by cl100k_base, as published. Nobody here has run it

Simple Math Skill

Performs basic arithmetic operations safely.

Features

  • Addition, subtraction, multiplication, division
  • No eval() or exec()
  • Input validation
  • Safe implementation

Usage

When user requests calculations, use standard Python operators.

Example

User: "What's 25 + 17?" Agent: uses simple-math skill The result is 42.

What ships with it: 2 files

1.5 KB alongside SKILL.md, 1 of them executable

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.