← 返回 Skills 市场
Interior Budget
作者
137984917-cyber
· GitHub ↗
· v1.0.0
· MIT-0
49
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install interior-budget
功能描述
Automatically generates detailed interior design budgets by space and project type using standardized templates with client and project details.
使用说明 (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
格式规范(保持工作室标准)
- 表头:工程名称、客户姓名、地址、面积、联系方式
- 分空间列项:客餐厅、主卧、次卧、书房、厨房、卫生间、阳台等
- 每一项包含:序号、项目名称、项目特征、计量单位、工程量、单价、合价、备注(品牌)
- 最后汇总:总价、税金
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install interior-budget - 安装完成后,直接呼叫该 Skill 的名称或使用
/interior-budget触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
室内设计工程预算自动生成技能 v1.0.0
- 新增基于设计标准模板自动生成预算表的功能。
- 支持按空间自动拆分工程清单,并保留项目特征和品牌备注。
- 适用于不同类型和面积的家装、办公、餐饮项目。
- 提供命令行和交互式两种生成方式,灵活导出Excel表格。
- 输出表格符合工作室现有格式规范。
元数据
常见问题
Interior Budget 是什么?
Automatically generates detailed interior design budgets by space and project type using standardized templates with client and project details. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 49 次。
如何安装 Interior Budget?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install interior-budget」即可一键安装,无需额外配置。
Interior Budget 是免费的吗?
是的,Interior Budget 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Interior Budget 支持哪些平台?
Interior Budget 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Interior Budget?
由 137984917-cyber(@137984917-cyber)开发并维护,当前版本 v1.0.0。
推荐 Skills