← 返回 Skills 市场
1638
总下载
4
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install claw-desktop-pet
功能描述
Enterprise-grade 24/7 desktop AI assistant with system-level fault tolerance, auto-restart, performance monitoring, intelligent voice, and resource optimizat...
使用说明 (SKILL.md)
Claw Desktop Pet
🦞 企业级7×24稳定运行的桌面龙虾智能助手
一个可爱又强大的桌面AI助手,具备企业级的稳定性和智能语音交互能力。
🌟 主要特性
🛡️ 系统级容错
- 5种错误全捕获:未捕获异常、Promise拒绝、渲染进程崩溃、子进程错误、主进程错误
- 智能自愈机制
- 完整错误日志记录
🔄 自动重启
- 崩溃后自动恢复
- 真正7×24运行
- 重启计数和统计
📊 性能监控
- 实时健康评分
- CPU和内存监控
- 异常告警
- 性能指标记录
🎙️ 智能语音
- 口语化自然播报
- 情境化表达
- 优先级管理
- Edge TTS支持
📝 日志管理
- 自动轮转
- 大小限制
- 完整可观测
- 结构化日志
🧹 资源优化
- 自动清理缓存
- 日志文件管理
- 内存优化
🚀 快速开始
安装
# 克隆项目
git clone https://github.com/kk43994/claw-desktop-pet.git
cd claw-desktop-pet
# 安装依赖
npm install
pip install edge-tts
# 启动
npm start
配置
编辑 desktop-bridge.js 配置OpenClaw集成:
const OPENCLAW_PORT = 18788;
const VOICE_ENABLED = true;
💡 使用场景
- 需要24小时稳定运行的桌面助手
- OpenClaw用户寻找桌面客户端
- 想要可视化AI交互界面
- 需要语音播报功能的开发者
- 喜欢桌面宠物的用户
📚 文档
- README - 项目说明
- RELEASE-v1.3.0.md - 发布说明
- 技术文档 - 6份详细文档
🔧 技术栈
- 前端: Electron
- 后端: OpenClaw + Node.js
- 语音: Edge TTS + Python
- 平台: Windows 10/11
📊 项目统计
- 版本: v1.3.0
- 代码: ~6000行
- 文档: 6份技术文档
- 测试: 5个测试脚本
- 许可证: MIT
🤝 贡献
欢迎提Issue和PR!
📄 许可证
MIT © kk43994
Made with ❤️ and 🦞
安全使用建议
This skill is instruction-only and tells you to clone and run an external GitHub project (npm install, pip install edge-tts, npm start) and edit local files to integrate with OpenClaw on localhost:18788. The registry metadata should have listed required binaries and the fetching/installation step but did not — that's the core inconsistency. Before installing: 1) review the GitHub repository and source code yourself (or have someone you trust do it); 2) inspect any npm/pip dependencies for malicious packages; 3) avoid running installs as administrator and consider running inside a VM or sandbox first; 4) verify the app's behavior around automatic restarts/logging and that it does not open unexpected network connections; 5) confirm the OpenClaw integration (port 18788) is intended for your environment. The changelog/metadata contain odd small details (very short development time) that suggest you should be extra cautious. If you want a safer allowlist, ask the author to provide a registry install spec and explicitly declare required binaries and permissions.
功能分析
Type: OpenClaw Skill
Name: claw-desktop-pet
Version: 1.3.0
The skill bundle instructs the OpenClaw agent to perform a `git clone` from a public GitHub repository, followed by `npm install` and `pip install` to fetch and execute external code and dependencies. This introduces a significant supply chain risk, as the agent is directed to set up a full development environment and run arbitrary code from an external source. Additionally, the `QUICKSTART.md` file provides an example demonstrating the agent's ability to execute local shell commands (`await exec(...)`), highlighting broad system access capabilities required by the skill. While these actions are plausibly needed for the stated purpose of a desktop pet with system monitoring, they represent high-risk capabilities without clear evidence of intentional malicious behavior.
能力评估
Purpose & Capability
Name and SKILL.md describe an Electron + Node + Python (Edge TTS) desktop assistant that requires npm, node/electron and pip; but the skill metadata declares no required binaries, no install spec, and no environment requirements. The lack of declared runtime requirements (npm/node/pip/Electron) is inconsistent with the claimed purpose.
Instruction Scope
SKILL.md instructs cloning a GitHub repo, running npm install, pip install edge-tts, editing local JS files, and tailing logs — all expected for a desktop app. The instructions do not request cloud credentials or obviously exfiltrate data, but they do instruct running external code and modifying local files (including wiring to OpenClaw on localhost:18788), which increases risk if you run them without review.
Install Mechanism
There is no install spec in the registry (instruction-only). The README/quickstart expects you to git clone and run npm/pip. Downloading and running code from the linked GitHub repo is normal for open-source projects but is higher-risk than an audited package; the skill metadata does not surface this fact, which is an inconsistency to be aware of.
Credentials
The skill does not request environment variables, credentials, or config paths in the registry metadata. SKILL.md references a local OpenClaw port (18788) and local log files, which is reasonable for a desktop integration and does not by itself require secrets.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation allowed. It does not request persistent privileges in the registry metadata. Runtime usage (installing an app that auto-restarts) will of course create persistent local processes, but that behavior is in the app instructions rather than the registry privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claw-desktop-pet - 安装完成后,直接呼叫该 Skill 的名称或使用
/claw-desktop-pet触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.0
🎉 First release to ClawHub!
Enterprise-grade 7×24 desktop AI assistant with:
- 🛡️ System-level error handling & auto-recovery
- 📊 Real-time performance monitoring
- 🎙️ Smart voice interaction with Edge TTS
- 📝 Complete logging & observability
- 🧹 Automatic resource optimization
Fully documented with 6 technical docs and 5 test scripts.
元数据
常见问题
Claw Desktop Pet - Enterprise-grade 7x24 AI Assistant 是什么?
Enterprise-grade 24/7 desktop AI assistant with system-level fault tolerance, auto-restart, performance monitoring, intelligent voice, and resource optimizat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1638 次。
如何安装 Claw Desktop Pet - Enterprise-grade 7x24 AI Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claw-desktop-pet」即可一键安装,无需额外配置。
Claw Desktop Pet - Enterprise-grade 7x24 AI Assistant 是免费的吗?
是的,Claw Desktop Pet - Enterprise-grade 7x24 AI Assistant 完全免费(开源免费),可自由下载、安装和使用。
Claw Desktop Pet - Enterprise-grade 7x24 AI Assistant 支持哪些平台?
Claw Desktop Pet - Enterprise-grade 7x24 AI Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Claw Desktop Pet - Enterprise-grade 7x24 AI Assistant?
由 kk43994(@kk43994)开发并维护,当前版本 v1.3.0。
推荐 Skills