Agent Skills
› siddsachar/row-bot
› math_guide
math_guide
GitHub指导数学查询的路由策略,区分基础运算使用计算器,复杂符号计算或单位转换使用 Wolfram Alpha。
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


