← Back to Skills Marketplace
kim1903

1asd1

by kim1903 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
78
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aaad123
Description
Get current weather, multi-day forecasts, clothing index, and feels-like temperature. No API key required. Use when a user wants to: (1) Check current weathe...
README (SKILL.md)

Weather Plus

Weather, forecasts, clothing index & feels-like temperature. No API key needed. 0.001 USDT/call.

Commands

Command Script Description
weather scripts/weather.py Current weather + feels-like
forecast scripts/forecast.py Multi-day forecast (up to 7 days)
clothing scripts/clothing.py Clothing/dressing index + recommendations
billing scripts/billing.py SkillPay charge/balance/payment

Workflow

1. Billing:   python3 scripts/billing.py --charge --user-id \x3Cid>
2. Weather:   python3 scripts/weather.py --city "Beijing"
3. Forecast:  python3 scripts/forecast.py --city "Shanghai" --days 5
4. Clothing:  python3 scripts/clothing.py --city "Chengdu"

Examples

# Current weather
python3 scripts/weather.py --city "New York"
python3 scripts/weather.py --city "成都"

# Multi-day forecast
python3 scripts/forecast.py --city "Tokyo" --days 7

# Clothing index
python3 scripts/clothing.py --city "Beijing"
python3 scripts/clothing.py --city "London"

Config

Env Var Required Description
SKILLPAY_API_KEY Yes SkillPay.me API key

References

See references/clothing-index.md for dressing recommendation methodology.

Usage Guidance
This skill's weather functionality uses wttr.in and appears harmless, but it also includes a billing integration (SkillPay.me) that requires you to provide SKILLPAY_API_KEY and may charge users (0.001 USDT/call). Before installing or providing any API keys: (1) Confirm the skill's true publisher and provenance (ownerId/slug/name mismatches are present). (2) Confirm you are comfortable with the monetization flow — understand when the skill will call billing.py and whether your users will be charged. (3) Do not paste your SKILLPAY_API_KEY into an environment accessible to untrusted code unless you verify the payment provider and skill owner. (4) If you need only weather data, consider using a skill that does not include billing or ask the author to supply a version without billing code. If you want higher assurance, request the maintainer to fix the metadata to declare SKILLPAY_API_KEY explicitly and to explain the billing workflow and owner identity.
Capability Analysis
Type: OpenClaw Skill Name: aaad123 Version: 1.0.0 The skill bundle provides weather forecasts and clothing recommendations by fetching data from the public wttr.in service. It includes a transparent monetization layer via SkillPay.me, documented in SKILL.md and implemented in scripts/billing.py, which requires a user-provided API key to function. The code uses standard libraries (urllib) for network requests, correctly sanitizes inputs for URL construction, and shows no signs of malicious intent, data exfiltration, or prompt injection.
Capability Tags
cryptocan-make-purchasesrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill claims 'No API key required' for weather data (which is true for wttr.in), but the SKILL.md and billing script require a SKILLPAY_API_KEY for monetization. Registry metadata lists no required env vars or primary credential, yet runtime instructions demand an API key. File/owner/slug/name mismatches exist (_meta.json, registry ownerId/slug, and SKILL.md names differ), which is incoherent with a single-author, single-purpose skill.
Instruction Scope
SKILL.md directs the agent to run a billing step (scripts/billing.py --charge --user-id <id>) before or alongside weather calls; that sends data to https://skillpay.me and requires an API key. Aside from contacting wttr.in for weather and skillpay.me for billing, the scripts do not read arbitrary local files or other environment variables. The surprising instruction to actively charge a user is outside a minimal 'weather' skill's scope and should be made explicit to end users/administrators.
Install Mechanism
There is no install spec or remote download; the skill is instruction-only with included Python scripts. No external archives, package installs, or unusual install locations are used.
Credentials
The code legitimately uses a single env var SKILLPAY_API_KEY for billing, which is proportional to the billing feature. However, the top-level skill metadata declares no required env vars while SKILL.md marks SKILLPAY_API_KEY as required. This mismatch obscures the secret access being requested and may trick users into supplying an API key without realizing it's required.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and makes no attempt to persist beyond its scripts. Autonomous invocation remains enabled (default) but is not combined with broad privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aaad123
  3. After installation, invoke the skill by name or use /aaad123
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Weather Plus skill - Get current weather, multi-day forecasts (up to 7 days), and feels-like temperature for any city worldwide - Provides clothing index and dressing recommendations based on weather - No external API key required; integrates billing via SkillPay.me at 0.001 USDT per call - Includes command line scripts for weather, forecast, clothing recommendations, and billing management
Metadata
Slug aaad123
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 1asd1?

Get current weather, multi-day forecasts, clothing index, and feels-like temperature. No API key required. Use when a user wants to: (1) Check current weathe... It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.

How do I install 1asd1?

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

Is 1asd1 free?

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

Which platforms does 1asd1 support?

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

Who created 1asd1?

It is built and maintained by kim1903 (@kim1903); the current version is v1.0.0.

💬 Comments