MIT ライセンスのペットギャラリー・CLI・デスクトップアプリ。`npx petdex install` でアニメーションペットを導入し、デスクトップアプリでエージェントをワンクリック接続すると、ツール呼び出しごとにペットが反応します。
DSH 統合
互換
自動推定
安全性監査
未監査
最終検証日
2026-08-21
ライセンス
MIT
01どんなタスクに使えるのか?
Add an animated desktop pet that reacts to your coding agent's activity while you work with DeepSeek Harness
A pet floating above your workspace that animates on every tool call your agent makes, driven by activity hooks mapped to nine animation states
Developers running DeepSeek Harness (dsh) or other coding agents who want playful real-time visual feedback of agent activity
Browse, install and switch animated pets from the community gallery
Pet folders under ~/.petdex/pets/<slug>/ (pet.json + spritesheet) installed with one npx command; the active mascot is switched from the desktop app Settings
Coding-agent users who want to pick, install or switch community mascots without manual setup
02DeepSeek Harness への導入方法
前提条件
- An npx-capable Node.js environment on PATH (the CLI is invoked as `npx petdex`)
- The desktop app downloaded from petdex.dev/download — it runs on macOS, Linux and Windows
インストール手順
- 01
Install a known pet: `npx petdex install <slug>` (README example: `npx petdex install boba`)
$ npx petdex install <slug>
- 02
Get the desktop app from petdex.dev/download (macOS, Linux and Windows)
- 03
Open it, press Cmd+, over the pet to open Settings, pick your pet under Pets, and connect your coding agents under Agents with one click each
導入成功の確認
- After `npx petdex install boba`, you should see `~/.petdex/pets/boba/` with `pet.json` and a spritesheet
03DSH 統合と能力の範囲
Standalone CLI + desktop mascot that floats an animated pet over your workspace and reacts to coding-agent activity via activity hooks; DeepSeek Harness is listed as a supported agent in the repo metadata/topics, while the README documents a generic one-click agent connection (dsh is not named in the README itself)
One-command pet install from the public gallery
a pet slug from the petdex.dev gallery→a pet folder at ~/.petdex/pets/<slug>/ containing pet.json and a spritesheet
writes pet files to ~/.petdex/pets on your machinedownloads pet assets from petdex.dev over the networkDesktop floater reacting to coding-agent activity
coding-agent activity hooks→a floating pet animating across nine state rows: idle, running-right, running-left, waving, jumping, failed, waiting, running and review
the desktop app runs an in-process Zig hook server bound to 127.0.0.1:7777Pet submission to the community gallery
a local pet folder (pet.json + spritesheet)→a submission reviewed and published to the petdex.dev gallery (`npx petdex submit ./my-pet/` or the web submitter)
authenticates via Clerk OAuth + PKCEuploads pet assets to cloud storage (zip → presigned R2)
04誰に向いているのか?使うべきでない場面は?
向いている用途
- Developers running DeepSeek Harness (dsh) or other coding agents who want playful real-time visual feedback of agent activity
- Coding-agent users who want to pick, install or switch community mascots without manual setup
不向きな用途
- Installing and submitting pets requires network access to petdex.dev — the manifest API serves every approved pet, submissions authenticate via Clerk OAuth + PKCE and upload assets to cloud storage — so offline use is not supported.
05互換性・メンテナンス・セキュリティ上の注意
- Installing and submitting pets requires network access to petdex.dev — the manifest API serves every approved pet, submissions authenticate via Clerk OAuth + PKCE and upload assets to cloud storage — so offline use is not supported.
- The floater experience requires the separate desktop app (macOS, Linux, Windows); the CLI alone only installs pet files, and the quick-start flow is centered on Codex, with other agents connected generically via the app's Agents settings.
- The README does not name DeepSeek Harness explicitly; DSH support is indicated by the repository's description ('for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and more') and its dsh-plugin topic, while the README only documents a generic agent-hook connection.
MIT · actively maintained (latest release desktop-v0.8.0, 2026-08-14)
06よくある質問
Petdex は DeepSeek Harness とどのように統合されますか?
README では汎用的なエージェント接続が説明されています。デスクトップアプリの設定(Cmd+,)を開き、Pets でペットを選び、Agents でコーディングエージェントをそれぞれワンクリック接続します。するとペットがワークスペースの上に浮かび、エージェントのツール呼び出しのたびにアニメーションします。DeepSeek Harness はプロジェクトの説明と topics でサポート対象エージェントとして記載されていますが、README の手順は Codex とサポート対象エージェントのアクティビティフックを中心に書かれています。
Petdex は DeepSeek Harness のネイティブプラグインですか、それとも MCP ツールですか?
どちらでもありません。Petdex は独立した CLI とデスクトップアプリです。デスクトップアプリは 127.0.0.1:7777 でプロセス内 Zig フックサーバーを起動し(WebView や Node サイドカーなし)、コーディングエージェントはアクティビティフックを 9 種類のアニメーションステートに対応付けます。MCP サーバーは関与しません。
インストールの前提条件は何ですか?
CLI を実行するための npx が使える Node.js 環境と、petdex.dev/download からダウンロードするデスクトップアプリ(macOS・Linux・Windows 対応)が必要です。
ペットはどこにインストールされ、どう確認しますか?
`npx petdex install <slug>` は各ペットを ~/.petdex/pets/<slug>/ に書き込みます。README の例では、`npx petdex install boba` の実行後に ~/.petdex/pets/boba/ へ pet.json とスプライトシートが配置されていることを確認できます。
データはどこに送信されますか?
ペットカタログは petdex.dev の公開 manifest API から取得されます。ペットを投稿する場合は Clerk OAuth + PKCE で認証し、presigned R2 エンドポイント経由でアーカイブをアップロードします。ローカルフックサーバーは 127.0.0.1 のみで待機します。
07関連する DSH ワークフロー
dsh-web
by zhu1090093659
DeepSeek Harness(dsh)の Web プラグインを集約するエコシステムパッケージ。すべてがプラグインであり、クリエイティブワークショップ(dsh-market.com)経由で配布されます。
j-space-cognition-suite-v3.7
by tiger3807861189
Anthropic の J-space グローバルワークスペース研究に基づく、AI 認知強化スキル集。思考を整理しながら作業を進めたい日本のユーザー向けのスイートです。
dsh-deep-whale
by small-tailqwq
DSH Web GUI 用の鯨っ娘テーマスキン(深海メイド工房 maid-atelier、ライト/ダーク両モード対応、CC BY-NC-SA 4.0)
deepseek-balance-whale-widget
by meteornox
DSH 右下のクジラ娘が DeepSeek アカウント残高を監視。QQ 風バウンス、ドラッグ吸着、数字スクロール
08データと出典
Pick your pet under **Pets**, and connect your coding agents under **Agents** with one click each. No terminal involved.
Codex and the supported coding agents map their activity hooks to these states.
このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-08-21。誤りを見つけた場合は、修正を送信してください。
dsh プラグイン おすすめ
最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。
