Skip to content
dsh.fish
Bundle

@zsy1126/dsh-rick-and-morty

Rick and Morty for the dsh web GUI: three-look skin (C-137 portal green / lab coat / Meeseeks blue) plus a desktop-pet companion with six characters, bilingual lines, agent-driven moods, combo petting, and a progression panel

Source
zsyayo112
stars
1 stars
License
MIT
Updated
Updated 5 days ago

Readme

# ๐ŸŒ€ Rick and Morty for dsh

English | [ไธญๆ–‡](README.zh.md)

> **Wubba lubba dub dub!** The Rick and Morty bundle for the [DeepSeek Harness (dsh)](https://github.com/deepseek-ai/deepseek-harness) web GUI: three theme skins plus a desktop pet that watches your agent work. One command to install, one plugin for everything.

![C-137 Portal dark theme](docs/screenshot-c137-dark.png)

## โœจ Features

### ๐ŸŽจ Three theme skins

A full 76-token takeover of the GUI palette, switched from three cubes in Settings (they shadow the stock Light/Dark/System row; each cube's icon is the theme's real palette swatch):

| Theme | Scheme | Vibe |
|---|---|---|
| ๐Ÿฅผ **Lab Coat** | light | Rick's lab coat with deep portal-green accents |
| ๐Ÿ”ต **Meeseeks Blue** | light | Mr. Meeseeks' soothing blue world |
| ๐ŸŒ€ **C-137 Portal** | dark | Space-green black, fluorescent portal green, Morty-yellow warnings |

![Meeseeks Blue light theme](docs/screenshot-meeseeks-light.png)

### ๐Ÿพ The pet: summoned to keep you company

Six characters (live-switchable in Settings), and **it senses what your agent is doing**:

| Agent state | Pet reaction |
|---|---|
| Turn starts | Bobs faster, shouts its working line ("Working working working!") |
| Task completes | Happy jump + celebration line |
| Error | Head-shake + grumbling |
| **Waiting for your approval / question** | โš ๏ธ Alert mode: constant wiggling + yellow urgent bubble until you handle it |
| Idle | Slow breathing bob |

The cast: ๐Ÿ”ต Mr. Meeseeks (default) ยท ๐Ÿฅ’ Pickle Rick ยท ๐Ÿงˆ Butter Robot ยท ๐Ÿงช Rick ยท ๐Ÿ˜ฐ Morty ยท ๐ŸŒ€ Portal

### ๐ŸŽฎ Interaction and progression

- **Drag** the pet anywhere; the drop position sticks
- **Pet** it with a click (+1 familiarity); clicks within 2s chain into a **combo** with a ร—N badge, and five in a row triggers per-character combo lines ("*burp* Alright ALRIGHT โ€” what am I, a cat?")
- **Progression panel** on bubble click โ€” five familiarity levels (Stranger โ†’ Family), career titles by tasks completed together (Intern โ†’ Chief Engineer of C-137), and a timestamped adventure log
- **Hide** via the ๐Ÿ’ค cube in Settings; picking any character brings it back
- **Bilingual** โ€” every line and label follows the dsh language setting (ไธญๆ–‡/English)

![Settings: theme and pet rows](docs/screenshot-settings.png)

## ๐Ÿ“ฆ Install

Requires the dsh web GUI (`>= 0.1.0-rc.6`). One command:

```sh
dsh plugin --profile web add @zsy1126/dsh-rick-and-morty
```

Restart `dsh web` and hard-refresh the browser. To remove:

```sh
dsh plugin --profile web remove @zsy1126/dsh-rick-and-morty
```

## โš™๏ธ Data and storage

Every preference and save lives in browser localStorage; nothing is uploaded:

| Key | Holds |
|---|---|
| `rick-and-morty-skin.light` | Light-slot look (labcoat / meeseeks) |
| `rick-and-morty-pet.character` | Pet character |
| `rick-and-morty-pet.hidden` | Hide flag |
| `rick-and-morty-pet.pos` | Drop position |
| `rick-and-morty-pet.save` | Familiarity / tasks / adventure log |

The light/dark preference itself rides dsh's own settings and persists across browsers.

## ๐Ÿ› ๏ธ Development

```sh
git clone https://github.com/zsyayo112/dsh-rick-and-morty.git
cd dsh-rick-and-morty
pnpm install
pnpm build        # strict tsc + tsdown into lib/
dsh plugin --profile web add link:$(pwd)   # link-install into a local profile
```

Layout: `src/index.ts` is the empty node half (the Loader roster seat); the real body is `src/client/` โ€” the theme token table (`tokens.ts`), the line tables (`*-locales.ts`), and the mood machine plus both settings-row registrations (`index.ts`). Every color, line, animation duration, and progression number traces 1:1 to a frozen design spec.

## โš ๏ธ Disclaimer

This is an **unofficial fan project**, unaffiliated with Adult Swim, Warner Bros. Discovery, or DeepSeek. *Rick and Morty* and its characters are ยฉ Adult Swim / Warner Bros. Discovery. The character images in this repository come from fan-shared assets and are **not covered by the MIT license**; they are included for personal, non-commercial use and will be removed on request by the rights holders. The code is released under [MIT](LICENSE).

## ๐Ÿ™ Credits

- [deepseek-harness](https://github.com/deepseek-ai/deepseek-harness) โ€” the everything-is-a-plugin host, whose client plugins taught this one how to be packaged
- [@linxin666/dsh-pet](https://www.npmjs.com/package/@linxin666/dsh-pet) (the whale girl) โ€” the community-plugin packaging trailblazer

Install

dsh plugin --profile web add github:zsyayo112/dsh-rick-and-morty

Profile: web

  • This package builds from source on install. pnpm will ask you to allow its build script โ€” that is permission to run the packageโ€™s code on your machine, outside the agent sandbox. Only allow sources you trust.
  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source