← Back to Skills Marketplace
kk43994

Claw Desktop Pet - Enterprise-grade 7x24 AI Assistant

by kk43994 · GitHub ↗ · v1.3.0
cross-platform ⚠ suspicious
1638
Downloads
4
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install claw-desktop-pet
Description
Enterprise-grade 24/7 desktop AI assistant with system-level fault tolerance, auto-restart, performance monitoring, intelligent voice, and resource optimizat...
README (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交互界面
  • 需要语音播报功能的开发者
  • 喜欢桌面宠物的用户

📚 文档

🔧 技术栈

  • 前端: Electron
  • 后端: OpenClaw + Node.js
  • 语音: Edge TTS + Python
  • 平台: Windows 10/11

📊 项目统计

  • 版本: v1.3.0
  • 代码: ~6000行
  • 文档: 6份技术文档
  • 测试: 5个测试脚本
  • 许可证: MIT

🤝 贡献

欢迎提Issue和PR!

📄 许可证

MIT © kk43994


Made with ❤️ and 🦞

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install claw-desktop-pet
  3. After installation, invoke the skill by name or use /claw-desktop-pet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug claw-desktop-pet
Version 1.3.0
License
All-time Installs 3
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 1638 downloads so far.

How do I install Claw Desktop Pet - Enterprise-grade 7x24 AI Assistant?

Run "/install claw-desktop-pet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Claw Desktop Pet - Enterprise-grade 7x24 AI Assistant free?

Yes, Claw Desktop Pet - Enterprise-grade 7x24 AI Assistant is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Claw Desktop Pet - Enterprise-grade 7x24 AI Assistant support?

Claw Desktop Pet - Enterprise-grade 7x24 AI Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Claw Desktop Pet - Enterprise-grade 7x24 AI Assistant?

It is built and maintained by kk43994 (@kk43994); the current version is v1.3.0.

💬 Comments