with one click
calculator
Skill for mathematical calculations
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Skill for mathematical calculations
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
This skill provides AI coding agents with the guidelines and reference material needed to contribute effectively to the Kader repository. Use this skill when writing code, fixing bugs, adding features, or making any modifications to the Kader project.
This skill provides AI coding agents with the guidelines and reference material needed to contribute effectively to the Kader repository. Use this skill when writing code, fixing bugs, adding features, or making any modifications to the Kader project.
GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.
Knowledge about pyecharts chart creation, HTML report generation, and visualization best practices
Skill for ALL greeting requests
Skill for ALL joke requests
| name | calculator |
| description | Skill for mathematical calculations |
This skill provides instructions for performing mathematical calculations.
+-*/**%Execute the calculator script with an expression:
python examples/skills/calculator/scripts/calculate.py <expression>
python examples/skills/calculator/scripts/calculate.py "2 + 2"
# Output: 4
python examples/skills/calculator/scripts/calculate.py "10 * 5"
# Output: 50
python examples/skills/calculator/scripts/calculate.py "(2 + 3) * 4"
# Output: 20