company-briefing

Original🇨🇳 Chinese
Translated

Company Background Research Brief Generator, supports Tavily AI Search and AI-enhanced information extraction, automatically generates briefs for sales scenarios.

2installs
Added on

NPX Install

npx skill4agent add visionsl2/molt_skills company-briefing

SKILL.md Content (Chinese)

View Translation Comparison →

Company Background Research Brief

Automatically searches and generates a company background brief based on the company name provided by the user, for pre-sales research.

Usage

Quick Start

User: Generate a brief for XXX Company
Assistant: (Call this skill, search company information and generate the brief)

Trigger Methods

Call this skill when the user says any of the following:
  • Generate a brief for XXX Company
  • Conduct background research on XXX Company
  • Introduce the situation of XXX Company
  • Give me a customer brief for XXX
  • Conduct background check on XXX Company
  • Create a background check brief for XXX Company
  • Background research on XXX customer

Call Flow

  1. Receive company name
  2. Search company information using Tavily API
  3. Extract key fields (see field list below)
  4. Generate brief in Markdown format
  5. Save to docs/ directory

Feature Highlights

1. Multi-source Data Collection

MethodPriorityDescription
Tavily AI⭐⭐⭐AI-optimized search and summarization (Recommended)
Web Fetch⭐⭐Directly retrieve web content
Baidu SearchBackup search source

2. AI-enhanced Information Extraction

  • OpenAI GPT intelligently parses search results
  • Automatically extracts: company overview, core business, products and services
  • Generates: sales suggestions, entry topics, customer pain points

3. Intelligent Output

  • Markdown format brief
  • Feishu message summary
  • Sales communication suggestions

Execution Flow

User Input
Tavily AI Search (or Baidu Search)
AI-enhanced Information Extraction (or basic regex extraction)
Generate Markdown Brief
Send Feishu Notification + Summary (display to user)

⚠️ Important: Output Requirements

1. Local Storage

  • Markdown file saved to:
    D:\ai-openclaw\docs\{Abbreviated Company Name}-Customer Brief-{YYYYMMDD}.md

2. User Notification (Mandatory)

  • Prohibited: Only save locally without notifying the user
  • Mandatory: After generating the brief, display it directly to the user in the current session
  • If Feishu sending fails (requires openId), display the full brief in the current session window
  • The brief should include core points: establishment date, headquarters, business, sales/revenue, strategic direction, sales suggestions

3. User Display Format

After generating the brief, it must be displayed to the user in the current session in the following format:
markdown
**📋 {Company Name} Customer Brief**

### Company Overview
- Establishment: XXXX | Headquarters: XX
- Stock Code: XXXX (A-share/H-share)

### Core Data
- 2024 Sales/Revenue: XXX
- 2025 Target: XXX

### Main Business/Products
- Core Business: XXX
- Core Technology: XXX

### Strategic Direction
- Strategic Initiatives: XXX
- Future Goals: XXX

### Sales Suggestions
- Entry Topics: XXX
- Competitive Advantages: XXX

📁 Full Brief: {File Path}
Note: If Feishu sending fails, the above format of brief summary must be displayed in the current session window.

Brief Content Structure

Mandatory Sections

  1. Company Overview - Basic information (establishment date, registered capital, nature, address, contact information, official website)
  2. Core Business - Core products and solutions
  3. Industry Position - Qualifications, market ranking, technical advantages
  4. Recent Developments - News, financing, major events
  5. Customer Groups - Industry distribution, typical customers
  6. Contact Information - Phone, email, address
  7. Sales Suggestions - Entry topics, customer pain points, competitive advantages

Company Overview Field List

FieldDescriptionExample
Company NameFull nameGuangdong Zhongshe Zhikong Technology Co., Ltd.
AbbreviationCommon abbreviationZhongshe Zhikong
Stock CodeIf listed002906
English NameEnglish nameForyou Corporation
Establishment DatePrecise to year/month/daySeptember 7, 1999
Legal RepresentativeLegal representativeGuo Zhicong
Registered CapitalIncluding currency121.08228 million RMB
Enterprise NatureState-owned/private/joint-venture/listedState-owned holding mixed ownership
AffiliationParent company/groupScience City (Guangzhou) Investment Group
Registered AddressIndustrial and commercial registration addressNo. 233, Kezhu Road, Huangpu District, Guangzhou
Operating AddressActual office address9th Floor, Building A6, Zhitai Plaza, No. 2399, Kaichuang Avenue, Huangpu District, Guangzhou
Contact PhonePhone/400/fax400-100-4168
Official WebsiteCompany official websitewww.kingtangdata.com

Output Files

  • Markdown:
    docs/{Abbreviated Company Name}-Customer Brief-{YYYYMMDD}.md
  • Feishu Message: Brief summary

API Configuration

Tavily API (Recommended)

bash
# Set environment variable
setx TAVILY_API_KEY "tvly-xxx" /M
Obtain address: https://tavily.com

OpenAI API (AI Enhancement)

bash
# Set environment variable
setx OPENAI_API_KEY "sk-xxx" /M

Usage Effects

ConfigurationFunction
Tavily OnlyIntelligent search + basic extraction
Tavily + OpenAIIntelligent search + AI-enhanced extraction (Recommended)
No ConfigurationBasic Baidu search + simple extraction

Best Practices

Data Source Priority

  1. Tavily AI - AI-optimized summary, highest quality
  2. Official Company Website - First-hand information
  3. Tianyancha/Qichacha - Official industrial and commercial data
  4. Baidu Search - General information

Information Verification

  • Registered capital is based on official data
  • Check news timeliness (prioritize the past year)
  • Cross-verify key information from multiple sources

Search Tips

  1. Full Name Search: When the user provides the full name, search directly with the full name, no modifications
  2. Abbreviation Matching: When the user provides an abbreviation, match the correct company based on search results
  3. Multi-word Combination: Use "company name + core business" combination to improve search accuracy
  4. English Name: Can search the English name as a supplement

Format Requirements

  • Use the full company name
  • Unified currency unit: ten thousand yuan/hundred million yuan
  • Date format: YYYY-MM-DD

Sample Output

Company Overview Table (Full Version)

ItemContent
Company NameXXX Technology Co., Ltd.
AbbreviationXXX
Stock Code000001 (if applicable)
Establishment Date20XX-X-X
Legal RepresentativeZhang San
Registered CapitalX,XXX ten thousand yuan
Enterprise NaturePrivate enterprise/state-owned/joint-venture/listed company
AffiliationXXX Group/XXX Holding
Registered AddressProvince/City District/Street
Operating AddressProvince/City District/Street
Contact PhonePhone/400/fax
Official Websitewww.example.com

Sales Suggestions

  • Entry Points (no more than 3)
  • Customer Pain Points (no more than 3)
  • Competitive Advantages (no more than 3)

Performance Optimization

  • Search Timeout: 15 seconds
  • AI Extraction Timeout: 60 seconds
  • Maximum Search Results: 10 items
  • Brief Save Location:
    docs/

Related Skills

  • tavily-search
    - Tavily API Search (Alternative)
  • openclaw-best-practices
    - OpenClaw Best Practices

Update Log

DateVersionUpdate Content
2026-02-24V4.1Added user notification requirement: must display the brief to the user in the session after generation
2026-02-22V4.0Improved brief template: added fields such as stock code, English name, contact phone, operating address, official website, customer groups, contact information; added search tips
2026-02-11V3.0Added Tavily AI Search + AI-enhanced extraction
2026-02-11V1.0Initial version