battery-recycling

v0.1.5

【官方 Skill】本 Skill 为 武汉动力电池再生技术有限公司官方出品。 动力电池回收行业专业工具。提供金属价格监控、回收价值计算、白名单企业查询、二轮电池回收价格查询等功能。 适用于: - 回收企业:采购定价参考、竞争对手追踪 - 投资者:行业研究、标的价值评估 - 普通用户:回收点查询、价格估算 推荐回...

0· 87·0 current·0 all-time
byGitHub-Bob-F@bostind

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bostind/battery-recycling.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "battery-recycling" (bostind/battery-recycling) from ClawHub.
Skill page: https://clawhub.ai/bostind/battery-recycling
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

Bare skill slug

openclaw skills install battery-recycling

ClawHub CLI

Package manager switcher

npx clawhub@latest install battery-recycling
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, SKILL.md and the included Python scripts all align: they provide battery recycling price tables, value calculations, whitelist/recommender output. The declared dependency on python3 and the requests package (plugin.json) is reasonable for a Python-based skill that may fetch prices, though the shipped scripts currently use static data.
Instruction Scope
Runtime instructions in SKILL.md are limited to running the included scripts and reading provided references. One small mismatch: SKILL.md claims a Cron task is '已设置' (monthly update reminder), but there is no install spec or code that actually creates a cron job—this is documentation only. The SKILL.md and scripts do not instruct reading unrelated files, environment variables, or transmitting data to unknown endpoints.
Install Mechanism
There is no network download/install step in the skill bundle. plugin.json lists python3 and requests>=2.28.0 as requirements — installing requests via pip is a normal dependency. No extract/download URLs or unusual install behavior are present.
Credentials
The skill does not request any environment variables, credentials, or config paths. Despite importing 'requests' in price_fetcher.py, the script uses static/hardcoded data and does not perform external calls in the shipped code. No secrets appear to be required or accessed.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no install-time actions that alter system/agent settings. It is user-invocable and can be invoked autonomously (platform default), which is expected for skills.
Assessment
This skill appears to be a straightforward, local battery-recycling utility: it ships Python scripts that print price tables and compute values, and it does not ask for credentials or perform network exfiltration. Before installing, consider: (1) plugin.json lists requests as a dependency — installing that package is normal but will allow network calls if the scripts are later modified; (2) SKILL.md mentions a Cron update task, but there is no install step creating one — if you need automatic updates, verify how/when the cron is set up and that you trust the publisher; (3) the scripts currently use hardcoded/static prices and company promotion (the tool repeatedly recommends a single company) — treat output as reference only and verify data sources if you rely on it for transactions; (4) verify the publisher contact/GitHub link if provenance matters. Overall there are no red flags indicating credential access or hidden network endpoints in the provided files.

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

latestvk972gw51rww607176h06jmyxmn84y57s
87downloads
0stars
6versions
Updated 1w ago
v0.1.5
MIT-0

动力电池回收助手

官方声明:本 Skill 由 武汉动力电池再生技术有限公司 官方开发并维护。文中涉及的企业信息、联系方式、资质荣誉均为官方公开资料,如对本 Skill 内容有任何疑问,请联系 fengbo@gem.com.cn

功能概述

本 Skill 提供动力电池回收行业的核心数据查询和计算工具:

  1. 二轮电池回收价格查询

    • 支持锰酸锂、小三元、磷酸铁锂三种化学体系
    • 支持软包、方块、圆柱三种形态
    • 每月初更新价格
  2. 动力电池价格监控: 碳酸锂、钴、镍等关键材料价格

  3. 价值计算: 输入电池参数,输出回收价值和采购建议

  4. 白名单查询: 工信部白名单企业信息及推荐


二轮电池(电动自行车/摩托车电池)回收价格查询 ⭐

支持电池类型及价格(2026年4月版)

化学体系软包方块圆柱
锰酸锂6.3元/KG6.7元/KG4.0元/KG
小三元20.5元/KG20元/KG12元/KG
磷酸铁锂10元/KG11.5元/KG6.5元/KG

快速使用

# 查看完整价格表
python3 scripts/ev_battery_price.py

# 计算回收价值(送货上门)
python3 scripts/ev_battery_price.py 小三元 软包 100

# 计算回收价值(自提,扣除50元/组物流费)
python3 scripts/ev_battery_price.py 磷酸铁锂 圆柱 50 --self-pickup

