c-weather
について
c-weatherは、wttr.inサービスを利用したcurlコマンドで天気予報と現在の気象状況を提供し、APIキーを必要としません。位置情報の自動検出、特定の都市のクエリ、コンパクトな一行表示、詳細表示、JSON形式など複数の出力フォーマットに対応しています。開発者はターミナルから直接迅速に天気情報を確認したり、スクリプトに気象データを統合したりするために利用できます。
クイックインストール
Claude Code
推奨npx skills add daxaur/openpaw -a claude-code/plugin add https://github.com/daxaur/openpawgit clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-weatherこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Weather — Forecasts & Conditions
Get weather information using curl and wttr.in. No API key required, no tool to install.
Commands
# Current weather (auto-detects location)
curl -s "wttr.in?format=3"
# Detailed current conditions
curl -s "wttr.in?format=%l:+%c+%t+%h+%w+%p"
# Full forecast (today + 2 days)
curl -s "wttr.in"
# Specific city
curl -s "wttr.in/London"
curl -s "wttr.in/New+York"
curl -s "wttr.in/Tokyo"
# Compact one-line
curl -s "wttr.in/Paris?format=%l:+%c+%t+(feels+like+%f)+%h+humidity+%w+wind"
# Today only
curl -s "wttr.in/Berlin?1"
# JSON output for parsing
curl -s "wttr.in/London?format=j1"
# Moon phase
curl -s "wttr.in/Moon"
Format Codes
| Code | Meaning |
|---|---|
%c | Weather icon |
%t | Temperature |
%f | Feels like |
%h | Humidity |
%w | Wind |
%p | Precipitation |
%l | Location |
%S | Sunrise |
%s | Sunset |
Guidelines
- Default to the user's location (check memory/SOUL.md for city)
- Use compact format (
format=3) for quick checks - Use full output for detailed forecasts
- If the user asks about weather, always provide temperature and conditions
- Mention "feels like" temperature when it differs significantly
GitHub リポジトリ
関連スキル
qmd
開発qmdは、BM25、ベクトル埋め込み、およびリランキングを組み合わせたハイブリッド検索を用いて、ローカルファイルのインデックス作成と検索を可能にするローカル検索・インデックス作成CLIツールです。コマンドラインでの使用と、Claudeとの統合のためのMCP(Model Context Protocol)モードの両方をサポートしています。このツールは埋め込みにOllamaを使用し、インデックスをローカルに保存するため、ターミナルから直接ドキュメントやコードベースを検索するのに最適です。
subagent-driven-development
開発このスキルは、各独立したタスクに対して新規のサブエージェントを起動し、タスク間でコードレビューを実施しながら実装計画を実行します。レビュープロセスを通じて品質基準を維持しつつ、迅速な反復を可能にします。同一セッション内で主に独立したタスクに取り組む際に本スキルをご利用いただくことで、組み込まれた品質チェックを伴う継続的な進捗を確保できます。
mcporter
開発mcporterスキルは、開発者がClaudeから直接Model Context Protocol(MCP)サーバーを管理および呼び出せるようにします。このスキルは、利用可能なサーバーの一覧表示、引数を指定したツールの呼び出し、認証およびデーモンのライフサイクル管理を行うコマンドを提供します。開発ワークフローにおいてMCPサーバーの機能を統合およびテストする際に、このスキルをご利用ください。
adk-deployment-specialist
開発このスキルは、A2Aプロトコルを使用してVertex AI ADKエージェントをデプロイおよびオーケストレーションし、AgentCardの発見、タスク送信、およびコード実行サンドボックスやメモリバンクなどのサポートツールを管理します。Python、Java、またはGoで、順次、並列、またはループのオーケストレーションパターンを用いたマルチエージェントシステムの構築を可能にします。Google Cloud上でADKエージェントのデプロイやエージェントワークフローのオーケストレーションを求められた際にご利用ください。
