skills/market-research-html/SKILL.md
使用 HTML/CSS 格式生成综合性市场研究报告(50+页),风格模仿顶级咨询公司。具有专业排版、丰富的视觉生成、深度数据集成,支持多框架战略分析。HTML 格式使 AI 编辑和局部更新更加简便。
npx skillsauth add arcanexis/alice-single market-research-htmlInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
本技能旨在生成50+页的专业级市场研究报告,输出格式为 HTML/CSS。这种格式不仅保持了麦肯锡、BCG 等咨询公司的专业视觉严谨性,还极大地简化了 AI 对长文档的编辑、局部更新和内容追加过程。
核心特性:
输出格式:HTML5 + CSS3(包含打印样式),可选 JS 实现交互增强。
每份报告应在开始时生成 6 个基本视觉内容,使用 scientific-schematics 和 generate-image 工具。
在 HTML 中,使用 <img> 标签嵌入生成的图片:
<div class="figure">
<img src="figures/01_market_growth.png" alt="市场增长轨迹">
<div class="caption"><b>图 2.1:</b> 市场增长轨迹预测 (2024-2034)</div>
</div>
assets/style.css 和 assets/template.html。figures/ 文件夹用于存放视觉资产。使用 research-lookup 收集关键数据:
使用 Python 脚本生成所有必需的图表:
python scripts/generate_market_visuals.py --topic "[市场名称]" --output-dir figures/
template.html 创建初稿。id(如 #chapter-4)精确定位需要加深分析的部分。在编写过程中,使用以下 HTML 类来实现咨询级组件:
| 组件名称 | HTML 代码示例 | 用途 |
|----------|---------------|------|
| 洞察框 | <div class="insight-box box">...</div> | 强调关键发现和深度洞察 |
| 数据框 | <div class="data-box box">...</div> | 展示核心统计数据和指标 |
| 风险框 | <div class="risk-box box">...</div> | 罗列潜在威胁和挑战 |
| 建议框 | <div class="recommendation-box box">...</div> | 提供可操作的战略建议 |
| 图表容器 | <div class="figure">...</div> | 包装图片并添加专业标题 |
section 标签)。assets/style.css:定义所有视觉规范。assets/template.html:起始模板。references/:包含所有分析框架的详细文本指南。scripts/:包含 Python 自动化绘图工具。tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
development
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
tools
获取微博热搜榜实时数据。当需要查看微博热点、热门话题、实时舆情时使用该技能。
development
直接从专业天气API获取实时天气数据和历史天气信息。当需要查询任意城市的当前天气、未来预报、空气质量等精准气象数据时使用该技能。