← Back to Skills Marketplace
Weathernow
by
BytesAgain2
· GitHub ↗
· v2.0.2
· MIT-0
186
Downloads
0
Stars
2
Active Installs
3
Versions
Install in OpenClaw
/install weathernow
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Weathernow concepts, best practices, and implementation patterns.
Usage Guidance
This skill appears to be a simple local reference/help tool and is internally consistent with that purpose. Before installing, note the small version mismatch (SKILL.md 2.0.2 vs script 2.0.1) and verify you are comfortable with the included script being available to the agent (it only prints static docs and does not perform network or file operations). If you require extra assurance, review the script contents yourself; otherwise this skill is low-risk and coherent with its description.
Capability Analysis
Type: OpenClaw Skill
Name: weathernow
Version: 2.0.2
The 'weathernow' skill is a documentation reference tool that provides static information about development patterns and best practices. The shell script (scripts/script.sh) only outputs plain-text documentation via heredocs and contains no network calls, file system modifications, or attempts to access sensitive environment data.
Capability Assessment
Purpose & Capability
Name and description (devtools reference) align with the included script and SKILL.md. The script and docs only provide static reference text and help commands. Minor inconsistency: SKILL.md says version 2.0.2 while scripts/script.sh sets VERSION="2.0.1" — this appears to be a bookkeeping/version mismatch but does not change behavior.
Instruction Scope
SKILL.md instructs the agent to provide plain-text reference docs (heredocs). The bundled script implements those commands and does not read environment variables, contact network endpoints, or read arbitrary files. It only uses local cat/echo/standard shell behavior to print documentation.
Install Mechanism
There is no install specification and no downloads; the skill is instruction-only in the registry metadata but does include a local script file. Nothing is written to disk by an installer and there are no external packages or archives fetched.
Credentials
The skill declares no required environment variables, credentials, or config paths and the script does not reference any secrets or external service tokens. The requested access is minimal and proportional to a static reference tool.
Persistence & Privilege
The skill is not forced-always and is user-invocable; it does not modify other skills or system-wide configuration. Autonomous invocation is allowed by platform default but, given the skill's limited scope, this does not meaningfully increase risk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weathernow - After installation, invoke the skill by name or use
/weathernow - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
Fix description
v2.0.1
Clean package with matching SKILL.md
v2.0.0
Domain-specific upgrade
Metadata
Frequently Asked Questions
What is Weathernow?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Weathernow concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 186 downloads so far.
How do I install Weathernow?
Run "/install weathernow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weathernow free?
Yes, Weathernow is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weathernow support?
Weathernow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weathernow?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.2.
More Skills