โ† All skills
Tencent SkillHub ยท Developer Tools

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/generate_report.py, references/data-schema.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Company Research

Generate comprehensive Account Research Reports as professionally styled PDFs from a company URL.

Workflow

Research the company (web fetch + searches) Build JSON data structure Generate PDF via scripts/generate_report.py 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): { "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

# 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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/data-schema.md Docs
  • scripts/generate_report.py Scripts