← 返回 Skills 市场
kim1903

1asd1

作者 kim1903 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
78
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aaad123
功能描述
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...
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aaad123
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aaad123 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug aaad123
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。

如何安装 1asd1?

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

1asd1 是免费的吗?

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

1asd1 支持哪些平台?

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

谁开发了 1asd1?

由 kim1903(@kim1903)开发并维护,当前版本 v1.0.0。

💬 留言讨论