返回顶部
r

research-company

B2B company research producing professional PDF reports. Use when asked to research a company, analyze a business, create an account profile, or generate market intelligence from a company URL. Outputs a beautifully formatted, downloadable PDF report.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
2,587
下载量
3
收藏
概述
安装方式
版本历史

research-company

# Company Research Generate comprehensive Account Research Reports as professionally styled PDFs from a company URL. ## Workflow 1. **Research** the company (web fetch + searches) 2. **Build** JSON data structure 3. **Generate** PDF via `scripts/generate_report.py` 4. **Deliver** PDF to user ## Phase 1: Research (Parallel) Execute these searches concurrently to minimize context usage: ``` WebFetch: [company URL] WebSearch: "[company name] funding news 2024" WebSearch: "[company name] competitors market" WebSearch: "[company name] CEO founder leadership" ``` Extract from website: company name, industry, HQ, founded, leadership, products/services, pricing model, target customers, case studies, testimonials, recent news. ## Phase 2: Build Data Structure Create JSON matching this schema (see `references/data-schema.md` for full spec): ```json { "company_name": "...", "source_url": "...", "report_date": "January 20, 2026", "executive_summary": "3-5 sentences...", "profile": { "name": "...", "industry": "...", ... }, "products": { "offerings": [...], "differentiators": [...] }, "target_market": { "segments": "...", "verticals": [...] }, "use_cases": [{ "title": "...", "description": "..." }], "competitors": [{ "name": "...", "strengths": "...", "differentiation": "..." }], "industry": { "trends": [...], "opportunities": [...], "challenges": [...] }, "developments": [{ "date": "...", "title": "...", "description": "..." }], "lead_gen": { "keywords": {...}, "outreach_angles": [...] }, "info_gaps": ["..."] } ``` ## Phase 3: Generate PDF ```bash # Install if needed pip install reportlab # Save JSON to temp file cat > /tmp/research_data.json << 'EOF' {...your JSON data...} EOF # Generate PDF python3 scripts/generate_report.py /tmp/research_data.json /path/to/output/report.pdf ``` ## Phase 4: Deliver Save PDF to workspace folder and provide download link: ``` [Download Company Research Report](computer:///sessions/.../report.pdf) ``` ## Quality Standards - **Accuracy**: Base claims on observable evidence; cite sources - **Specificity**: Include product names, metrics, customer examples - **Completeness**: Note gaps as "Not publicly available" - **No fabrication**: Never invent information ## Resources - `scripts/generate_report.py` - PDF generator (uses reportlab) - `references/data-schema.md` - Full JSON schema with examples

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 research-company-1776386230 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 research-company-1776386230 技能

通过命令行安装

skillhub install research-company-1776386230

下载 Zip 包

⬇ 下载 research-company v1.0.0

文件大小: 9 KB | 发布时间: 2026-4-17 15:41

v1.0.0 最新 2026-4-17 15:41
Initial release—generates professional B2B company research PDFs.

- Added PDF report generation script (scripts/generate_report.py) using reportlab.
- Outlined step-by-step workflow: research, build JSON, generate PDF, and deliver report.
- Defined comprehensive company research JSON schema and guidance for information gathering.
- Included quality standards prioritizing accuracy, specificity, completeness, and citation of evidence.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部