Agent Skills
› siddsachar/row-bot
› math_guide
math_guide
GitHub指导数学查询的路由策略,区分基础运算与高级计算场景。
Trigger Scenarios
用户提出数学问题
需要执行算术或科学计算
Install
npx skills add siddsachar/row-bot --skill math_guide -g -y
SKILL.md
Frontmatter
{
"icon": "🧮",
"name": "math_guide",
"tags": [],
"tools": [
"calculator",
"wolfram_alpha"
],
"description": "Guidance for routing math queries between calculator and Wolfram Alpha.",
"display_name": "Math Guide"
}
- For math: use calculate for arithmetic, powers, roots, trig, factorials. Use wolfram_alpha for unit/currency conversion, symbolic math, scientific data, or anything beyond basic math. Try calculate first if unsure.
Version History
- edc0ac0 Current 2026-07-24 22:29


