← 返回 Skills 市场
hoar12

Real Estate Report Workflow

作者 hoAr12 · GitHub ↗ · v1.5.6 · MIT-0
cross-platform ✓ 安全检测通过
43
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install real-estate-report-workflow
功能描述
房地产市场调研报告撰写工作流。涵盖住宅/商业/办公/工业地产类型的专业市场调研报告撰写。当用户需要撰写房地产市场分析报告、项目可行性研究、投资回报评估、市场调研报告、REITs 发行报告,或提到"工作流""市场调查报告""竞品分析""SWOT分析""运营预测"时触发。5 步流程 + 14 条底线原则 + 56 条...
使用说明 (SKILL.md)

房地产市场调查报告撰写工作流

5 步精简流程 | 全局 14 条底线原则 | 6 章 56 条专项原则 适用:住宅/商业/办公/工业类型(含 REITs 专项)


环境自检(首次使用必执行)

使用本技能前,助手必须执行以下自检:

必要工具

工具 用途 检查方式
web_search 联网搜索市场数据、政策、竞品信息 尝试搜索"深圳 2025 GDP"
web_fetch 抓取具体网页内容 尝试抓取任一新闻页面
write / edit 保存报告 Part 文件 直接调用
exec (python3) 运行 L1/L2 检查脚本 python3 --version
exec (node) 生成 Word 文档 node --version

必要 Python 包

pip3 install python-docx  # Word 文档生成

自检脚本

# 运行此脚本确认环境就绪
python3 -c "import docx; print('python-docx OK')" && \
node -e "require('docx'); console.log('docx-js OK')" && \
echo "环境就绪,可以开始使用工作流"

自检失败处理

缺失项 处理方式
web_search / web_fetch 提醒用户:当前环境缺少搜索工具,报告中的市场数据将依赖用户提供或 AI 训练数据,无法实时验证
node / docx 提醒用户:npm install docx 以支持 Word 导出
python3 / python-docx 提醒用户:pip3 install python-docx 以支持文档样式清理

流程总览

用户需求
    ↓
Step 0  项目定义 ─── 7维度一次性确认
    ↓
Step 1  框架设计 ─── 主框架→二/三级标题→内容要求
    ↓
Step 2  报告撰写 ─── 边写边搜,内嵌检查点,卡死自检
    ↓
Step 3  质量审核 ─── L1+L2自动化,L3抽检
    ↓
Step 4  排版导出 ─── Markdown→Word
    ↓
Step 5  项目收尾 ─── 交付、复盘、归档

详细工作流见 references/core_workflow.md


写作原则体系

全局 14 条(底线)  ←  所有章节必须满足
        +
章节专项 56 条(增量) ←  各章追加
        │
冲突时:专项优先

全局原则速查

类别 # 核心
数据 1-4 来源标注、缺失处理(区间>定性>标记)、用户数据优先、近5年时效
格式 5-8 单节300-800字、超1万字拆分、时序表格化、禁emoji
文风 9-14 三段式论证、禁反问句、叙事连贯、句式多样、段落式叙述、深度分析

详细见 references/writing_principles.md

章节专项原则

文件 项数
一 宏观背景分析 references/section_rules/01_宏观背景分析.md 10
二 中观市场分析 references/section_rules/02_中观市场分析.md 9
三 微观市场分析 references/section_rules/03_微观市场分析.md 10
四 竞品对比 references/section_rules/04_竞品对比.md 8
五 SWOT 分析 references/section_rules/05_SWOT分析.md 10
六 运营预测 references/section_rules/06_运营预测.md 10

⚠️ 撰写每章前必须用 read 工具显式读取对应章节专项原则文件。


快速启动

助手收到报告撰写需求后:

  1. 读取完整工作流references/core_workflow.md
  2. 执行环境自检:运行上述自检脚本
  3. 从 Step 0 开始:确认项目 7 维度(物业类型/体量/阶段/基准日期 + 应用场景/立场/读者)
  4. 严格按 Step 顺序执行,不跳跃,每步结束等待确认

关键协议

  • 执行护栏references/protocol.md
  • 生成前强制回顾:每章开始前回顾全部原则 + 读取对应 section_rules/ 文件
  • 内嵌检查点:每章完成后自动对照 Step 1 框架验证标题和内容
  • 卡死检测:同一操作≥3次无进展 → 强制中断 → 报告用户
  • 增量保存:每三级标题后立即保存,禁止依赖对话历史


脚本

脚本 用途
scripts/generate_report_docx.js Markdown → Word 排版导出
scripts/l1_check.py L1 基础层自动化检查
scripts/l2_check.py L2 逻辑层检查
安全使用建议
Before installing, be aware that this skill is not just a text prompt: it expects web research, local report file creation, optional dependency installation, and Python/Node helper scripts for checking and DOCX export. These behaviors are consistent with the stated purpose, but run them only in a trusted project folder and review commands/dependencies if the report contains sensitive business data.
功能分析
Type: OpenClaw Skill Name: real-estate-report-workflow Version: 1.5.6 The skill bundle is a comprehensive and professional workflow for generating real estate market reports. It utilizes Node.js (`generate_report_docx.js`) and Python (`l1_check.py`, `l2_check.py`) scripts to automate document formatting, perform logical data consistency checks, and validate report structure. While the workflow requires execution permissions for environment self-checks and document processing, all code and instructions in SKILL.md and the references directory are strictly aligned with the stated purpose of real estate consulting. No evidence of data exfiltration, malicious prompt injection, or unauthorized persistence was found.
能力评估
Purpose & Capability
The requested capabilities fit the stated purpose of producing researched real-estate reports and exporting Word files; the noteworthy parts are web search/fetch, file writes, and local Python/Node helpers.
Instruction Scope
The workflow is strongly step-gated and repeatedly requires user confirmation before continuing or saving, but it also says first-use environment self-checks must run.
Install Mechanism
Registry metadata says there is no install spec or required binaries, while the artifacts document python-docx/docx dependencies and local scripts. The package.json also appears malformed, which is more of a reliability/provenance issue than malicious behavior.
Credentials
Use of web_search/web_fetch, write/edit, and exec is proportionate to market research, automated checks, and DOCX export. No credentials, secrets, or privileged account access are requested.
Persistence & Privilege
The skill persists project state and report parts to local files for cross-day recovery and mentions Git commit during project closeout; this is disclosed and purpose-aligned, but users should keep it scoped to the intended project directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install real-estate-report-workflow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /real-estate-report-workflow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.5.6
Renamed from Real Estate Report Chain Repo to Real Estate Report Workflow for clarity. Updated description with 14+56 principles and 3-project validation.
元数据
Slug real-estate-report-workflow
版本 1.5.6
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Real Estate Report Workflow 是什么?

房地产市场调研报告撰写工作流。涵盖住宅/商业/办公/工业地产类型的专业市场调研报告撰写。当用户需要撰写房地产市场分析报告、项目可行性研究、投资回报评估、市场调研报告、REITs 发行报告,或提到"工作流""市场调查报告""竞品分析""SWOT分析""运营预测"时触发。5 步流程 + 14 条底线原则 + 56 条... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。

如何安装 Real Estate Report Workflow?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install real-estate-report-workflow」即可一键安装,无需额外配置。

Real Estate Report Workflow 是免费的吗?

是的,Real Estate Report Workflow 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Real Estate Report Workflow 支持哪些平台?

Real Estate Report Workflow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Real Estate Report Workflow?

由 hoAr12(@hoar12)开发并维护,当前版本 v1.5.6。

💬 留言讨论