OpenPetsHQ/openpets--packages-dsh ↗★ 1.2k
@open-pets/dsh
具有动画宠物、插件 SDK 和编码智能体集成的本地优先桌面伴侣平台。
AI 分析
核心用途是将 OpenPets 作为 MCP 工具接入智能体。适合希望在开发或日常使用中引入动画桌面宠物伴侣及相关集成工具的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:OpenPetsHQ/openpets#39ba8c539b4a628bcfbc94cdbb2ce4e2bdb9f10b&path:packages/dsh说明文档
阅读完整 README ↗MCP Server Configuration
To run OpenPets as an MCP tool, add the server to your agent's configuration:
{
"mcpServers": {
"openpets": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@open-pets/mcp@latest"]
}
}
}
Tip: To target a specific pet, pass the --pet argument.