SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/gebruder/wirken --skill sshコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
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
| name | ssh |
| description | SSH key management and remote connections |
| disable-model-invocation | true |
| metadata | {"wirken":{"requires":{"bins":["ssh"]}}} |
| permissions | {"tools":{"allow":["exec"]},"egress":{"mode":"deny"},"inference":{"allow":["*"]}} |
Manage SSH keys and connections.
ls -la ~/.ssh/ssh-keygen -t ed25519 -C "comment"cat ~/.ssh/id_ed25519.pubssh -T git@github.comcat ~/.ssh/configcat ~/.ssh/known_hosts | wc -lssh user@hostssh user@host "command"scp file.txt user@host:/path/scp user@host:/path/file.txt .ssh -L 8080:localhost:80 user@hostssh-add to add keys to the agentssh -v user@host for connection debugging