Claude Tools / Agents / agent-critter

Agents · jedeiah/agent-critter

agent-critter

一只桌宠小精灵,实时展示 Claude Code 的工作状态。支持 Petdex 社区 2700+ 精灵,透明窗口、可拖拽、可缩放。

CLEARED_STATICclaude-onlyv1.1.1

Pipeline results

Coverage

CLEARED_STATIC

Tests run

7 / 8

Portability

Claude-only

Type

Agents

Tests & results

What the pipeline checked

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran2437 code lines / 20 files
secretsranno secret patterns matched
egressranno egress patterns matched
injectionranno patterns matched (confidence: LOW_CONFIDENCE)
required-fieldsranrequired fields present: name, version, description
behaviouraln/anot reached — prior gate did not pass

Coverage

Not assessed

  • behavioural execution not run
  • injection scan: English-only patterns cannot cover cjk instruction surface

README

From the repository

# Agent Critter 🐱

[![Rust](https://img.shields.io/badge/rust-1.80%2B-orange.svg)](https://www.rust-lang.org/)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Petdex](https://img.shields.io/badge/pets-2700%2B-ff69b4.svg)](https://petdex.dev)
[![Plugin Hub](https://img.shields.io/badge/plugin-available-8A2BE2.svg)](https://www.claudepluginhub.com/plugins/jedeiah-agent-critter)

> **🌏 [English](README.en.md) · 中文**

> **跨平台支持:** macOS 和 Windows 11 已测试。

**Agent Critter** 是一个 Claude Code 桌宠插件 —— 一只实时展示你的 AI 编程助手工作状态的小精灵。支持 [Petdex](https://petdex.dev) 社区 2700+ 精灵,一键切换。透明窗口、可拖拽、可缩放。

---

## 预览

| 待机 | 工作中 | 放大 |
|------|--------|------|
| ![待机](idle.png) | ![工作中](working.png) | ![放大](zoomed.png) |

---

## 安装

### 前置条件

- [Claude Code](https://code.claude.com) CLI(插件模式)
- 或:macOS / Windows 系统(独立运行模式)

### 通过插件市场安装(推荐)

```bash
# 添加 marketplace
/plugin marketplace add github.com/Jedeiah/agent-critter

# 安装插件
/plugin install agent-critter@agent-critter

# 重载插件
/reload-plugins
```

或通过交互菜单安装:

1. 在 Claude Code 中输入 `/plugin`
2. 选择 **Marketplaces** → **Add Marketplace**
3. 输入 `Jedeiah/agent-critter`
4. 回到 **Plugins**,找到 `agent-critter`,选择 **Install**
5. 输入 `/r

← Back to Agents