用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/crimsonblazezero/Zero-Tools --skill lmx-mcp-integration命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
领星 ERP 数据拉取、周报/月报汇总、运营周会 Excel 表格自动填报并交王祎审核确认后自动提交运营周复盘日志(附件以钉盘链接贴正文)、六组周会纪要自动生成与推送工作流。
Use when generating, pulling, auditing, filling, or rolling monthly business review reports (月度运营复盘/月报/主管月复盘/当月销售分析) for LingXing ERP and Nanjing Europe Group (南京欧洲组KS) Amazon stores.
Use when the user wants to pull Amazon sales/ad profit data from LingXing ERP (跨境电商ERP), build a weekly/monthly business dashboard (经营周报/月报/数据看板/排名环比/父ASIN), or send the report to a DingTalk group (钉钉群). Triggers: "拉上周数据/拉上个月数据", "父ASIN销售广告利润", "经营周报看板", "BSR排名环比", "发送到钉钉/欧洲群", "lingxing周报", "lingxing看板", "月报/月度复盘/全年完成表/退款率/退货率/仓储费/库销比". Pulls order-profit reports at parent-ASIN granularity, cross-validates ads spend, enriches Chinese product names, optionally fetches BSR rank trends, builds a self-contained Chart.js HTML dashboard (monthly variant adds fee-structure/rating/refund-rate/annual-target columns), and sends it to a specified DingTalk group via the dws CLI.
正在显示 SKILL.md
基于 SOC 职业分类
| name | lmx_mcp_integration |
| description | 领星 ERP 官方 Streamable HTTP MCP Server 配置与使用指南。 当用户需要拉取亚马逊 ERP 数据(销售、利润、库存、广告)时触发。 |
| tags | ["lingxing","mcp","amazon-erp","ads","inventory","sales"] |
| metadata | {"author":"agnes","created":"2026-07-26T00:00:00.000Z","updated":"2026-07-26T00:00:00.000Z"} |
领星 ERP 官方提供的 Streamable HTTP MCP Server,用于从 Amazon 运营数据中自动拉取销售、利润、库存和广告报表。
https://openmcp.lingxing.com/mcp-servers/lingxing-mcpX-Mcp-Key(由领星后台 AI助手 → 管理MCP 生成)| Tool | Purpose | Key Notes |
|---|---|---|
get_my_sids | List all accessible shops | Returns sid, alias, seller_id |
ad_auth_shops | List ad-authenticated shops | More structured, includes profile_id; recommended |
get_profit_report_msku | MSKU profit detail | total can be thousands; 50/pagelimit |
query_order_profit_list_gross_profit | Aggregated gross profit | Supports filters/sorting |
get_fba_stock_list | FBA inventory with aging | seller_group_name is comma-separated multi-store |
query_erp_competitive_monitor | Competitor monitoring list | Read-only view of existing monitors |
query_erp_follow_sale_monitor | Follow-sale monitor list | Read-only view |
query_erp_keyword_ranking_* | Keyword rank monitoring | Read-only |
ad_campaign_report | Ad campaign-level report | ⚠️ Susceptible to rate-limit errors |
ad_campaign_keyword_report | Keyword search term report | |
ad_campaign_product_report | Sponsored product target report | |
ad_campaign_search_term_report | Search term report | |
ad_campaign_targeting_report | Targeting/bidding report | |
ad_campaign_group_report | Campaign group report |
| Tool | Reason |
|---|---|
add_custom_indicator / update_custom_indicator | No permission: "暂无操作权限" |
get_custom_indicator_list | No permission |
get_custom_indicator_field | Related to disabled feature |
create_erp_competitive_monitor | Write operation not permitted |
create_erp_follow_sale_monitor | Write operation not permitted |
create_erp_new_monitor | Write operation not permitted |
create_erp_keyword | Write operation not permitted |
get_profit_report_mskuKey fields in each record:
totalSalesAmount — sales amount per SKUtotalSalesQuantity — unit count soldgrossProfit — raw gross profit before full cost deductionadsSpCost, adsSbCost, adsSdCost, adsSbvCost, adsSarCost — ad spend by typecurrencyCode — USD/EUR/GBP/CAD/JPY/etc.country — Chinese locale name like "美国", "英国", "德国"reportDateMonth — YYYY-MM formatprincipalRealname — responsible person nameget_fba_stock_listKey fields:
afn_fulfillable_quantity — FBA available sellable stockseller_group_name — comma-separated store group names (e.g., "南京欧洲组KS-BE,南京欧洲组KS-DE,...")inv_age_91_to_180_days, inv_age_181_to_270_days, inv_age_271_to_365_days, inv_age_366_plus_daysage_X_to_Y — verify actual keys before aggregating{result: "{\"code\":0,..."} → always do json.loads(result) twice when neededad_campaign_report in particular fails under concurrency; serialize calls with small delaystotal field and paginateseller_group_name can contain comma-separated values across multiple stores; filter by substring matchnull, "", or numeric 0; always use float(val or 0) or equivalentadsSpCost / totalSalesAmount as primary sourcemcp_servers:
LingXing-MCP:
url: https://openmcp.lingxing.com/mcp-servers/lingxing-mcp
headers:
X-Mcp-Key: <your-key>
transport: streamable_http
See references/weekly-report-pipeline-notes.md for business rule mappings used in weekly report automation.