01
このSkillでできること
- ✓dynamic-resources拡張からスキルとして読み込まれる
- ✓リソース経由で提供されるスキルの例を示す
- ✓Piエージェント環境でスキル情報を提供する
02
使い方
01
STEP 1
dynamic-resources拡張でこのスキルをリソースとして扱う
02
STEP 2
読み込まれたスキルの説明を確認する
03
STEP 3
必要に応じてPiエージェントに内容を説明させる
03
Skillのインストール
初心者におすすめ
AIにこのSkillを追加してもらう
GitHub URLごとCodexやClaude Codeへ渡し、現在の環境に合う方法を判断してもらいます。
このGitHubリポジトリにあるSkillを確認し、現在の環境に適した方法でインストールしてください。
インストール後、正常に利用できることを確認し、基本的な使い方も簡潔に説明してください。
Repository:
https://github.com/badlogic/pi-mono手動でインストールする
README / SKILL.mdから機械抽出できたコマンドのみ表示しています。推測したコマンドではありません。
npm install --ignore-scripts # Install all dependencies without running lifecycle scripts
npm run build # Refresh model data, then build all packages
npm run build:offline # Rebuild using existing model data without network access
npm run check # Lint, format, and type check
./test.sh # Run tests (skips LLM-dependent tests without API keys)
./pi-test.sh # Run pi from sources (can be run from any directory)04
このSkillを使うプロンプト例
Skill名を明示すると、意図したSkillを使わせやすくなります。自動発動型では必須とは限りません。
dynamic-resourcesから読み込まれたスキルの役割を説明してください。出力例を見る
このスキルは、dynamic-resources拡張から読み込まれるサンプルスキルです。05
安全性チェック
自動解析による参考情報です。Skillの安全性を保証するものではありません。
外部API通信検出あり
Shellコマンド実行検出あり
ファイル読み取り明確な記述なし
ファイル書き込み明確な記述なし
ネットワークアクセス検出あり
認証情報検出あり
検出根拠を見る
- shell: ttps://rfc.earendil.com/keyword/pi/). ## Development ```bash npm install --ignore-scripts # Install all dependencies without running lifecycle script
- shell: ild script used for the official standalone binaries: ```bash VERSION=" " tar -xzf "pi-${VERSION}-source.tar.gz" cd "pi-${VERSION}" ./scripts/build-bin
- network: Google, …) To learn more about Pi: * [Visit pi.dev](https://pi.dev), the project website with demos * [Read the documentation](https://pi.dev/docs/lat
- network: project website with demos * [Read the documentation](https://pi.dev/docs/latest), but you can also ask the agent to explain itself ## All Packages |
- credential: # Run tests (skips LLM-dependent tests without API keys) ./pi-test.sh # Run pi from sources (can be run from any directory) ``` ## Buil
- credential: ystem for restricting filesystem, process, network, or credential access. By default, it runs with the permissions of the user and process that launched it
06