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/java-ai-applications-development-from-api-to-agents
最近来源活动
2026年4月28日 13:09
检测到的 SKILL.md 语言
英语
星标
6
分支
18

安装方式

默认使用会先检查来源的 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 查看