Install
openclaw skills install wProvides weather info, word learning, Wikipedia search, writing help, workout plans, web search, weight tracking, and hydration reminders.
openclaw skills install wname: 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."
A comprehensive skill pack starting with 'w', offering multiple useful functions with actual implementation:
w.get_weather("location")w.get_weather("Beijing")w.learn_word("word")w.learn_word("python")w.search_wiki("query")w.search_wiki("Artificial Intelligence")w.writing_help("prompt")w.writing_help("How to write a good essay")w.create_workout_plan("goal", duration)w.create_workout_plan("weight loss", 8)w.web_search("query")w.web_search("latest technology trends")w.track_weight(weight, date)w.track_weight(70)w.get_weight_log() to view all weight entriesw.set_water_reminder(interval)w.set_water_reminder(60)w = WSkillPack()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.