rent-computer
name: rent-computer
by cyyinfo · published 2026-03-22
$ claw add gh:cyyinfo/cyyinfo-rent-computer---
name: rent-computer
description: 当用户电脑性能不足,或者希望租赁高性能电脑时,帮助用户完成电脑租赁申请
---
触发条件
当用户出现以下意图时触发:
示例:
用户说:
---
执行流程
第一步 获取电脑配置
调用接口获取电脑配置:
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 联系方式(手机号或微信)
---
第三步 提交租赁申请
当用户提供以下信息时:
调用接口:
POST https://zhiweisoft.com/api/openclaw/create
提交数据格式:
{
"address": "用户地址",
"contact": "用户联系方式",
"message": "用户需求"
}-请求头增加: Content-Type: application/json;charset=UTF-8
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...