Skip to content

weekbin/octopus-pet

v1.0.0MIT

Coral-pink octopus desktop pet that lives in your Mac. Auto-spawned by spec-conformant agent clients as a stdio MCP server; reacts to agent task state with idle / working / error / ... animations. Reuses assets from the octopus-meme skill.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

octopus-petstdio
{
  "type": "stdio",
  "command": "./bin/octopus-pet",
  "args": [
    "--mcp-stdio"
  ],
  "env": {
    "OCTOPUS_PORT": "9527",
    "OCTOPUS_HTTP_FALLBACK": "true"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "octopus-pet",
  "version": "1.0.0",
  "description": "Coral-pink octopus desktop pet that lives in your Mac. Auto-spawned by spec-conformant agent clients as a stdio MCP server; reacts to agent task state with idle / working / error / ... animations. Reuses assets from the octopus-meme skill.",
  "author": { "name": "weekbin" },
  "homepage": "https://github.com/weekbin/octopus-pet",
  "repository": "https://github.com/weekbin/octopus-pet",
  "license": "MIT",
  "keywords": ["pet", "desktop", "mcp", "octopus", "打工人", "agent-skills"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub