← Back to Skills Marketplace
hgta23

W Skill Pack

by bittao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
96
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install w
Description
Provides weather info, word learning, Wikipedia search, writing help, workout plans, web search, weight tracking, and hydration reminders.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install w
  3. After installation, invoke the skill by name or use /w
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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'.
Metadata
Slug w
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is W Skill Pack?

Provides weather info, word learning, Wikipedia search, writing help, workout plans, web search, weight tracking, and hydration reminders. It is an AI Agent Skill for Claude Code / OpenClaw, with 96 downloads so far.

How do I install W Skill Pack?

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

Is W Skill Pack free?

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

Which platforms does W Skill Pack support?

W Skill Pack is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created W Skill Pack?

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

💬 Comments