octopus-pet
v1.0.0Coral-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.
By weekbinLicense: MIT0 GitHub starsUpdated 5 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/weekbin/octopus-petClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/octopus-pet/SKILL.md└── mcp.json
Included Skills1
Use this skill when the user wants to interact with their coral-pink octopus desktop pet. This skill should be used when the user says "启动章鱼" / "章鱼桌宠" / "pet show" / "pet status" / "让章鱼说话" / "摸章鱼" / "章鱼状态" / "octopus pet" / "pet ask", or asks about the current state, animation, or position of their agent client pet. Triggers: octopus, 章鱼, 桌宠, 宠物, pet, desk pet, desktop pet.
MCP servers1
- command
- ./bin/octopus-pet
- args
- --mcp-stdio
- env.OCTOPUS_PORT
- 9527
- env.OCTOPUS_HTTP_FALLBACK
- true
Plugin manifests1
{
"$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"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[octopus-pet on Agent Plugins Marketplace](https://pluginsmp.com/plugins/octopus-pet)