← 返回 Skills 市场
xueyetianya

Climate

作者 bytesagain4 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
285
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install climate
功能描述
Climate - command-line tool for everyday use Use when you need climate.
使用说明 (SKILL.md)

Climate

Climate data toolkit — temperature trends, carbon tracking, weather patterns, and reports.

Commands

Command Description
climate help Show usage info
climate run Run main task
climate status Check state
climate list List items
climate add \x3Citem> Add item
climate export \x3Cfmt> Export data

Usage

climate help
climate run
climate status

Examples

climate help
climate run
climate export json

Output

Results go to stdout. Save with climate run > output.txt.

Configuration

Set CLIMATE_DIR to change data directory. Default: ~/.local/share/climate/


Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback

Features

  • Simple command-line interface for quick access
  • Local data storage with JSON/CSV export
  • History tracking and activity logs
  • Search across all entries
  • Status monitoring and health checks
  • No external dependencies required

Quick Start

# Check status
climate status

# View help and available commands
climate help

# View statistics
climate stats

# Export your data
climate export json

How It Works

Climate stores all data locally in ~/.local/share/climate/. Each command logs activity with timestamps for full traceability. Use stats to see a summary, or export to back up your data in JSON, CSV, or plain text format.

Support

Powered by BytesAgain | bytesagain.com

安全使用建议
This skill appears to be what it claims: a local CLI that logs activity and can export local data. Before installing or running it: (1) review and accept that data is stored unencrypted under ~/.local/share/climate (check and set filesystem permissions if needed); (2) note the SKILL.md vs script mismatch—CLIMATE_DIR is advertised but not honored by the script; (3) the script has minor bugs (history format vs parsing) that can affect stats/last-activity reporting—consider fixing those if you rely on accurate reporting; (4) there's no network activity or credential access, which limits risk, but you should still inspect the included script yourself and back up any important files before use. If you need the ability to relocate the data directory or want stronger privacy (encryption), ask the author or modify the script to honor CLIMATE_DIR and to store data with the desired protections.
功能分析
Type: OpenClaw Skill Name: climate Version: 2.0.0 The 'climate' skill is a simple command-line logging utility that records user-provided inputs into local text files within the ~/.local/share/climate/ directory. Analysis of scripts/script.sh and SKILL.md shows no evidence of data exfiltration, network requests, or malicious execution; the tool functions entirely as a local data tracker. While the script contains minor logic errors (duplicate case handlers for 'export' and 'status'), it lacks any high-risk behaviors or prompt-injection attempts.
能力评估
Purpose & Capability
The name/description (local climate CLI, logging, export) matches the delivered code: the script implements commands for run/check/export/stats/etc and stores data in ~/.local/share/climate. There are no unexpected external services, binaries, or credential requirements.
Instruction Scope
SKILL.md claims you can set CLIMATE_DIR to change the data directory, but the script hardcodes DATA_DIR from HOME and does not read CLIMATE_DIR. There are also small internal inconsistencies (e.g., _log writes timestamps with a space/colon format, but some status code attempts to cut fields using '|' separators). These are bugs/scope mismatches rather than malicious behavior, but they mean the runtime behavior may not match the documentation.
Install Mechanism
No install spec (instruction-only) and a single shell script included. No downloads, package installs, or external installers — this is low-risk from an install mechanism perspective.
Credentials
The skill declares no required environment variables or credentials. SKILL.md references CLIMATE_DIR as configurable, but the shipped script ignores it — a documentation/implementation mismatch. Otherwise there are no unexpected env or credential accesses.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and only reads/writes files under a per-user data directory (~/.local/share/climate). It does not add persistent privileged behavior beyond its own files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install climate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /climate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.2
retry-fix-token
v1.0.1
old template -> domain-specific v2.0.0
v1.0.0
Initial release
元数据
Slug climate
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Climate 是什么?

Climate - command-line tool for everyday use Use when you need climate. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 285 次。

如何安装 Climate?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install climate」即可一键安装,无需额外配置。

Climate 是免费的吗?

是的,Climate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Climate 支持哪些平台?

Climate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Climate?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.0。

💬 留言讨论