Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/gebruder/wirken --skill csv-toolsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | csv-tools |
| description | Parse and analyze CSV data |
| disable-model-invocation | false |
| permissions | {"tools":{"allow":["exec"]},"egress":{"mode":"deny"},"inference":{"allow":["*"]}} |
Work with CSV files using standard shell tools.
head -5 data.csvhead -1 data.csvwc -l data.csvcut -d',' -f1,3 data.csvawk -F',' '$3 > 100' data.csvsort -t',' -k2 -n data.csvcut -d',' -f2 data.csv | sort -ucut -d',' -f2 data.csv | sort | uniq -c | sort -rntail -n +2 data.csvnl -ba data.csvsed 's/,/\t/g' data.csv (CSV to TSV)python3 -c "
import csv, sys
reader = csv.DictReader(open('data.csv'))
for row in reader:
print(row)
" | head -10
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 職業分類に基づく