ディレクトリに戻る

petdex

メンテナンス: 活発

crafter-station/petdex

Claude Code、DeepSeek Harness、Gemini CLI などで使えるアニメーションペットの公開ギャラリー

GitHub で見るホームページ
$ npx petdex install <slug>

4,039

スター

194

フォーク

TypeScript

言語

MIT

ライセンス

2026-05-02

作成日

2026-08-31

最終プッシュ

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

インストール手順

  1. 01

    Install a known pet: `npx petdex install <slug>` (README example: `npx petdex install boba`)

    $ npx petdex install <slug>

  2. 02

    Get the desktop app from petdex.dev/download (macOS, Linux and Windows)

  3. 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 統合と能力の範囲

DSH 統合互換

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 gallerya 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 network
  • Desktop floater reacting to coding-agent activity

    coding-agent activity hooksa 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:7777
  • Pet 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.
2026-05-022026-08-19desktop-v0.8.0

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 のみで待機します。

08データと出典

  • 自動推定github.com310004f0fa30…

    Pick your pet under **Pets**, and connect your coding agents under **Agents** with one click each. No terminal involved.

  • 自動推定github.com310004f0fa30…

    Codex and the supported coding agents map their activity hooks to these states.

このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-08-21。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。