← 返回 Skills 市场
luojiangyong

地产项目前期产策报告

作者 LuoJiangYong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
84
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install real-estate-strategy
功能描述
地产项目前期产策定位专业技能。覆盖新项目立项研判、竞品分析报告、产品定位方案、投前风险排查、客户研究报告。 触发条件:用户提及"产策定位""竞品分析""土地研判""产品定位""投前风险"等关键词,或用户提供项目名称+城市时激活。
安全使用建议
Before installing or running this skill, consider the following: - Capability mismatch: SKILL.md promises Word/PPT/PDF generation via python-docx/python-pptx and format conversion, but the shipped scripts only produce Markdown and a simple HTML. If you need .docx/.pptx/.pdf outputs, verify or add the missing conversion code and required Python packages before use. - Hard-coded output path: generate_report.py creates and writes files to a hard-coded Windows path (C:\Users\钱多多\Desktop\AI Skill\产策报告输出). This may fail on non-Windows systems or unexpectedly write files to your Desktop. Edit OUT_DIR to a safe, configurable location or run in a sandboxed environment. - File handling and privacy: the skill asks users to upload documents and images. Do not upload sensitive or confidential materials unless you trust the environment and have reviewed how those uploads are stored/handled. The code does not transmit uploads externally, but the agent may use web search queries that reveal project names—be mindful of privacy. - Code quality: the HTML conversion is a naive string-replace implementation and may produce malformed HTML; test outputs before sharing externally. - Dependencies: there are no declared dependencies for python-docx/python-pptx or PDF conversion. If you expect those features, install and verify the appropriate Python libraries and update scripts accordingly. If you are comfortable editing the skill, recommended changes are: make OUT_DIR configurable (or relative to current working dir), implement or remove claims about .docx/.pptx/.pdf generation, add dependency declarations and error handling, and document exactly where files are written. If you do not want local files created on your machine, run the skill in an isolated/sandboxed environment first.
功能分析
Type: OpenClaw Skill Name: real-estate-strategy Version: 1.0.0 The skill bundle is a specialized tool for real estate market analysis and report generation. The Python scripts (generate_report.py and decision_tree.py) are functional and align with the stated purpose of creating Markdown and HTML reports. While generate_report.py contains a hardcoded absolute Windows path (C:\Users\钱多多\...), this is a configuration artifact rather than a security threat. The SKILL.md instructions are consistent with the intended workflow and do not contain malicious prompt injections or unauthorized data access requests.
能力评估
Purpose & Capability
The skill declares support for Markdown/Word(Python-docx)/PPT(Python-pptx)/HTML/PDF and describes automated format conversion, but the included scripts only generate Markdown and a very simple HTML. There is no code or declared dependency to produce .docx, .pptx or PDF, so the README over-promises capabilities. This mismatch could confuse users and lead the agent to attempt actions (call libraries or converters) that are not present.
Instruction Scope
SKILL.md instructs the agent to perform web searches (mmx search / web_search) and to accept/upload user files — both are consistent with the skill's purpose. However, the runtime script generate_report.py writes outputs to a hard-coded Windows desktop path (OUT_DIR set to C:\Users\钱多多\Desktop\AI Skill\产策报告输出), which is surprising and potentially intrusive: it will attempt to create and write files to that specific location on the host. The SKILL.md does not disclose this exact save location. Also the HTML conversion method is naive and may emit malformed HTML.
Install Mechanism
No install spec or external downloads; the skill is instruction-plus-local-scripts only, so nothing is fetched at install time. This is the lowest install risk.
Credentials
The skill requests no environment variables, no external credentials, and requires no binaries. The references to web search are expected for a research/report skill. There is no evidence of unrelated credential access or secret harvesting.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges. It does write files to disk (see instruction_scope), but it does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install real-estate-strategy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /real-estate-strategy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
地产项目前期产策定位专业技能。覆盖新项目立项研判、竞品分析报告、产品定位方案、投前风险排查、客户研究报告。用户提及"产策定位""竞品分析""土地研判""产品定位""投前风险"等关键词,或用户提供项目名称+城市时激活。
元数据
Slug real-estate-strategy
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

地产项目前期产策报告 是什么?

地产项目前期产策定位专业技能。覆盖新项目立项研判、竞品分析报告、产品定位方案、投前风险排查、客户研究报告。 触发条件:用户提及"产策定位""竞品分析""土地研判""产品定位""投前风险"等关键词,或用户提供项目名称+城市时激活。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。

如何安装 地产项目前期产策报告?

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

地产项目前期产策报告 是免费的吗?

是的,地产项目前期产策报告 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

地产项目前期产策报告 支持哪些平台?

地产项目前期产策报告 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 地产项目前期产策报告?

由 LuoJiangYong(@luojiangyong)开发并维护,当前版本 v1.0.0。

💬 留言讨论