Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

calctoolcalctool 搜索

Agent Skill

calctool 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,408

周安装

392

GitHub Stars

公开资料未说明

下载量

3,136
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:calctool(calctool 搜索)
来源仓库:https://github.com/ckchzh/calctool
安装命令:
openclaw skills install calctool
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install calctool

简介

从终端执行基本、科学和财务计算,适合快速数学运算和单位转换。

  • 适用于 OpenClaw 环境中需要实时数值处理的任务场景。
  • 支持利息计算、单位换算等常见运算需求。calctool 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 可通过 clawhub 安装并调用,需确认 API 权限与数据访问限制。
  • 使用前应核实模型输出准确性及是否依赖外部服务。

SKILL.md

name
CalcTool
description
Perform basic, scientific, and financial calculations from the terminal. Use when computing interest, converting units, or solving quick math.
version
2.0.0
author
BytesAgain
homepage
https://bytesagain.com
source
https://github.com/bytesagain/ai-skills
tags
["calculator","math","arithmetic","scientific","convert","finance","utility"]
categories
["Utility", "Productivity"]

CalcTool

Utility toolkit — run, check, convert, analyze, generate, preview, batch, compare, and manage data entries. Each command logs input with timestamps for full traceability and review.

Commands

CommandDescription
calctool run <input>Log a run entry (no args = view recent runs)
calctool check <input>Log a check entry (no args = view recent checks)
calctool convert <input>Log a convert entry (no args = view recent converts)
calctool analyze <input>Log an analyze entry (no args = view recent analyses)
calctool generate <input>Log a generate entry (no args = view recent generates)
calctool preview <input>Log a preview entry (no args = view recent previews)
calctool batch <input>Log a batch entry (no args = view recent batches)
calctool compare <input>Log a compare entry (no args = view recent compares)
calctool export <input>Log an export entry (no args = view recent exports)
calctool config <input>Log a config entry (no args = view recent configs)
calctool status <input>Log a status entry (no args = view recent statuses)
calctool report <input>Log a report entry (no args = view recent reports)
calctool statsSummary statistics — entry counts per category, total, data size
calctool search <term>Search across all log entries
calctool recentShow last 20 history entries
calctool helpShow usage info
calctool versionShow version string
Note: The export and status commands in the case dispatch also have utility variants (_export <fmt> and _status) that provide structured export (json/csv/txt) and health check output respectively. However, the primary case match routes to the logging version.

Data Storage

All data is stored locally in ~/.local/share/calctool/. Each command writes to its own .log file (e.g., run.log, check.log, analyze.log). A unified history.log records every action with timestamps. No external services or databases required.

Log format: YYYY-MM-DD HH:MM|<value>

Export formats: JSON, CSV, or plain text (via the _export helper function).

Requirements

  • bash (version 4+ recommended)
  • Standard POSIX utilities: date, wc, du, grep, tail, head, cat
  • No external dependencies, no network access needed
  • Works on Linux, macOS, and WSL

When to Use

  1. Logging calculation results — Record computations, conversions, or analysis results with run, convert, or analyze for future reference
  2. Batch processing and comparison — Log batch operations with batch and side-by-side comparisons with compare
  3. Generating and previewing outputs — Use generate to log generated results and preview to log draft outputs before finalizing
  4. Configuration and status tracking — Record configuration changes with config and system states with status for audit trails
  5. Reporting and data export — Create report entries for periodic summaries and use stats or search to review all logged data

Examples

# Log a calculation run
calctool run "2 * (3 + 4) / 5 = 2.8"

# Log a unit conversion
calctool convert "100 USD to CNY = 725.30"

# Log an analysis result
calctool analyze "Dataset A: mean=45.2, std=12.1, n=500"

# Compare two results
calctool compare "Plan A: $12,000/yr vs Plan B: $10,800/yr — B saves 10%"

# Generate a report entry
calctool report "Q1 2026 summary: 142 entries, 98% accuracy"

# Search for specific entries
calctool search "USD"

# View summary statistics
calctool stats

# View recent activity
calctool recent

# Check health status
calctool status

How It Works

CalcTool stores all data locally in ~/.local/share/calctool/. Each command logs activity with timestamps for full traceability. Use stats to see a summary of entries per category with total counts and data size. Use search to find specific entries across all logs, recent to view the latest activity, or the built-in export helper to back up your data in JSON, CSV, or plain text format.


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

97.84%
按下载量换算3,068

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install calctool 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills