W Skill Pack
by @hgta23
Provides weather info, word learning, Wikipedia search, writing help, workout plans, web search, weight tracking, and hydration reminders.
clawhub install w📖 About This Skill
name: w
version: 1.0.0
description: "A comprehensive skill pack starting with 'w', offering weather查询, word learning, wiki search, writing assistant, workout plans, web search, weight management, and water reminder functions. Use when: user needs weather info, wants to learn words, search Wikipedia, get writing help, create workout plans, search the web, track weight, or set water reminders."
W Skill Pack
A comprehensive skill pack starting with 'w', offering multiple useful functions with actual implementation:
Features and Usage
1. Weather查询
w.get_weather("location")w.get_weather("Beijing")2. Word学习
w.learn_word("word")w.learn_word("python")3. Wiki搜索
w.search_wiki("query")w.search_wiki("Artificial Intelligence")4. Writing助手
w.writing_help("prompt")w.writing_help("How to write a good essay")5. Workout计划
w.create_workout_plan("goal", duration)w.create_workout_plan("weight loss", 8)6. Web搜索
w.web_search("query")w.web_search("latest technology trends")7. Weight管理
w.track_weight(weight, date)w.track_weight(70)w.get_weight_log() to view all weight entries8. Water提醒
w.set_water_reminder(interval)w.set_water_reminder(60)Implementation Details
How to Use
1. Install the skill pack
2. Import the WSkillPack class
3. Create an instance: w = WSkillPack()
4. Call the desired functions as shown in the usage examples
This skill pack is designed to be a one-stop solution for various daily needs, all starting with the letter 'w' for easy recall and recognition. It provides practical functionality that users can immediately start using after installation.