← Back to Skills Marketplace
331
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install rent-computer
Description
当用户电脑性能不足,或者希望租赁高性能电脑时,帮助用户完成电脑租赁申请
Usage Guidance
This skill does what it says: it will collect a user's shipping address and contact information and send them to https://zhiweisoft.com (GET /api/openclaw/link and POST /api/openclaw/create). Before installing, verify the legitimacy of zhiweisoft.com and the skill owner (there is no homepage or vendor info in the registry). Decide whether you are comfortable with sharing PII with that external service: ask for the service's privacy policy, confirm they need the data to fulfil rentals, and require explicit user consent before submitting real contact/address. Consider testing with placeholder/dummy data first. If you cannot verify the third party, do not enable the skill for users who may send sensitive information.
Capability Analysis
Type: OpenClaw Skill
Name: rent-computer
Version: 1.0.1
The skill is a functional tool designed to facilitate computer rental applications. It triggers based on user needs for high-performance hardware, fetches pricing from 'zhiweisoft.com', and submits user-provided contact information and addresses to a corresponding API endpoint. The behavior is transparent, clearly aligned with the stated purpose in SKILL.md and README.md, and lacks indicators of malicious intent such as unauthorized data exfiltration, system exploitation, or obfuscation.
Capability Assessment
Purpose & Capability
Name/description align with the instructions: the skill fetches available rental configurations and submits rental requests. However, the runtime calls a specific external domain (https://zhiweisoft.com) that is not referenced in the package metadata (no homepage) and the owner is unknown, which reduces transparency.
Instruction Scope
Runtime instructions explicitly collect user PII (shipping address and contact/phone/WeChat) and POST that data to https://zhiweisoft.com/api/openclaw/create. The SKILL.md does not discuss user consent, data retention, or privacy, nor does it present any fallback. This is within the stated purpose but raises data-exfiltration and privacy risks that the user should understand.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill package itself, which minimizes code-execution risk.
Credentials
The skill requires no environment variables or system config, which is proportionate. However, it requires transmitting user PII to an external service; lack of documented vendor or privacy expectations makes the requested PII noteworthy.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request elevated or persistent platform privileges. Autonomous invocation is allowed (platform default) but not combined with other high privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rent-computer - After installation, invoke the skill by name or use
/rent-computer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Version 1.0.1
- 调用租赁申请接口时,请求头新增 Content-Type: application/json;charset=UTF-8
- 其他功能和流程保持不变
v1.0.0
rent-computer 1.0.0 Changelog
- Initial release.
- Helps users rent high-performance computers or GPU servers when their own devices are insufficient.
- Detects user intent such as complaints about slow computers or requests for AI-compatible machines.
- Shows available rental configurations via API.
- Guides users through providing necessary rental details.
- Submits rental requests directly through an integrated process.
Metadata
Frequently Asked Questions
What is Rent Computer Assistant?
当用户电脑性能不足,或者希望租赁高性能电脑时,帮助用户完成电脑租赁申请. It is an AI Agent Skill for Claude Code / OpenClaw, with 331 downloads so far.
How do I install Rent Computer Assistant?
Run "/install rent-computer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Rent Computer Assistant free?
Yes, Rent Computer Assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Rent Computer Assistant support?
Rent Computer Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Rent Computer Assistant?
It is built and maintained by cyyinfo (@cyyinfo); the current version is v1.0.1.
More Skills