Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/gebruder/wirken --skill web-fetchコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | web-fetch |
| description | Fetch and extract content from URLs |
| disable-model-invocation | false |
| metadata | {"wirken":{"requires":{"bins":["curl"]}}} |
| permissions | {"tools":{"allow":["exec"]},"egress":{"mode":"deny"},"inference":{"allow":["*"]}} |
Fetch web content using curl.
curl -sL "<url>"curl -sL "<url>" | sed 's/<[^>]*>//g' | head -100curl -sI "<url>"curl -sL "<url>" (the -L flag follows redirects)curl -s "<url>" | jq .curl -sLO "<url>"curl -sL -o <filename> "<url>"curl -s -X POST -H "Content-Type: application/json" -d '{"key":"value"}' "<url>"curl -s -X POST -d "key=value" "<url>"-s (silent) to suppress progress bars-L to follow redirectshead -100 for large pages to avoid flooding outputjq for JSON responses when availableLook 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 職業分類に基づく