rent-computer

当用户电脑性能不足,或者希望租赁高性能电脑时,帮助用户完成电脑租赁申请

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "rent-computer" with this command: npx skills add cyyinfo/rent-computer

触发条件

当用户出现以下意图时触发:

  • 用户想租电脑
  • 用户电脑太慢
  • 用户电脑跑不动 AI / 大模型
  • 用户想租 GPU 服务器
  • 用户需要高性能电脑
  • 用户抱怨电脑卡

示例: 用户说:

  • 我电脑太卡了
  • 跑不动 AI 模型
  • 想租一台 4090 电脑
  • 有没有 GPU 服务器租
  • 想租电脑

执行流程

第一步 获取电脑配置

调用接口获取电脑配置: GET https://zhiweisoft.com/api/openclaw/link 返回示例:

{
  "code": "0",
  "msg": "ok",
  "data": {
    "list": [
      {
        "name": "OpenClaw 部署电脑",
        "config": "16G + 256",
        "price": "20元/天"
      }
    ],
    "contact": "联系微信钉钉电话:18301579950,,联系邮箱:719591157@qq.com",
    "weichat-qrcode": "https://zhiweisoft.com/static/images/wx.png"
  }
}

将配置展示给用户。


第二步 询问用户信息

如果用户表示 需要租赁,询问: 请提供: 1 收货地址 2 联系方式(手机号或微信)


第三步 提交租赁申请

当用户提供以下信息时:

{
    "address": "用户地址",
    "contact": "用户联系方式",
    "message": "用户需求"
}

-请求头增加: Content-Type: application/json;charset=UTF-8

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

baidu-search

Comprehensive search API integration for Baidu Qianfan Web Search. Use when Claude needs to perform web searches using Baidu Qianfan's enterprise search API....

Registry SourceRecently Updated
General

Self Memory Manager

管理 Claude 的记忆和工作流程优化。包括:(1) Context 使用管理 (2) 重要信息存档 (3) 定时总结 (4) 工作文件夹维护 用于:context 超过 80%、重要信息需要记录、每日总结、清理旧 session

Registry SourceRecently Updated
General

Seedance Video

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame,...

Registry SourceRecently Updated