← 返回 Skills 市场
96
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install w
功能描述
Provides weather info, word learning, Wikipedia search, writing help, workout plans, web search, weight tracking, and hydration reminders.
安全使用建议
This skill's behavior largely matches its description and only makes normal HTTP requests to public APIs, but it refers to API keys while not declaring any required credentials. Before installing: (1) confirm how the skill expects you to provide API keys — ideally via platform environment variables rather than editing source code; (2) avoid pasting secrets into free‑text fields or public code — prefer platform-provided secret storage; (3) if you need Google/OpenWeather keys, add them via the agent's supported secure env var mechanism or ask the author to update the skill to read declared env vars; (4) review the source (main.py) yourself if you will supply keys, and run the skill in a sandbox if you’re unsure. The code has no other obvious exfiltration or persistence behavior, but the missing credential declarations are a transparency issue that should be resolved before trusting the skill with API keys.
功能分析
Type: OpenClaw Skill
Name: w
Version: 1.0.0
The 'w' skill pack provides various utility functions such as weather lookups, Wikipedia searches, and workout tracking as described in SKILL.md. The implementation in main.py uses the standard 'requests' library to interact with legitimate public APIs (Wikipedia, OpenWeatherMap, Google) and contains no evidence of data exfiltration, unauthorized execution, or malicious prompt injection.
能力评估
Purpose & Capability
The name/description list weather, word learning, wiki, writing help, workouts, web search, weight tracking, and water reminders — and the included main.py implements those features. However, the SKILL.md and code reference third‑party APIs (OpenWeatherMap, Google Custom Search) that require API keys, yet the skill metadata does not declare any required environment variables or primary credential. This mismatch is unexpected and reduces transparency.
Instruction Scope
SKILL.md instructs how to import and call functions and documents which functions need API keys. The runtime instructions and code only perform straightforward actions (HTTP requests to public APIs, in‑memory storage) and do not read unrelated system files or hidden endpoints.
Install Mechanism
No install spec is provided (instruction-only), and requirements.txt only lists the widely used 'requests' package. No downloads from unknown hosts or archive extraction are present.
Credentials
The SKILL.md explicitly states some functions require API keys (OpenWeatherMap, Google Custom Search), but the package metadata lists no required environment variables or credentials. The code embeds placeholder strings like 'YOUR_OPENWEATHER_API_KEY' instead of reading declared env vars. This is an inconsistency: users may be prompted to modify code to add keys or may not realize keys are needed, which increases the chance of insecure key handling.
Persistence & Privilege
The skill does not request persistent system presence (always is false), does not modify other skills or system configuration, and only stores user data in memory (weight logs, workout plans, reminders). There is no evidence of elevated privileges or background persistence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install w - 安装完成后,直接呼叫该 Skill 的名称或使用
/w触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the W Skill Pack, version 1.0.0.
- Includes 8 core features: weather information, word learning, wiki search, writing assistance, workout planning, web search, weight tracking, and water reminder.
- Offers clear usage examples and detailed descriptions for each function.
- Implements in-memory storage for logs and plans, with external API support where required.
- Designed as a comprehensive, easy-to-use toolkit for daily tasks starting with 'w'.
元数据
常见问题
W Skill Pack 是什么?
Provides weather info, word learning, Wikipedia search, writing help, workout plans, web search, weight tracking, and hydration reminders. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。
如何安装 W Skill Pack?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install w」即可一键安装,无需额外配置。
W Skill Pack 是免费的吗?
是的,W Skill Pack 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
W Skill Pack 支持哪些平台?
W Skill Pack 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 W Skill Pack?
由 bittao(@hgta23)开发并维护,当前版本 v1.0.0。
推荐 Skills