Lithium Promo Research

v1.1.0

锂电设备国际推广平台调研系统。针对方形电池组装线、圆柱电池组装线、软包电池组装线、切叠一体机、注液机等锂电设备产品, 调研美国、日本、韩国、俄罗斯、欧洲等目标国家的展会推广平台、线上B2B平台、行业媒体资源。 生成Excel格式看板报告,支持按国家/平台类型/产品线筛选分析。 当用户需要"调研推广平台"、"找展会...

0· 31·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for richardcoder849/lithium-promo-research.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Lithium Promo Research" (richardcoder849/lithium-promo-research) from ClawHub.
Skill page: https://clawhub.ai/richardcoder849/lithium-promo-research
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install richardcoder849/lithium-promo-research

ClawHub CLI

Package manager switcher

npx clawhub@latest install lithium-promo-research
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (research promotion platforms and produce Excel reports) matches the included scripts: search_platforms.py (build search tasks), parse_platforms.py (extract/structure), score_platforms.py (score & grade), generate_excel.py (create workbook). No unrelated credentials, binaries, or external integrations are requested.
Instruction Scope
SKILL.md instructs running the included scripts in the expected sequence. The instructions and scripts operate on local JSON and generate reports; they do not reference or request any unrelated system files or secrets. A few implementation placeholders/TODOs exist (search and parsing steps are simplified/stubbed), so the actual network fetching/parsing behavior is minimal in this code snapshot but could be expanded later to perform HTTP requests and web scraping (which would be coherent with the purpose).
Install Mechanism
No install spec and no packaged downloads — instruction-only + included scripts. The only runtime dependency is openpyxl (imported by generate_excel.py), which is reasonable for Excel generation.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The code does not attempt to read sensitive env vars. Local file reads/writes are limited to the skill folder and a reports/data directory (and an optional Desktop output), which is proportionate to generating reports.
Persistence & Privilege
always:false and no elevated privileges. The scripts create and write files under the skill's data/reports directories and optionally to the user's Desktop; this persistent file creation is expected for report generation but users should be aware files will be written to disk. The skill does not modify other skills or system-wide settings.
Assessment
This skill appears to do what it says: it builds search tasks, structures data, scores platforms, and generates Excel reports. Things to consider before installing or running: 1) The scripts will create files under the skill/data/reports directory and may write an output to your Desktop — ensure you are comfortable with that and have disk space. 2) Several parts are marked TODO or simplified: search and parsing are stubs that currently only generate search URLs (cn.bing.com) and simulated records; if the author later enables full HTTP fetching/scraping, the skill will make outbound requests to search engines and target sites. If you plan to run it in production, review/approve any network-calling code and consider running in an isolated environment. 3) The only external Python dependency is openpyxl for Excel; install it in a virtual environment. 4) There are minor path/filename inconsistencies (e.g., main.run_search returns a platforms_raw_*.json path though search_task files use a different name) — this is a quality issue, not a security flag; you may want to test the workflow on sample data first. If you want higher assurance, ask the author to confirm the search/parsing behavior or provide a version that explicitly performs (or intentionally does not perform) live HTTP requests.

Like a lobster shell, security has layers — review code before you run it.

latestvk973qrxes3vc75tz4v9933fs0185fre1
31downloads
0stars
2versions
Updated 4h ago
v1.1.0
MIT-0

锂电设备国际推广平台调研 Skill

调研范围

目标国家/地区

编号国家/地区代码
1美国US
2日本JP
3韩国KR
4俄罗斯RU
5欧洲(德国/法国/意大利等)EU

平台类型

类型说明示例
展会行业展会、博览会InterBattery, The Battery Show
B2B线上B2B交易平台Alibaba, EC21, Kompass
媒体行业媒体、杂志、新闻网站Batteries News, EVTech

产品线(可扩展)

  • 方形电池组装线
  • 大小圆柱电池组装线
  • 软包电池组装线
  • 切叠一体机
  • 注液机

⚠️ 产品线列表不硬编码,从 references/product-lines.json 动态读取,支持后期增加。


工作流程

[用户触发:"调研XX国家推广平台"]
         ↓
[Step 1] 确定目标国家和产品线
         ↓
[Step 2] search_platforms.py   多引擎搜索平台信息
         ↓
[Step 3] parse_platforms.py    抓取详情页 + 结构化提取
         ↓
[Step 4] score_platforms.py    评分排序(影响力/匹配度/价格)
         ↓
[Step 5] generate_excel.py     生成Excel看板报告
         ↓
[Step 6] 输出报告路径 + 关键摘要

采集字段

每个平台记录以下字段:

