codex-pet
あらゆる画像からカスタムCodexペットを作成
こちらからも入手できます: agentspace-so
単一の参照画像からカスタムアニメーションCodexペットスプライトシートを作成します。このスキルは、RunComfy GPT Image 2 APIとImageMagickを使用して、9つのアニメーション状態を持つピクセルアートスタイルのコンパニオンを生成します。結果をCodexペットフォルダにドロップすると、パーソナライズされたデスクトップコンパニオンとして使用できます。
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「codex-pet」を使用しています。 Create a codex pet from https://example.com/photo.jpg
期待される結果:
Generated pet 'my-pet' installed at ~/.codex/pets/my-pet/ with spritesheet.webp (1536x1872, 9 animation rows) and pet.json manifest. Restart Codex to see the new pet in your selection.
「codex-pet」を使用しています。 Make a codex pet named ninja-cat from https://example.com/cat.png with description 'A stealthy feline companion'
期待される結果:
Codex Pet 'ninja-cat' created and installed. Spritesheet includes idle, running-right, running-left, waving, jumping, failed, waiting, running, and review animation states. All cells follow required frame counts per Codex specification.
「codex-pet」を使用しています。 Adjust my-pet animation to have bigger idle movement
期待される結果:
Idle row modified: shift changed from shift:0:-1 to shift:0:-2 for stronger breathing effect. Updated spritesheet.webp written to ~/.codex/pets/my-pet/. Reload Codex to preview changes.
セキュリティ監査
中リスクThis is a legitimate Codex Pet generator that uses RunComfy CLI and ImageMagick to create animated pet spritesheets. The static analysis flagged many patterns (97 command usages, filesystem access) but these are all legitimate tool invocations. The external commands (`runcomfy run`, `magick`) use hardcoded arguments derived from skill logic, not user-controlled shell input. Network calls go only to runcomfy.net endpoints. Path traversal in PET_NAME is a low concern as writes are scoped to the ~/.codex/pets sandbox. Environment variable access is explicit and documented (RUNCOMFY_TOKEN). No credential exfiltration, no data theft patterns, no command injection vectors confirmed. Skill performs exactly what it claims: generates pet spritesheets via API + ImageMagick transforms.
中リスクの問題 (1)
低リスクの問題 (2)
リスク要因
⚙️ 外部コマンド (6)
🌐 ネットワークアクセス (2)
📁 ファイルシステムへのアクセス (2)
🔑 環境変数 (2)
品質スコア
作れるもの
パーソナルのCodexコンパニオンを作成
自分自身やペット、キャラクターの写真を撮影して、Codexデスクトップコンパニオンに変身させます。このスキルは画像をチビスタイルのピクセルアートに変換し、コードエディタの上でフロートします。
ペットスプライトシートのバッチ生成
複数のソース画像を処理して、いくつかのCodexペットを作成します。各ペットはCodexの組み込みペットと一緒にインストールされるため、チーム全員が好きなお気に入りを選択できます。
新しいペットアニメーションのプロトタイピング
ペット行のカスタムアニメーションタイミングを素早く生成してテストします。ImageMagickのマイクロトランスフォーム値を調整して、スプライトシート全体を再生成せずにアニメーションの雰囲気を調整できます。
これらのプロンプトを試す
Create a codex pet from this image: [SOURCE_IMAGE_URL]
Make me a codex pet named [PET_NAME] based on [IMAGE_URL]. Description: [PET_DESCRIPTION]
Adjust [PET_NAME] animation: change idle bob to shift:0:-2, make running cycle faster with shift:3:0
Retry generating [PET_NAME] with tighter identity preservation: emphasize [SPECIFIC_FEATURES] from original image
ベストプラクティス
- 192x208ピクセルのセルに最適てはめるため、正方形またはほぼ正方形のソース画像を使用
- クリーンなクロマキー処理のため、明確なシルエットとシンプルなカラーパレットの画像を選択
- アイデンティティの保存が重要な場合は、プロンプトリファインメントで具体的な機能を説明する
回避
- マゼンタ背景のソース画像を使用しない(クロマキーペースホルダーと競合するため)
- 複雑なマルチキャラクターシーンを単一のソース画像として入力しない
- スキルCLIでインストールする際にバックティックコードブロックをスキップしない