Weathernow

v2.0.2

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Weathernow concepts, best practices, and implementation patterns.

0· 177·2 current·2 all-time
byBytesAgain2@ckchzh

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ckchzh/weathernow.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Weathernow" (ckchzh/weathernow) from ClawHub.
Skill page: https://clawhub.ai/ckchzh/weathernow
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install weathernow

ClawHub CLI

Package manager switcher

npx clawhub@latest install weathernow
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97cb497eydjsbb7cdxh8kqs2x83h3zv
177downloads
0stars
3versions
Updated 1mo ago
v2.0.2
MIT-0

Weathernow

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Weathernow concepts, best practices, and implementation patterns. No API keys or credentials required.

Commands

CommandDescription
introintro reference
quickstartquickstart reference
patternspatterns reference
debuggingdebugging reference
performanceperformance reference
securitysecurity reference
migrationmigration reference
cheatsheetcheatsheet reference

Output Format

All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.


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

Comments

Loading comments...