Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/gebruder/wirken --skill weatherコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Look up staff devices, assets, and locations in TeamDynamix (TDX). Given a list of names, emails, or partial identifiers, resolve each person and return the assets assigned to them with location, model, ownership type, and status. Read-only.
Security assessment of a codebase — minimal mode for runner validation
Daily fetch from a fixed public allowlist; score against the user's interests file; cluster into themes; push the digest to the configured channel
SOC 職業分類に基づく
SKILL.md を表示中
| name | weather |
| description | Get current weather and forecasts |
| disable-model-invocation | false |
| metadata | {"wirken":{"requires":{"bins":["curl"]}}} |
| permissions | {"tools":{"allow":["exec"]},"egress":{"mode":"deny"},"inference":{"allow":["*"]}} |
Get weather information using wttr.in.
curl -s "wttr.in/CityName?format=3"curl -s "wttr.in/CityName"curl -s "wttr.in/CityName?format=%l:+%c+%t+%w+%h"curl -s "wttr.in/Moon"Replace spaces in city names with + (e.g., New+York).
For JSON output: curl -s "wttr.in/CityName?format=j1"