weather-query-cli
v1.0.2
Published
CLI weather query for Cursor agents — install via npm, use with bundled SKILL.md hehuang jiumi
Maintainers
Readme
agent-weather-query
Node.js CLI for weather queries, designed for Cursor Agent Skills.
Install
npm install -g agent-weather-queryOr run without global install:
npx agent-weather-query 北京Requires Node.js 18+.
Usage
weather-query 北京
weather-query "New York" --provider open-meteo --days 7
weather-query Tokyo --json
weather-query --helpCursor setup
- Install the package globally (see above).
- Copy
SKILL.mdinto Cursor skills folder:
mkdir "$env:USERPROFILE\.cursor\skills\weather-query" -Force
copy SKILL.md "$env:USERPROFILE\.cursor\skills\weather-query\SKILL.md"- Start a new Agent chat and ask: 「上海今天天气怎么样?」
Publish
npm login
npm publish --access publicData sources
- wttr.in — no API key
- Open-Meteo — no API key
License
MIT
