π¦ ClawHub
Wolfram Alpha (LLM API)
by @firefrog-pepe
Delegate precise, formalizable computations and factual lookups to Wolfram|Alpha via its LLM API (HTTP) to get verified results and reduce arithmetic/modelin...
π‘ Examples
Run:
# default: cache ON (7d), auth via bearer header (keeps AppID out of URL)
python3 skills/wolfram-alpha-llm/scripts/wa_llm.py \
--input "solve x^2 + 3x + 2 = 0"
TERMINAL
clawhub install wolfram-alpha-llm