Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

linkfox-product-title-analyzeLinkfox 产品标题分析

Agent Skill

linkfox-product-title-analyze 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,423

周安装

103

GitHub Stars

公开资料未说明

下载量

849
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:linkfox-product-title-analyze(Linkfox 产品标题分析)
来源仓库:https://github.com/linkfox-ai/linkfox-product-title-analyze
安装命令:
openclaw skills install linkfox-product-title-analyze
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install linkfox-product-title-analyze

简介

对产品标题进行分词与词频统计,提取场景词、人群词与材质属性等维度。

  • 适用于标题优化、关键词策略制定与竞品文案对标,提供高频词云与分布图表。
  • 输入一组ASIN或标题文本后返回属性归类与推荐词权重排序,辅助撰写新标题。
  • 停用词过滤与语义关联依赖训练数据质量,小众品类可能存在词汇覆盖不足问题。
  • linkfox-product-title-analyze 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
linkfox-product-title-analyze
description
对产品标题进行分词分析,提取词频、场景词、人群词、材质词等属性维度。当用户想分析产品标题、提取标题高频词、进行标题分词、发现场景词或人群词、对比不同商品的标题关键词用法、基于词频优化Listing标题、识别一组ASIN中的常见属性规律、title tokenization, word frequency analysis, scene keyword extraction, audience keyword analysis, title optimization, attribute keyword extraction, keyword frequency时触发此技能。即使用户未明确说"标题分析",只要其需求涉及将产品标题拆解为有意义的词组、统计关键词频率或按提取的属性对商品分组,也应触发此技能。

Product Title Analyzer

This skill guides you on how to tokenize and analyze product titles from previously queried products, helping Amazon sellers extract keyword patterns, scene words, audience words, and other attribute dimensions from product listing titles.

Core Concepts

Product Title Analysis performs intelligent tokenization on product titles that have already been retrieved in the current conversation. It uses LLM-powered analysis to extract structured attributes (scene words, audience words, materials, colors, etc.) from free-text titles, then groups and counts them for pattern discovery.

Automatic data aggregation: The tool automatically collects products from all prior steps in the current conversation turn -- even across paginated queries. You do NOT need to manually pass product data unless you are referencing data from a previous conversation turn.

One dimension per request: Each call should analyze exactly ONE attribute dimension (e.g., scene words OR audience words). Do NOT request multiple dimensions in a single call.

Data Fields

Request Fields

FieldAPI NameRequiredDescriptionExample
Analysis RequesttokenizationAndCountingRequestYesNatural-language instruction describing which attribute dimension to extract from titles"Count scene words in product titles"
Output ModeoutputModeNoHow multi-value attributes are returned. MULTIPLE_RECORDS (default): one record per value. COMMA_SEPARATED: all values in one recordMULTIPLE_RECORDS
Reference DatarefResultDataNoExternally supplied product data (only needed when referencing data from a previous conversation turn)(JSON string)

Response Fields -- Product Attributes

FieldAPI NameDescriptionExample
ASINasinProduct ASIN identifierB0XXXXXXXX
Product TitletitleOriginal product titlePortable Camping Lantern...
Attribute NameattributeNameExtracted attribute categoryScene Word
Attribute ValueattributeValueExtracted attribute valueOutdoor / Camping
PricepriceProduct price29.99
Monthly SalesmonthlySalesUnitsMonthly unit sales1200
Monthly RevenuemonthlySalesRevenueMonthly sales revenue35988
RatingratingProduct rating4.5
Rating CountratingsNumber of ratings3820
Available DateavailableDateListing date2024-03-15
BrandbrandBrand nameBrandX
Image URLimageUrlMain product imagehttps://...

Response Fields -- Attribute Groups

FieldAPI NameDescription
Attribute NameattributeNameThe attribute category for this group (e.g., "Scene Word")
Attribute ValueattributeValueA specific value within the group (e.g., "Outdoor")
CountcountNumber of products sharing this attribute value
ASIN ListasinsList of ASINs that share this attribute value

Response Metadata

FieldAPI NameDescription
Render TypetypeUI rendering style
ColumnscolumnsColumn definitions for table rendering
Source TypesourceTypeData source type
Token CostcostTokenTotal LLM tokens consumed (input + output)

Parameter Guide

tokenizationAndCountingRequest Examples

The tokenizationAndCountingRequest parameter is a natural-language instruction telling the tool which dimension to analyze. Keep it focused on a single dimension.

Scene words (where / when the product is used)

Count scene words appearing in product titles

Audience / target-user words (who the product is for)

Count audience words appearing in product titles

Material words

Count material-related words appearing in product titles

Function / feature words

Count function or feature words appearing in product titles

Incorrect -- multiple dimensions in one request (do NOT do this)

Count scene words AND audience words in product titles

Split this into two separate calls instead.

outputMode

ValueBehaviorWhen to Use
MULTIPLE_RECORDSEach attribute value becomes its own record (default)Most analysis -- easier to count, sort, and group
COMMA_SEPARATEDMultiple values stay in one record, comma-separatedWhen you want to see all attributes per ASIN at a glance

Display Rules

  1. Present data in tables: Show extracted attributes and their frequencies in clear, sortable tables
  2. Highlight top keywords: Call out the most frequent attribute values so patterns are immediately visible
  3. Group summary first: When attributeGroups is returned, present the grouped summary before the per-product detail
  4. One dimension at a time: If the user wants multiple dimensions analyzed, run separate calls and present results sequentially
  5. Token cost awareness: The response includes costToken; do not display it unless the user asks about usage
  6. Error handling: If the tool returns an error, explain the reason and suggest corrective action (e.g., "No products found in current conversation -- please query products first")

Applicable Scenarios

User SaysScenario
"What scene words appear in these titles?"Scene-word extraction
"Analyze title keywords", "title word frequency"General title tokenization
"What audience are these products targeting?"Audience-word extraction
"Common materials in these listings"Material-word extraction
"Help me optimize my title based on competitors"Competitive title keyword analysis
"What words do top sellers use in titles?"High-frequency keyword discovery
"Group these products by title attributes"Attribute-based product grouping

Not Applicable Scenarios

  • No products queried yet: The tool requires products to already exist in the conversation context. Prompt the user to search for products first.
  • Advertising / PPC keyword suggestions: This tool analyzes existing titles, not ad keywords.
  • Full listing copywriting: This tool extracts and counts words; it does not generate new titles.
  • Backend search term analysis: This is for visible title analysis, not hidden search terms.
  • ABA search term data: Use the ABA Data Explorer skill instead.

API Usage

This tool calls the LinkFox tool gateway API. See references/api.md for calling conventions, request parameters, and response structure. You can also execute scripts/title_analyze.py directly to run queries.

Feedback:

Auto-detect and report feedback via the Feedback API when any of the following apply:

  1. The functionality or purpose described in this skill does not match actual behavior
  2. The skill's results do not match the user's intent
  3. The user expresses dissatisfaction or praise about this skill
  4. Anything you believe could be improved

Call the feedback API as specified in references/api.md. Do not interrupt the user's flow.


*For more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

80.25%
按下载量换算681

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills