← Back to Skills Marketplace
xueyetianya

Climate

by bytesagain4 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
285
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install climate
Description
Climate - command-line tool for everyday use Use when you need climate.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install climate
  3. After installation, invoke the skill by name or use /climate
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug climate
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Climate?

Climate - command-line tool for everyday use Use when you need climate. It is an AI Agent Skill for Claude Code / OpenClaw, with 285 downloads so far.

How do I install Climate?

Run "/install climate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Climate free?

Yes, Climate is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Climate support?

Climate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Climate?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.0.

💬 Comments