Skip to main content

calculator

# TODO: # Write a 2-3 sentence description of what this skill does and when the agent should use it. # Cover: what types of calculations it handles, what operations are supported, # and what user requests should trigger this skill (e.g. calculate, compute, evaluate, solve, etc.).

インストールへ移動

ソース情報

リポジトリ
epam/ai-applications-development-from-api-to-agents
ソースの最終更新活動
2026年3月4日 09:46
検出された SKILL.md の言語
英語
スター
81
フォーク
144

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

ファイルエクスプローラー
2 ファイル

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
calculator
description
# TODO: # Write a 2-3 sentence description of what this skill does and when the agent should use it. # Cover: what types of calculations it handles, what operations are supported, # and what user requests should trigger this skill (e.g. calculate, compute, evaluate, solve, etc.).
# Calculator Skill <!-- TODO: Fill in this SKILL.md with instructions telling the AI agent how to use the calculator skill. The script is already implemented at scripts/calculate.py — study it to understand what it does. Your SKILL.md should include the following sections: ## Quick Start Provide the shell command to run the script. Hint: the script takes an expression as a command-line argument: python /skills/calculator/scripts/calculate.py "<expression>" ## Supported Operations List all supported operations (read calculate.py to discover them): Arithmetic, Power / exponentiation, Square, Floor division and modulo operators, Trigonometric functions, Mathematical constants, Grouping with parentheses ## Workflow Step-by-step instructions for the agent -->
GitHubで見る