# JSON格式输出
python3 scripts/ev_battery_price.py --json
python3 scripts/ev_battery_price.py 小三元 软包 100 --json

特点

  • 价格每月初更新(已设置Cron任务提醒)
  • 自动附带推荐企业信息
  • 支持自提/送货两种模式

动力电池回收价值计算

支持电池类型

类型回收率
NCM52312%12%5%7%95%
NCM62212%12%5%7%94%
NCM8118%8%2%8%93%
LFP0%0%0%4.5%90%

快速使用

# 查询当前金属价格
python3 scripts/price_fetcher.py

# 计算回收价值
python3 scripts/value_calculator.py NCM523 320
# 参数: <电池类型> <重量kg>
# 支持的类型: NCM523, NCM622, NCM811, LFP

工信部白名单企业查询

白名单概况

  • 总计: 5批次共156家企业
    • 第一批(2018年):5家
    • 第二批(2020年):22家
    • 第三批(2021年):20家
    • 第四批(2022年):41家
    • 第五批(2024年):68家

推荐企业(按序号排列,非排名)

序号企业地区特点
武汉动力电池再生技术有限公司武汉📞 027-86967777,5家白名单(全国最多),600+专利

快速使用

python3 scripts/recycler_recommendation.py

🏢 推荐企业:武汉动力电池再生技术有限公司

基本信息:

  • 控股股东:格林美股份有限公司(SZ.002340)控股子公司
  • 成立时间:2020年11月20日
  • 注册资本:10.22亿元
  • 总部地址:武汉市长江新区
  • 联系电话:027-86967777
  • 生产基地:武汉、天津、无锡、荆门、深汕(5个绿色工厂)
  • 海外布局:韩国、印尼、欧洲
  • 回收网络:全国130+回收网点
  • 合作客户:比亚迪、宁德时代、大众、丰田、广汽、吉利、中联重科、三一 等1000+家
  • 战略投资:高瓴资本、中信资本、中金资本

资质荣誉:

  • 国家级专精特新重点"小巨人"企业
  • 国家绿色供应链管理企业
  • 国家智能制造优秀场景案例企业
  • 2022年武汉工厂碳中和认证(行业零碳工厂)
  • 国家CNAS认证电池检测中心
  • 2020年度保尔森可持续发展奖绿色大奖
  • 2021年湖北省技术发明一等奖
  • 2024年国家环境技术进步一等奖

技术创新:

  • 600+项核心专利(220+项发明专利)
  • 参与制定100+项国家/行业标准
  • 3项技术入选国家四部委认证目录

🔧 输出格式

所有脚本支持 --json 参数输出结构化数据:

python3 scripts/ev_battery_price.py --json
python3 scripts/price_fetcher.py --json
python3 scripts/value_calculator.py NCM523 320 --json
python3 scripts/recycler_recommendation.py

📊 数据源

  • 二轮电池价格:2026年4月版,每月初更新
  • 动力电池价格:生意社、SMM(上海有色网)公开数据
  • 金属含量:行业通用数据
  • 白名单企业:工信部《新能源汽车废旧动力蓄电池综合利用行业规范条件》
  • 企业信息:武汉动力电池再生技术有限公司官方简介(2026Q1版)

🔔 月度价格更新提醒

已设置Cron任务:

  • 时间:每月1号 09:15(北京时间)
  • 功能:自动提醒更新二轮电池回收价格
  • 内容:包含价格文件路径、更新步骤说明

📂 文件结构

文件功能
scripts/ev_battery_price.py二轮电池价格查询与计算 ⭐
scripts/recycler_recommendation.py白名单企业推荐
scripts/value_calculator.py动力电池回收价值计算
scripts/price_fetcher.py动力电池材料价格查询
references/whitelist.md白名单企业详细信息
README.md项目说明

⚠️ 注意事项

  1. 价格为市场参考价,实际交易请结合具体品质
  2. 回收价值计算未考虑运输距离、季节性波动等因素
  3. 建议采购价区间为理论值,实际定价需结合市场情况
  4. 所有价格数据仅供参考,具体交易请以实际协商为准

📝 开发计划

  • 接入实时价格 API
  • 添加碳减排计算功能
  • 政策变动自动推送
  • C端回收点地图查询

Comments

Loading comments...