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
Sourcevisionsl2/molt_skills
Added on
NPX Install
npx skill4agent add visionsl2/molt_skills company-briefingTags
Translated version includes tags in frontmatterSKILL.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
- Receive company name
- Search company information using Tavily API
- Extract key fields (see field list below)
- Generate brief in Markdown format
- Save to docs/ directory
Feature Highlights
1. Multi-source Data Collection
| Method | Priority | Description |
|---|---|---|
| Tavily AI | ⭐⭐⭐ | AI-optimized search and summarization (Recommended) |
| Web Fetch | ⭐⭐ | Directly retrieve web content |
| Baidu Search | ⭐ | Backup 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
- Company Overview - Basic information (establishment date, registered capital, nature, address, contact information, official website)
- Core Business - Core products and solutions
- Industry Position - Qualifications, market ranking, technical advantages
- Recent Developments - News, financing, major events
- Customer Groups - Industry distribution, typical customers
- Contact Information - Phone, email, address
- Sales Suggestions - Entry topics, customer pain points, competitive advantages
Company Overview Field List
| Field | Description | Example |
|---|---|---|
| Company Name | Full name | Guangdong Zhongshe Zhikong Technology Co., Ltd. |
| Abbreviation | Common abbreviation | Zhongshe Zhikong |
| Stock Code | If listed | 002906 |
| English Name | English name | Foryou Corporation |
| Establishment Date | Precise to year/month/day | September 7, 1999 |
| Legal Representative | Legal representative | Guo Zhicong |
| Registered Capital | Including currency | 121.08228 million RMB |
| Enterprise Nature | State-owned/private/joint-venture/listed | State-owned holding mixed ownership |
| Affiliation | Parent company/group | Science City (Guangzhou) Investment Group |
| Registered Address | Industrial and commercial registration address | No. 233, Kezhu Road, Huangpu District, Guangzhou |
| Operating Address | Actual office address | 9th Floor, Building A6, Zhitai Plaza, No. 2399, Kaichuang Avenue, Huangpu District, Guangzhou |
| Contact Phone | Phone/400/fax | 400-100-4168 |
| Official Website | Company official website | www.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" /MObtain address: https://tavily.com
OpenAI API (AI Enhancement)
bash
# Set environment variable
setx OPENAI_API_KEY "sk-xxx" /MObtain address: https://platform.openai.com
Usage Effects
| Configuration | Function |
|---|---|
| Tavily Only | Intelligent search + basic extraction |
| Tavily + OpenAI | Intelligent search + AI-enhanced extraction (Recommended) |
| No Configuration | Basic Baidu search + simple extraction |
Best Practices
Data Source Priority
- Tavily AI - AI-optimized summary, highest quality
- Official Company Website - First-hand information
- Tianyancha/Qichacha - Official industrial and commercial data
- 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
- Full Name Search: When the user provides the full name, search directly with the full name, no modifications
- Abbreviation Matching: When the user provides an abbreviation, match the correct company based on search results
- Multi-word Combination: Use "company name + core business" combination to improve search accuracy
- 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)
| Item | Content |
|---|---|
| Company Name | XXX Technology Co., Ltd. |
| Abbreviation | XXX |
| Stock Code | 000001 (if applicable) |
| Establishment Date | 20XX-X-X |
| Legal Representative | Zhang San |
| Registered Capital | X,XXX ten thousand yuan |
| Enterprise Nature | Private enterprise/state-owned/joint-venture/listed company |
| Affiliation | XXX Group/XXX Holding |
| Registered Address | Province/City District/Street |
| Operating Address | Province/City District/Street |
| Contact Phone | Phone/400/fax |
| Official Website | www.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 API Search (Alternative)
tavily-search - - OpenClaw Best Practices
openclaw-best-practices
Update Log
| Date | Version | Update Content |
|---|---|---|
| 2026-02-24 | V4.1 | Added user notification requirement: must display the brief to the user in the session after generation |
| 2026-02-22 | V4.0 | Improved 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-11 | V3.0 | Added Tavily AI Search + AI-enhanced extraction |
| 2026-02-11 | V1.0 | Initial version |