agentsclimarketplace

Case 00577

Skill knownasnaffy/prompthound/dataset/case_00577

成交商品画像分析工具。分析成交商品的品类、价格带、颜色、包型、上市时间等特征分布及环比变化。 核心能力: 1. 品类分布(女包/男包/钱包/配饰占比) 2. 价格带分布(主销价格带、高客单占比) 3. 包型分布(手提/斜挎/双肩/托特等) 4. 颜色分布(黑色系/棕色系/红色等) 5. 上市时间分布(新品/当季/老款占比) 6. 环比变化分析(本期vs上期特征变化) 触发条件: - 用户询问商品画像(如"成交商品有什么特征") - 用户分析品类结构(如"什么品类卖得好") - 用户需要价格带分析(如"主销价格带是多少")From its SKILL.md

Install
npx -y skills add knownasnaffy/prompthound --skill case_00577

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.5 KB, 241 tokens by cl100k_base, as published. Nobody here has run it

成交商品特征分析 Skill

功能

分析成交商品的品类、价格带、颜色、包型、上市时间等特征分布及环比变化。

使用

from analyze import analyze as deal_profile_analyze

result = deal_profile_analyze(
    store_id="416759_1714379448487",
    from_date="2026-03-01",
    to_date="2026-03-26",
    store_name="正义路60号店"
)

API

  • analyze(store_id, from_date, to_date, store_name) - 主分析函数

数据源

/api/v1/store/dashboard/bi

输出

  • 品类特征分布及环比
  • 价格带特征分布及环比
  • 包型特征分布及环比
  • 颜色特征分布及环比
  • 上市时间特征分布及环比
  • 综合分析结论

What ships with it: 1 file

11.5 KB alongside SKILL.md, 1 of them executable

Keep looking

Skills are one crate of 326,645. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.