← Back to Skills Marketplace
fanghou2025

Rental Advisor

by Frank2025 · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
64
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install rental-advisor
Description
AI rental advisor skill to help users make rental decisions. Triggers when users ask for rental area recommendations, property search, rent price estimation,...
Usage Guidance
This skill's content (area guides, pricing methodology, contract checklist) aligns with a rental adviser. However, SKILL.md expects live searches using tools (e.g., `wechat-article-search`, `node scripts/search_wechat.js`) that are not included or declared. Before installing: 1) Confirm what runtime provides the referenced search tools or scripts — if none, the skill's 'live search' behavior won't work. 2) Ask the publisher/source for the missing scripts or an install spec. 3) Ensure your agent runtime is sandboxed and that you consent to any network access the skill may attempt (it may call external websites like WeChat/Xiaohongshu). 4) Do not provide sensitive personal data to any live-search steps without knowing how results are fetched/stored. If you need a quick check: treat this as a reference-only skill (using the static files) unless the author supplies the missing tooling and documents what network calls will be made.
Capability Analysis
Type: OpenClaw Skill Name: rental-advisor Version: 1.0.3 The skill bundle provides a comprehensive rental advisory service but contains high-risk instructions in SKILL.md and references/pricing.md, explicitly directing the AI agent to use 'exec + curl' for web scraping. This pattern introduces a significant command injection vulnerability if the agent processes unsanitized user input (like community names or URLs) into shell commands. While these capabilities are aligned with the stated purpose of searching for live property listings, the use of raw execution for network requests is a high-risk practice compared to safer alternatives.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The name, description, and included reference files (city guides, pricing methodology, contract checklist) are consistent with a rental advisor. However, the SKILL.md repeatedly instructs the agent to run live searches using tools like `wechat-article-search` and `node scripts/search_wechat.js` even though the skill declares no required binaries, no install steps, and provides no such scripts. This is a mismatch between the stated capability (live-data search) and what the bundle actually supplies.
Instruction Scope
Instructions are mostly scoped to rental recommendations, price estimation, and contract review. They do direct the agent to perform live searches on third‑party platforms (WeChat articles, Xiaohongshu) and to run example command lines. The SKILL.md does not instruct the agent to read unrelated system files or to exfiltrate credentials, but it does rely on external web searches and unspecified tooling — which could cause the agent to attempt network calls or local command execution depending on runtime privileges.
Install Mechanism
There is no install spec (instruction-only), which is low-risk in principle. However, the documentation includes explicit sample commands that assume the presence of a `wechat-article-search` tool and Node scripts; those artifacts are not included in the package. This gap is a practical incoherence: either the skill expects platform-provided tools (not documented) or the author omitted required files/install steps.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportionate for a read-only advisory skill. There are no declared sensitive requirements such as cloud keys or tokens.
Persistence & Privilege
The skill does not request permanent presence (always:false) and uses default autonomous invocation settings. It does not declare any behavior that would modify other skills or system settings. No elevated persistence privileges are requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rental-advisor
  3. After installation, invoke the skill by name or use /rental-advisor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
v1.0.3: Split area reference into city-specific files (shanghai.md, beijing.md, shenzhen.md, guangzhou.md). Updated SKILL.md to reference new city file structure.
v1.0.2
v1.0.2: Remove static rent pricing tables. Pricing reference now focuses on live search methodology only. Areas reference now contains area characteristics only, no pricing data.
v1.0.1
v1.0.1: Add mandatory requirement confirmation step before recommendations. Require city, unit type, shared/whole, budget, commute location, frequency, and special requirements before providing answers. Update live market data for Shanghai Wujing/Zizhu area.
v1.0.0
Initial release: AI rental advisor with area recommendation, property search, price estimation, and contract review.
Metadata
Slug rental-advisor
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Rental Advisor?

AI rental advisor skill to help users make rental decisions. Triggers when users ask for rental area recommendations, property search, rent price estimation,... It is an AI Agent Skill for Claude Code / OpenClaw, with 64 downloads so far.

How do I install Rental Advisor?

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

Is Rental Advisor free?

Yes, Rental Advisor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Rental Advisor support?

Rental Advisor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Rental Advisor?

It is built and maintained by Frank2025 (@fanghou2025); the current version is v1.0.3.

💬 Comments