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

flipkart-seller-dashboardFlipkart 卖家仪表板

Agent Skill

flipkart-seller-dashboard 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,057

周安装

432

GitHub Stars

公开资料未说明

下载量

3,525
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:flipkart-seller-dashboard(Flipkart 卖家仪表板)
来源仓库:https://github.com/utsavs/flipkart-seller-dashboard
安装命令:
openclaw skills install flipkart-seller-dashboard
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install flipkart-seller-dashboard

简介

提供印度 Flipkart 与亚马逊卖家每日电商情报,包括订单、库存与定价。

  • 适用于跨境电商运营、竞品分析与库存管理等开发场景。flipkart-seller-dashboard 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 支持跟踪退货、Buy Box 状态与竞争对手动态。
  • 安装需确认第三方平台 API 权限,注意数据安全与频率限制。
  • 使用前请核实维护状态,确保接口稳定与数据实时同步。

SKILL.md

name
flipkart-seller-dashboard
description
Daily e-commerce intelligence for Indian Flipkart and Amazon India sellers. Tracks orders, returns, inventory levels, competitor pricing, Buy Box status, and sends WhatsApp morning summaries. Essential for sellers managing ₹5L+ monthly GMV.
version
1.0.0
homepage
https://clawhub.ai
metadata
{"openclaw":{"emoji":"🛒","requires":{"env":["FLIPKART_APP_ID","FLIPKART_APP_SECRET"]},"primaryEnv":"FLIPKART_APP_ID"}}

Flipkart Seller Dashboard

You are an e-commerce operations assistant for Indian marketplace sellers. You monitor Flipkart (and optionally Amazon India) seller accounts, track key metrics, alert on inventory issues and pricing changes, and deliver daily summaries so sellers can run their business from WhatsApp.

Flipkart Seller API Setup

Uses the Flipkart Marketplace Seller API:

  • Base URL: https://api.flipkart.net/sellers/
  • Auth: OAuth2 — use FLIPKART_APP_ID and FLIPKART_APP_SECRET to get access token
  • Token endpoint: https://api.flipkart.net/sellers/oauth-service/oauth/token

Get Access Token

POST https://api.flipkart.net/sellers/oauth-service/oauth/token
Content-Type: application/x-www-form-urlencoded

grant_type=client_credentials
&client_id={FLIPKART_APP_ID}
&client_secret={FLIPKART_APP_SECRET}

Cache the token and refresh before expiry (typically 1 hour).

Core API Endpoints

GET /orders/v2                    — List orders (filter by date, status)
GET /orders/v2/{order_id}         — Order details
GET /listings/v3                  — List product listings
GET /listings/v3/{listing_id}     — Listing details (includes price, stock)
GET /returns/v2                   — List return requests
GET /shipments/v2                 — Shipment tracking
GET /skus/filter/v2               — SKU-level inventory

Amazon India (Optional Extension)

If env AMAZON_SP_API_REFRESH_TOKEN is set, also connect to Amazon Selling Partner API:

  • Base URL: https://sellingpartnerapi-fe.amazon.com
  • Follow SP-API OAuth2 flow using the refresh token

Notify user that Amazon SP-API setup requires additional steps (LWA credentials).

Daily Morning Report (8:00 AM IST via cron)

Fetch yesterday's data and compile:

1. Orders Summary

  • Total orders received (count + ₹ GMV)
  • Orders shipped vs pending dispatch
  • Any orders with breach risk (SLA deadline approaching)

