backend/skills/builtin/calculus/SKILL.md
Solves calculus problems (derivatives, integrals, limits) using SymPy with step-by-step explanations.
npx skillsauth add shakilapr/math-engine calculusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill handles symbolic calculus operations.
diff, integrate, limit).import sympy as sp
def solve(problem):
"""
Solves calculus problems.
Input: problem dictionary with 'text' and 'latex'.
"""
x = sp.Symbol('x')
# logic to parse and solve
# ...
return {
"result": "...",
"steps": []
}
development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the OpenClaw voice-call plugin.
tools
Extract frames or short clips from videos using ffmpeg.