Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

a-share-global-peer全球同行

Agent Skill

a-share-global-peer 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,254

周安装

93

GitHub Stars

1

下载量

737
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:a-share-global-peer(全球同行)
来源仓库:https://github.com/laigen/a-share-global-peer
安装命令:
openclaw skills install a-share-global-peer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install a-share-global-peer

简介

自动匹配 A 股公司的境外同行上市公司,拓展对标研究视野。

  • 支持美国、欧洲、日本等多市场数据检索与对比分析。
  • 适用于基本面研究与国际竞争力评估场景。
  • 安装命令:openclaw skills install a-share-global-peer,需输入公司名称或代码。
  • 注意汇率波动与会计准则差异对可比性的影响。

SKILL.md

name
a-share-global-peer
description
Find global peer companies for A-share listed companies. Input an A-share company name or code, automatically match overseas listed companies (US, Europe, Japan, Korea) offering similar products/services, output comparison report with market share data. Triggers when user asks for overseas peer/benchmark, comparing A-share vs global leaders, or keywords like 对标, peer comparison, benchmark.
metadata
openclaw
requires
env
required
false
description
Tushare API token for A-share company data (optional, fallback to Web Search)
required
false
description
Brave Search API key (optional, system default available)
tools
skills

A-Share Global Peer Matching Tool

Overview

This skill helps find overseas listed companies that can serve as benchmarks or peers for A-share (Chinese) listed companies. It matches companies based on product/service similarity and provides detailed comparison reports.

Dependencies

Required Tools

ToolPurposePriority
web_searchSearch for global leaders, market share dataRequired
execRun Python scripts for data fetchingRequired
readRead reference filesOptional

Optional Skills (Enhancement)

SkillPurposeBenefit
ifind-finance-dataQuery A-share company products/financialsHighest accuracy
tushare-dataA-share company basic infoStructured data
akshare-stockA-share market dataAlternative data source

Environment Variables

VariableRequiredDescription
TUSHARE_TOKENOptionalTushare API token. If not set, falls back to Web Search for company data
BRAVE_API_KEYOptionalBrave Search API key. System default available

Note: This skill works without any API keys by using Web Search fallback. API keys enhance data quality but are not mandatory.

Required Files (Bundled)

FilePurpose
scripts/get_company_products.pyFetch A-share company product info
references/global_leaders_reference.mdQuick lookup table for global leaders

Workflow

Step 1: Get A-Share Company Product Matrix

Data Source Priority: iFinD (if skill available) > Tushare (if token set) > Web Search (always available)

Execute:

python3 scripts/get_company_products.py --company "<company_name_or_code>" --output json

The script automatically:

  1. Checks for TUSHARE_TOKEN environment variable
  2. If available, queries Tushare API
  3. If unavailable, returns recommended Web Search queries

Expected output:

  • Main products/services (sorted by revenue %)
  • Industry classification
  • Revenue geography breakdown

Fallback: If script unavailable or no API token, use web_search with query:

  • "<公司名> 主营业务 营收构成 2024"
  • "<公司名> products revenue breakdown"

Step 2: Search for Global Peer Companies

Search Strategy:

  1. For each major product, search "global leader in [product_name]" or "[product_name] market share"
  2. Prioritize US-listed companies (data easier to obtain), then Europe, Japan, Korea
  3. Use web_search tool, label source as "Web Search"

Selection Criteria:

  • MUST be publicly listed (exclude private companies)
  • Prefer highest market share in same product category
  • Higher product matrix overlap = higher priority

Step 3: Handle Special Cases

Region-Specific Products

When A-share company products have strong regional/Chinese characteristics:

  • Find overseas products with similar regional characteristics for analogy
  • Examples:

- Baijiu (白酒) → Whisky leader (Diageo) - Chinese condiments → Western condiments (McCormick)

  • Mark as "类比对标 (Analogy Benchmark)" and explain logic

Diversified Business

When A-share company operates multiple product categories:

  • First try to find single overseas company with highest product matrix overlap
  • If impossible, benchmark by main product separately
  • Example: Xiaomi (phone + IoT) → Apple (phone + IoT ecosystem), not separate benchmarks

Step 4: Get Market Share Data

Search patterns:

"[company_name] [product] market share"
"[product] global market share ranking"
"[product] industry leaders 2024"

Label all data sources:

  • 数据来源: Web Search (YYYY-MM-DD)
  • 数据来源: iFinD API
  • 数据来源: Tushare API

Step 5: Output Comparison Report (Chinese)

Important: All output reports must be in Chinese for user readability.

Output template:

## A股公司 vs 海外对标

### A股公司:[公司名] ([股票代码])
- **主营产品**: [产品1] (营收占比 XX%), [产品2] (营收占比 XX%)
- **行业**: [行业分类]
- **地域特色**: [如有则说明]