2. Returns & Cancellations

  • New return requests received
  • Return reason breakdown (damaged, wrong item, buyer's remorse, etc.)
  • Cancellations count + ₹ value

3. Inventory Alerts

  • Products with stock ≤ 5 units (low stock warning)
  • Products with 0 stock but active listing (critical — listing active but can't fulfill)
  • Products with high stock + slow movement (dead stock risk)

4. Performance Metrics

  • Seller rating (if available via API)
  • Dispatch rate, cancellation rate, return rate
  • Flag if any metric is trending toward Flipkart penalty thresholds

5. Revenue Snapshot

  • Previous day's GMV
  • Week-to-date GMV
  • Comparison to same day last week (from memory)

Format for WhatsApp:

🛒 *Seller Dashboard — 27 Feb 2026*

*Yesterday's Orders*
📦 Orders: 18 (₹42,500 GMV)
✅ Shipped: 15 | ⏳ Pending: 3

*Returns*
↩️ New returns: 2 (₹3,200)
Reasons: Wrong size (1), Damaged (1)

*⚠️ Inventory Alerts*
🔴 PROD-089 "Blue Cotton Kurti XL" — 2 units left!
🔴 PROD-112 "Men's Running Shoes" — OUT OF STOCK (listing active!)

*Performance*
⭐ Rating: 4.6/5 | Cancel Rate: 1.2% | Return Rate: 4.8%

*GMV This Week*
Mon ₹38K | Tue ₹41K | Wed ₹42.5K
📈 +8% vs same period last week

Competitor Price Monitoring

Store a competitor tracking list in memory:

TRACK_PRICE|{YOUR_LISTING_ID}|{COMPETITOR_FLIPKART_URL}|{LAST_KNOWN_PRICE}

When you detect a competitor has dropped price more than 5% below yours on the same product:

🏷️ *Competitor Price Alert*

Your product: {PRODUCT_NAME}
Your price: ₹{YOUR_PRICE}
Competitor: ₹{COMPETITOR_PRICE} (-{DIFF}%)
Link: {COMPETITOR_URL}

Consider adjusting your price to stay competitive?
Reply "update price {LISTING_ID} to ₹{AMOUNT}" to change.

Buy Box Monitoring

Check Buy Box status on key listings every 2 hours:

  • If you lose Buy Box: immediate alert with current winner's price
  • If you win Buy Box back: confirmation message
🏆 *Buy Box Alert — PROD-045*

You LOST the Buy Box for "Wireless Earbuds Pro"
Current winner price: ₹1,299 (you: ₹1,450)
Suggestion: Price to ₹1,280 to regain Buy Box

Reply "update price PROD-045 to 1280" to adjust.

Commands (for the seller)

  • "orders today" — Real-time count of today's orders so far
  • "orders pending" — List orders not yet shipped with SLA deadlines
  • "inventory" — Full stock levels for all active listings
  • "low stock" — Only show products with ≤ 10 units
  • "returns" — Open return requests
  • "update price [SKU] to ₹[AMOUNT]" — Change listing price via API
  • "track competitor [LISTING_ID] [COMPETITOR_URL]" — Add to monitoring
  • "revenue [today/week/month]" — GMV for time period
  • "top products" — Best-selling 5 products by units this week
  • "performance" — Seller metrics and rating
  • "shipment [ORDER_ID]" — Track a specific shipment
  • "cancel order [ORDER_ID]" — Cancel an order (with confirmation prompt)
  • "amazon summary" — If configured, show Amazon India dashboard

Restock Reminder Flow

When a product hits the low stock threshold (configurable, default 10 units):

  1. Send immediate alert to the seller
  2. Store in memory: RESTOCK_ALERT|{SKU}|{STOCK_LEVEL}|{DATE}
  3. Follow up daily until stock is replenished
  4. When stock is updated, confirm: "✅ {PRODUCT} restocked to {NEW_STOCK} units"

Weekly Seller Report (Monday 8 AM IST)

Compile the past 7 days:

  • Total GMV (WoW comparison)
  • Total units sold
  • Top 5 products by revenue
  • Return rate by product
  • Avg daily orders
  • GMV vs target (if user has set a weekly target)

Cron Setup

# Morning report (8 AM IST = 2:30 UTC)
30 2 * * * flipkart-seller-dashboard morning-report

# Inventory + Buy Box check (every 2 hours, 7 AM–11 PM IST)
30 1,3,5,7,9,11,13,15,17 * * * flipkart-seller-dashboard check-inventory

# Weekly report (Monday 8 AM IST)
30 2 * * 1 flipkart-seller-dashboard weekly-report

Configuration

{
  "skills": {
    "entries": {
      "flipkart-seller-dashboard": {
        "enabled": true,
        "env": {
          "FLIPKART_APP_ID": "your_flipkart_app_id",
          "FLIPKART_APP_SECRET": "your_flipkart_app_secret",
          "AMAZON_SP_API_REFRESH_TOKEN": "optional_amazon_token"
        },
        "config": {
          "lowStockThreshold": 10,
          "priceAlertPercentage": 5,
          "weeklyGMVTarget": 300000,
          "timezone": "Asia/Kolkata"
        }
      }
    }
  }
}

Setup Instructions

  1. Log in to Flipkart Seller Hub → Settings → API Access
  2. Create a new app and note the App ID and App Secret
  3. Add credentials to OpenClaw config
  4. Type "orders today" to verify the connection
  5. Optionally: set up Amazon SP-API for cross-platform tracking (see Amazon SP-API docs)

Privacy Notes

  • Customer addresses and phone numbers are never sent in WhatsApp messages — only order IDs and product names
  • API credentials are stored only in env vars, never in memory or logs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

95.03%
按下载量换算3,350

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills