技能详情(站内镜像,无评论)
作者:Robert Janssen @robert-janssen
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.2
统计:⭐ 0 · 660 · 7 current installs · 7 all-time installs
⭐ 0
安装量(当前) 7
🛡 VirusTotal :良性 · OpenClaw:Error
Package:wolfram-alpha
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw:Error
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Wolfram Alpha」。简介:Perform complex mathematical calculations, physics simulations, data analysis, …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/robert-janssen/wolfram-alpha/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: wolfram-alpha
description: Perform complex mathematical calculations, physics simulations, data analysis, and scientific queries via the Wolfram|Alpha LLM API. Use this skill when you need exact answers to quantitative questions.
metadata:
{
"openclaw": {
"emoji": "🔢",
"requires": {
"bins": ["python3"],
"pip": ["requests"],
"env": ["WOLFRAM_APP_ID"]
}
}
}
---
# 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).