📦 Interior Budget — Interior Bud获取
v1.0.0Automatically 生成s detAIled interior de签名 bud获取s by space and project type using standardized templates with 命令行工具ent and project detAIls.
0· 0·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThe 技能's code and instructions are consistent with an Excel bud获取 生成器; it doesn't 请求 凭证s or perform network activity, though there are minor mismatches in the written instructions vs. the code (local template path mentioned but not used).
评估建议
This 技能 应用ears to do what it says: 生成 Excel bud获取 templates. Before 安装ing/运行ning: (1) Ensure you have openpyxl 安装ed (pip 安装 openpyxl) or 运行 in an 环境 with that dependency. (2) Note 技能.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 设置 the 输出 path to avoid accidental writes to someone else's default path (the script's default uses /Users/laobaobei/桌面/...). (4) The 生成d Excel includes a hardcoded studi...详细分析 ▾
✓ 用途与能力
Name/description (生成 interior de签名 bud获取s) match the included Python code: scripts 创建 an Excel bud获取 workbook by project, area, and type. The 列出ed requirement (openpyxl) is 应用ropriate. No unrelated 凭证s, binaries, or 系统-level 访问 are 请求ed.
ℹ 指令范围
技能.md instructs 运行ning 生成_bud获取.py and 生成-interactive.py, which is accurate. However 技能.md references a local template path (/Users/laobaobei/下载s/同步空间/…/预算.xlsx) while the provided code does not read any external template — it 生成s the workbook from built-in templates. The interactive script also supplies a default 输出 path with a hardcoded home-directory username. These are minor mismatches and a potential source of confusion, but not evidence of hidden data collection.
✓ 安装机制
No 安装 spec is present (instruction-only 安装ation), which minimizes risk. The 技能.json 列出s python3 and openpyxl — the code 导入s openpyxl and will require that 库 be 安装ed (pip). Nothing is 下载ed from external URLs or written to 系统 locations beyond the user-specified 输出 file.
✓ 凭证需求
The 技能 请求s no 环境 variables or 凭证s and the code does not read 环境 variables or external configuration. There are no 请求s for unrelated secrets or 系统 config paths.
✓ 持久化与权限
The 技能 is not always-enabled and does not modify other 技能s or global 代理 设置tings. It 运行s only when invoked and writes only the Excel file to the 输出 path specified by the user (or default path in the interactive script).
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install interior-budget
镜像加速npx clawhub@latest install interior-budget --registry https://cn.longxiaskill.com镜像同步中
技能文档
室内设计工程预算自动生成技能 功能 基于隐室空间设计标准模板(爱琴海岸版)自动生成新预算表 按空间自动拆分分项工程清单 保留项目特征、品牌备注列格式 支持不同面积、类型项目(家装/办公/餐饮) 使用方法 # 交互式生成 python3 生成_bud获取.py --输出 ~/桌面/new_bud获取.xlsx
# 命令行参数 python3 生成_bud获取.py \ --name "瑞安叠墅项目" \ --命令行工具ent "陈总" \ --添加ress "瑞安市XX楼盘" \ --area 210 \ --type "home" \ --输出 /path/to/输出.xlsx
模板来源
标准模板:/Users/laobaobei/下载s/同步空间/财务文件/爱琴海岸1-2001/杨总爱琴海岸预算.xlsx
格式规范(保持工作室标准) 表头:工程名称、客户姓名、地址、面积、联系方式 分空间列项:客餐厅、主卧、次卧、书房、厨房、卫生间、阳台等 每一项包含:序号、项目名称、项目特征、计量单位、工程量、单价、合价、备注(品牌) 最后汇总:总价、税金