### 海外对标 1:[公司名] ([股票代码] - [交易所])
- **主营产品**: [产品1] (营收占比 XX%), [产品2] (营收占比 XX%)
- **市场地位**: [描述]
- **市场份额数据**:
  - [产品1] 全球份额: XX% (数据来源: ...)
  - [产品2] 全球份额: XX% (数据来源: ...)

### 海外对标 2:[公司名] ([股票代码] - [交易所])
- **主营产品**: ...
- **市场地位**: ...

### 产品对比

| 产品维度 | A股公司 | 海外对标1 | 海外对标2 |
|---------|---------|----------|----------|
| [维度名] | [数值] | [数值] | [数值] |
| 毛利率 | XX% | XX% | XX% |
| 营收规模 | XX亿 | XX亿 | XX亿 |

### 对标逻辑说明
- [选择这家公司对标的原因]
- [地域特色类比依据,如有]

---
*数据获取时间: YYYY-MM-DD*

Examples

Example 1: CATL (宁德时代)

Input: "宁德时代的海外对标公司"

Workflow:

  1. Query CATL main products: EV batteries (~70% revenue)
  2. Search "global leader in EV battery"
  3. Results: LG Energy Solution, Panasonic, Samsung SDI
  4. Get market share data
  5. Output Chinese comparison report

Example 2: Kweichow Moutai (贵州茅台)

Input: "茅台对标哪家海外公司"

Workflow:

  1. Identify Moutai products: Baijiu (strong regional characteristic)
  2. Search "global leader in spirits"
  3. Result: Diageo (whisky leader)
  4. Mark as "类比对标: 白酒 vs 威士忌"
  5. Output analogy comparison report in Chinese

Example 3: Innolight (中际旭创)

Input: "中际旭创的海外对标"

Workflow:

  1. Query: Optical transceivers (95.9% revenue)
  2. Search "global optical transceiver market leader"
  3. Results: Coherent, Lumentum
  4. Special finding: Innolight is already #1 globally!
  5. Output competition benchmark report, note leadership position

Resource Files

scripts/

  • get_company_products.py - Fetch A-share company product info via Tushare or recommend Web Search fallback

references/

  • global_leaders_reference.md - Quick lookup table for global industry leaders

Read reference file to reduce redundant searches:

# Quick lookup example
- EV Battery → LG Energy Solution (373220.KRX), Panasonic (6752.TSE)
- Spirits → Diageo (DEO.NYSE), Brown-Forman (BF.A.NYSE)
- Optical Transceiver → Coherent (COHR.NYSE), Lumentum (LITE.NYSE)

Data Source Labeling Rules

Data TypeLabel Format
A-share company products数据来源: iFinD API or 数据来源: Tushare API or 数据来源: Web Search
Overseas company info数据来源: Web Search (YYYY-MM-DD)
Market share数据来源: Web Search (YYYY-MM-DD) + search keywords
Estimates/speculationExplicitly label 推测数据,需验证

Important Rules

  1. NEVER fabricate data - All market share figures must come from actual search results
  2. Label uncertainty - Clearly state when data is incomplete
  3. Max 2 peer companies - Avoid information overload, select most representative
  4. Prioritize listed companies - Exclude private companies (e.g., Bosch, Deloitte)
  5. Output in Chinese - User-facing reports must be in Chinese for readability
  6. Check leadership position - Some A-share companies may already be global leaders (e.g., Innolight, CATL)
  7. Graceful fallback - If API tokens unavailable, use Web Search instead of failing

Special Cases Handling

Case 1: A-Share Company is Global Leader

When A-share company already ranks #1 globally:

  • Change framing from "对标学习" to "竞争对标" (competition benchmark)
  • Note that overseas companies are competitors, not learning targets
  • Focus on competitive dynamics, technology divergence, customer overlap

Example: 中际旭创 (Innolight) surpassed Coherent to become #1 optical transceiver supplier in 2024.

Case 2: No Direct Global Peer

When no listed overseas company produces exact same product:

  • Use analogy benchmarking
  • Explain analogy logic clearly
  • Note limitations of analogy comparison

Example: 中国中药 → Western herbal supplements (GNC, privatized, limited options)

Case 3: Multiple Product Categories

When company has diversified business:

  • Try to find single comprehensive peer first
  • If impossible, benchmark main product only
  • Note "多元化经营,仅对标主营业务"

Quality Checklist

Before outputting report, verify:

  • [ ] All revenue percentages backed by data sources
  • [ ] Market share figures labeled with source
  • [ ] Overseas companies confirmed as publicly listed
  • [ ] Special cases (regional products, diversified) handled properly
  • [ ] Report language is Chinese
  • [ ] Data timestamp included
  • [ ] If A-share company is global leader, noted in report

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.85%
按下载量换算603

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills