mit einem Klick
calculator
计算器,执行数学计算
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
计算器,执行数学计算
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
浏览器自动化操作 - 打开网页、截图、提取内容、填表等
文员办公助手 - 文档处理、表格操作、格式转换、内容整理等
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
打开浏览器访问网页
文件读写操作,支持创建、读取、写入、删除文件
Process, optimize, and manage images with web optimization, color management, platform specs, and e-commerce standards.
| name | calculator |
| description | 计算器,执行数学计算 |
| when_to_use | 计算 算术 数学 加减乘除 calculator |
| metadata | {"openclaw":{"requires":{"bins":["bc","python"]}}} |
执行数学计算。
✅ USE this skill when:
echo "2+2" | bc
echo "scale=2; 100/3" | bc
python3 -c "print(2**10)"
python3 -c "import math; print(math.sqrt(2))"
"计算 123 乘以 456"
echo "123*456" | bc
"100 除以 3 保留两位小数"
echo "scale=2; 100/3" | bc