wolfram-alpha
通过 Wolfram|Alpha LLM API 执行复杂的数学计算、物理模拟、数据分析和科学查询。当您需要定量问题的准确答案时,请使用此技能。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~robert-janssen-wolfram-alphacURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~robert-janssen-wolfram-alpha/file -o robert-janssen-wolfram-alpha.md## 概述(中文) 通过 Wolfram|Alpha LLM API 执行复杂的数学计算、物理模拟、数据分析和科学查询。当您需要定量问题的准确答案时,请使用此技能。 ## 原文 # Wolfram|Alpha Skill This skill leverages the Wolfram|Alpha LLM API to provide accurate answers to scientific and mathematical questions. ## Usage Call the script with your query as an argument: ```bash python3 wolfram_query.py "integrate x^2 from 0 to 3" ``` ## Features - **Mathematics**: Calculus, algebra, statistics. - **Science**: Physics, chemistry, astronomy. - **Data**: Economic data, geographic facts, demographics. - **Units**: Unit conversions and currency exchange. ## Configuration Requires a `WOLFRAM_APP_ID` in the environment variables (typically set in your `.env` file).