← Back to Skills Marketplace
Interior Budget
by
137984917-cyber
· GitHub ↗
· v1.0.0
· MIT-0
49
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install interior-budget
Description
Automatically generates detailed interior design budgets by space and project type using standardized templates with client and project details.
README (SKILL.md)
室内设计工程预算自动生成技能
功能
- 基于隐室空间设计标准模板(爱琴海岸版)自动生成新预算表
- 按空间自动拆分分项工程清单
- 保留项目特征、品牌备注列格式
- 支持不同面积、类型项目(家装/办公/餐饮)
使用方法
# 交互式生成
python3 generate_budget.py --output ~/Desktop/new_budget.xlsx
# 命令行参数
python3 generate_budget.py \
--name "瑞安叠墅项目" \
--client "陈总" \
--address "瑞安市XX楼盘" \
--area 210 \
--type "home" \
--output /path/to/output.xlsx
模板来源
标准模板:/Users/laobaobei/Downloads/同步空间/财务文件/爱琴海岸1-2001/杨总爱琴海岸预算.xlsx
格式规范(保持工作室标准)
- 表头:工程名称、客户姓名、地址、面积、联系方式
- 分空间列项:客餐厅、主卧、次卧、书房、厨房、卫生间、阳台等
- 每一项包含:序号、项目名称、项目特征、计量单位、工程量、单价、合价、备注(品牌)
- 最后汇总:总价、税金
Usage Guidance
This skill appears to do what it says: generate Excel budget templates. Before installing/running: (1) Ensure you have openpyxl installed (pip install openpyxl) or run in an environment with that dependency. (2) Note SKILL.md mentions a local template file that the code does not use — you can ignore or edit that text. (3) When using the interactive script, explicitly set the output path to avoid accidental writes to someone else's default path (the script's default uses /Users/laobaobei/Desktop/...). (4) The generated Excel includes a hardcoded studio address/phone in the header — remove or edit if you prefer. (5) There are no network calls or secret accesses in the code, but if you want extra caution, run the script in a sandbox or review the two Python files yourself; verify the repository listed in skill.json if you want upstream provenance.
Capability Analysis
Type: OpenClaw Skill
Name: interior-budget
Version: 1.0.0
The skill is a straightforward utility for generating interior design budget spreadsheets in Excel format using the openpyxl library. The core logic in generate_budget.py uses hardcoded templates for different project types (home, office, F&B) and does not perform any network operations, sensitive file access, or command execution. While the documentation and interactive script contain hardcoded local paths (e.g., /Users/laobaobei/), these appear to be remnants of the developer's local environment rather than indicators of malicious intent.
Capability Assessment
Purpose & Capability
Name/description (generate interior design budgets) match the included Python code: scripts create an Excel budget workbook by project, area, and type. The listed requirement (openpyxl) is appropriate. No unrelated credentials, binaries, or system-level access are requested.
Instruction Scope
SKILL.md instructs running generate_budget.py and generate-interactive.py, which is accurate. However SKILL.md references a local template path (/Users/laobaobei/Downloads/同步空间/…/预算.xlsx) while the provided code does not read any external template — it generates the workbook from built-in templates. The interactive script also supplies a default output path with a hardcoded home-directory username. These are minor mismatches and a potential source of confusion, but not evidence of hidden data collection.
Install Mechanism
No install spec is present (instruction-only installation), which minimizes risk. The skill.json lists python3 and openpyxl — the code imports openpyxl and will require that library be installed (pip). Nothing is downloaded from external URLs or written to system locations beyond the user-specified output file.
Credentials
The skill requests no environment variables or credentials and the code does not read environment variables or external configuration. There are no requests for unrelated secrets or system config paths.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or global agent settings. It runs only when invoked and writes only the Excel file to the output path specified by the user (or default path in the interactive script).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install interior-budget - After installation, invoke the skill by name or use
/interior-budget - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
室内设计工程预算自动生成技能 v1.0.0
- 新增基于设计标准模板自动生成预算表的功能。
- 支持按空间自动拆分工程清单,并保留项目特征和品牌备注。
- 适用于不同类型和面积的家装、办公、餐饮项目。
- 提供命令行和交互式两种生成方式,灵活导出Excel表格。
- 输出表格符合工作室现有格式规范。
Metadata
Frequently Asked Questions
What is Interior Budget?
Automatically generates detailed interior design budgets by space and project type using standardized templates with client and project details. It is an AI Agent Skill for Claude Code / OpenClaw, with 49 downloads so far.
How do I install Interior Budget?
Run "/install interior-budget" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Interior Budget free?
Yes, Interior Budget is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Interior Budget support?
Interior Budget is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Interior Budget?
It is built and maintained by 137984917-cyber (@137984917-cyber); the current version is v1.0.0.
More Skills