用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill weather命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use this skill to create a Polymarket wallet for your agent and trade on prediction markets. Browse markets, place bets, manage positions — all without exposing private keys.
ClawSec suite manager with embedded advisory-feed monitoring, cryptographic signature verification, approval-gated malicious-skill response, and guided setup for additional security skills.
Automated daily security audits for OpenClaw agents with email reporting. Runs deep audits and sends formatted reports.
正在显示 SKILL.md
基于 SOC 职业分类
| name | weather |
| description | 查询全球任何城市的当前天气情况。当用户询问天气、查询城市温度、了解气象状况时使用此技能。支持中文、英文、拼音输入,自动匹配最佳位置。默认查询北京。 |
| argument-hint | [城市名] |
| allowed-tools | Bash |
查询指定城市的当前天气信息,包括温度、天气状况、风速、风向等。
执行天气查询:
printf '%s\n' "$ARGUMENTS" | python3 "scripts/weather.py"
参数处理:
输出解析:脚本返回格式化的天气信息,提取核心数据呈现给用户。
查询北京天气 → 自动触发,查询北京/weather 上海 → 查询上海天气纽约温度多少 → 查询纽约天气London weather → 查询伦敦天气脚本自动处理城市名匹配和地理编码,优先匹配知名城市。