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.).

Ir para a instalação

Informações da origem

Repositório
epam/js-ai-applications-development-from-api-to-agents
Última atividade na origem
28 de abril de 2026 às 09:46
Idioma detectado do SKILL.md
inglês
Estrelas
7
Forks
8

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
2 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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.js — 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: node /skills/calculator/scripts/calculate.js "<expression>" ## Supported Operations List all supported operations (read calculate.js 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 -->
Ver no GitHub