agentsclimarketplace

Calculator

Skill khshanovskyi/custom-agent-skills/api_demo/_skills/calculator

Performs precise mathematical calculations: arithmetic, exponentiation, square roots, trigonometry, floor division, and modulo. Use when the user asks to calculate, compute, evaluate, or solve any numeric expression or math problem.From its SKILL.md

Install
npx -y skills add khshanovskyi/custom-agent-skills --skill calculator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things 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.
  • 4 stars4 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.

SKILL.md

0.9 KB, 177 tokens by cl100k_base, as published. Nobody here has run it

Calculator (With Script)

Quick Start

python /skills/calculator/scripts/calculate.java "<expression>"

Supported Operations

  • Arithmetic: +, -, *, /
  • Power: ** or ^ (both accepted)
  • Square root: sqrt(x)
  • Floor division: //, modulo: %
  • Trig: sin(x), cos(x), tan(x)
  • Constants: pi, e
  • Grouping: (2 + 3) * 4

Workflow

  1. Parse the expression from the user's question
  2. Run: python /skills/calculator/scripts/calculate.py "<expression>"
  3. Return the script output as-is
  4. On error (division by zero, bad syntax), explain what went wrong clearly

What ships with it: 1 file

1.8 KB alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 325,949. 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.