字段说明
platform_name平台名称
platform_type展会/B2B/媒体
country所属国家/地区
website官网链接
influence_score影响力评分(1-10)
audience_type受众类型(电池厂/设备商/采购商)
matching_products匹配的产品线(多选)
promo_form推广形式(展位/广告/会员/新闻稿)
price_range价格区间(免费/低/中/高/需询价)
language支持语言
contact_info联系方式
notes备注
source_url信息来源
discovered_at发现时间

评分规则

维度加分说明
行业知名度高+2如知名展会、头部B2B平台
受众匹配度高+2直接面向电池制造商/设备采购商
支持多语言/英语+1便于国际推广
有明确价格信息+1便于预算规划
支持中国厂商参展/入驻+1实际可操作
有锂电/新能源专区+2垂直度高

推荐等级:S(≥7分) / A(5-6分) / B(3-4分) / C(≤2分)


搜索策略

按国家+类型搜索

美国:

  • 展会:battery show USA 2025 2026, lithium battery exhibition America
  • B2B:B2B platform battery equipment USA, industrial equipment marketplace US
  • 媒体:battery industry news USA, EV battery media America

日本:

  • 展会:battery show Japan 2025, リチウム電池 展示会
  • B2B:B2B バッテリー 設備, 日本 B2B 工業設備
  • 媒体:battery japan news, 電池業界 メディア

韩国:

  • 展会:InterBattery 2025, Korea battery exhibition
  • B2B:Korea B2B platform battery, 한국 배터리 장비 B2B
  • 媒体:Korea battery industry news, 배터리 산업 뉴스

俄罗斯:

  • 展会:battery exhibition Russia 2025, выставка аккумуляторы Россия
  • B2B:B2B platform Russia industrial equipment
  • 媒体:battery news Russia

欧洲:

  • 展会:The Battery Show Europe, battery exhibition Germany
  • B2B:European B2B battery equipment marketplace
  • 媒体:battery industry news Europe

输出格式

Excel看板结构

Sheet 1: 平台总览 | 国家 | 平台名称 | 类型 | 推荐等级 | 影响力 | 匹配产品线 | 价格 | 官网 |

Sheet 2: 展会详情 | 展会名称 | 国家 | 时间 | 规模 | 参展费用 | 联系方式 | 备注 |

Sheet 3: B2B平台详情 | 平台名称 | 国家 | 入驻费用 | 佣金 | 受众 | 语言支持 | 链接 |

Sheet 4: 媒体资源 | 媒体名称 | 国家 | 类型 | 广告价格 | 发行量/流量 | 投稿方式 | 链接 |

Sheet 5: 按产品线推荐 | 产品线 | 推荐平台 | 类型 | 国家 | 推荐理由 |


使用方式

命令行调用

# 完整调研流程
python scripts/main.py --country KR --type exhibition

# 跳过搜索,直接用现有数据生成报告
python scripts/main.py --skip-search --output my_report.xlsx

# 指定产品线
python scripts/main.py --country US --type b2b --product "方形电池组装线" "圆柱电池组装线"

参数说明

参数简写说明默认值
--country-c目标国家(US/JP/KR/RU/EU/ALL)ALL
--type-t平台类型(exhibition/b2b/media/all)all
--product-p产品线(多选)全部
--output-o输出文件名promo_report_YYYYMMDD.xlsx
--skip-search-跳过搜索,直接用现有数据false

手动触发

"帮我调研韩国锂电设备推广平台"
"美国有哪些电池展会"
"生成推广平台调研报告"
"调研日本B2B平台"

文件结构

lithium-promo-research/
├── SKILL.md                          # 本文件
├── scripts/
│   ├── main.py                    # 主入口CLI
│   ├── search_platforms.py           # 多引擎搜索
│   ├── parse_platforms.py            # 详情抓取+结构化
│   ├── score_platforms.py            # 评分排序
│   └── generate_excel.py             # 生成Excel看板
├── references/
│   ├── product-lines.json            # 产品线配置(可扩展)
│   ├── country-guides/               # 各国详细指南
│   │   ├── us.md
│   │   ├── jp.md
│   │   ├── kr.md
│   │   ├── ru.md
│   │   └── eu.md
│   └── search-templates.md           # 搜索模板库
├── data/
│   ├── platforms_raw_YYYYMMDD.json   # 原始搜索结果
│   └── reports/
│       └── promo_report_YYYYMMDD.xlsx # Excel看板报告
└── assets/
    └── (可选) Excel模板文件

状态输出

调研完成后输出:

  • 新发现平台数量
  • 各国家/类型分布
  • 推荐等级分布(S/A/B/C 各多少)
  • Excel报告文件路径
  • 关键推荐(Top 5 平台)

Comments

Loading comments...