Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
kirkluokun avatar

Research Company

  • 46 installs
  • 61 repo stars
  • Updated March 16, 2026
  • kirkluokun/awesome-a-stock-openclawskills

Helps with ai & agent building tasks.

About

research-company is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • research-company
  • AI & Agent Building
  • AI-coding skill

Research Company by the numbers

  • 46 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #7,568 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/kirkluokun/awesome-a-stock-openclawskills --skill research-company

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs46
repo stars61
Last updatedMarch 16, 2026
Repositorykirkluokun/awesome-a-stock-openclawskills

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

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):

{
  "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

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.