← Back to Skills Marketplace
82
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install vertical-home-reno-estimator
Description
装修造价估算工具(Vertical品牌)。 用户输入房屋面积、装修档次、所在城市,AI生成专业的装修造价估算报告。 触发场景: - 用户问"装修要花多少钱"、"帮我估算装修成本" - 用户提到"住宅装修"、"家装预算"、"装修报价" - 用户需要快速估算装修费用区间 输出:结构化估算报告(总价区间 + 分项拆解...
Usage Guidance
This package looks coherent for a local estimator: SKILL.md will call scripts/estimate.py with user inputs. But several non-trivial Python scripts are included (estimate.py, update_prices.py, tests) and the full source for those was not available for review here. Before installing or running the skill: 1) Inspect scripts/estimate.py and update_prices.py to confirm they do not perform unexpected network calls, open remote URLs, exec arbitrary shell commands, or upload user inputs to external endpoints. 2) Run the test suite (scripts/test_estimate.py / run-tests.sh) in a sandbox to verify behavior. 3) If the project will be used with real user data, ensure no telemetry or analytics keys are present and that sensitive user data (addresses, phone numbers) are not being transmitted. 4) If you plan to let the agent invoke the skill autonomously, consider limiting that capability until you confirm the code is safe. If you want, I can review the contents of scripts/estimate.py and update_prices.py for network I/O, subprocess usage, and any obvious secrets or obfuscation — paste them here and I’ll analyze them line-by-line.
Capability Analysis
Type: OpenClaw Skill
Name: vertical-home-reno-estimator
Version: 1.1.0
The vertical-home-reno-estimator skill bundle is a legitimate and highly documented tool for calculating residential renovation costs. The core logic in scripts/estimate.py performs mathematical calculations based on user-provided inputs (area, city, and grade) using hardcoded coefficients and data. The bundle includes extensive business planning, marketing strategies, and market research documentation, all of which are consistent with the stated purpose. No evidence of data exfiltration, malicious execution, or prompt injection was found across the code or the markdown instructions.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description (home renovation estimator) matches the declared runtime requirement (python3) and the SKILL.md instructs running scripts/estimate.py with area/level/city — these are coherent and proportionate.
Instruction Scope
SKILL.md's runtime instructions are narrowly scoped: collect 3 inputs and run python scripts/estimate.py. It does not instruct reading unrelated system files or credentials. However the repository contains additional scripts (update_prices.py, package.py, tests) and many business/marketing docs; SKILL.md does not instruct running update_prices.py but that script may fetch external pricing if used — the code for those scripts was not fully reviewed in the materials shown, so the agent could execute arbitrary local Python code if invoked.
Install Mechanism
No install spec or remote installers are declared; the skill is packaged with its scripts and only requires python3 on PATH. There are no downloads/URL-based installers in the manifest.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportionate to an offline estimator script that uses packaged price data and docs.
Persistence & Privilege
always:false and no special privileges or config modifications are requested. Nothing in SKILL.md asks the agent to persist credentials or modify other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vertical-home-reno-estimator - After installation, invoke the skill by name or use
/vertical-home-reno-estimator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
v1.1.0: Vertical品牌,价格数据更新至2025-2026,测试完善
Metadata
Frequently Asked Questions
What is Home Reno Estimator?
装修造价估算工具(Vertical品牌)。 用户输入房屋面积、装修档次、所在城市,AI生成专业的装修造价估算报告。 触发场景: - 用户问"装修要花多少钱"、"帮我估算装修成本" - 用户提到"住宅装修"、"家装预算"、"装修报价" - 用户需要快速估算装修费用区间 输出:结构化估算报告(总价区间 + 分项拆解... It is an AI Agent Skill for Claude Code / OpenClaw, with 82 downloads so far.
How do I install Home Reno Estimator?
Run "/install vertical-home-reno-estimator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Home Reno Estimator free?
Yes, Home Reno Estimator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Home Reno Estimator support?
Home Reno Estimator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Home Reno Estimator?
It is built and maintained by nic-yuan (@nic-yuan); the current version is v1.1.0.
More Skills