Mindshare Skill (Primitive)
Track mindshare trends for entities or narratives using Kaito MCP tools.
Parameters
- - entity (required): One of:
-
token: An entity/project (e.g.
HYPE,
SOL,
ETH) — uses
kaito_mindshare
-
narrative: A Kaito narrative ID (e.g.
AI,
DeFi,
L2) — uses
kaito_narrative_mindshare
- - time_range (optional): Period to analyze (default: 12 months for entities, flexible for narratives)
- delta (optional): If true, also fetch
kaito_mindshare_delta for recent changes
When called standalone, confirm parameters with the user first. When called by a workflow skill, parameters are passed directly.
Valid Narrative IDs (case-sensitive)
AI, DeFi, Stablecoin, L2, RWA, ZK, Meme, DePIN, SocialFi
Known invalid narrative IDs (use kaito_advanced_search with keyword as fallback): perp dex, prediction markets, privacy, restaking, NFT, gaming, liquid staking, robotics.
Workflow
For Entity Mindshare
Call kaito_mindshare with:
- - token: INLINECODE11
- startdate:
<range_start> (default: 12 months ago) - enddate: INLINECODE13
If all-zero results returned, switch from ticker to full project name (e.g. HYPE → HYPERLIQUID) and retry.
Optionally call kaito_mindshare_delta for a quick snapshot of recent change.
For Narrative Mindshare
Call kaito_narrative_mindshare with:
- - narrative:
<NARRATIVE_ID> (case-sensitive) - startdate: INLINECODE19
- enddate: INLINECODE20
Analysis
Present:
- - Trend chart — weekly averages over the time range, current level highlighted
- Historical context — where current value sits vs high/low/average for the period
- Rank interpretation (for entities):
- Top 10 = dominant
- Top 20 = strong
- Top 50 = moderate
- > 50 = weak
- - Movement (for narratives):
- % change = (last day - first day) / first day × 100
- Surging: >= +10% relative change
- Fading: <= -10% relative change
- Stable: within ±10%
Output Format
When used standalone:
CODEBLOCK0
When called by a workflow skill, return the structured data for the workflow to integrate.
Key Rules
- - If all-zero data for a ticker, switch to full name — Kaito indexes some entities by name rather than ticker. All-zero means the ticker isn't matched.
- Narrative IDs are case-sensitive — use exactly: AI, DeFi, Stablecoin, L2, RWA, ZK, Meme, DePIN, SocialFi. Mismatched casing returns empty results silently.
- Rank context is relative — Top 10 = dominant, Top 20 = strong, Top 50 = moderate, >50 = weak. Always provide this context so users can calibrate.
- For narrative mindshare, calculate % change — raw numbers need the surging/fading/stable classification to be actionable.
- Always present historical context — current value alone is meaningless without the 12-month high/low/average for comparison.
Mindshare 技能(原始)
使用 Kaito MCP 工具追踪实体或叙事的关注度趋势。
参数
-
token:实体/项目(例如 HYPE、SOL、ETH)——使用 kaito_mindshare
-
narrative:Kaito 叙事 ID(例如 AI、DeFi、L2)——使用 kaito
narrativemindshare
- - timerange(可选):分析的时间段(默认:实体为 12 个月,叙事可灵活调整)
- delta(可选):如果为 true,同时获取 kaitomindshare_delta 以获取近期变化
当独立调用时,先与用户确认参数。当由工作流技能调用时,参数直接传递。
有效叙事 ID(区分大小写)
AI、DeFi、Stablecoin、L2、RWA、ZK、Meme、DePIN、SocialFi
已知无效叙事 ID(使用 kaitoadvancedsearch 并回退到关键词):perp dex、prediction markets、privacy、restaking、NFT、gaming、liquid staking、robotics。
工作流
实体关注度
调用 kaito_mindshare,参数如下:
- - token:
- startdate:<范围起始>(默认:12 个月前)
- enddate:<今天>
如果返回全零结果,将代码切换为完整项目名称(例如 HYPE → HYPERLIQUID)并重试。
可选地调用 kaitomindsharedelta 以快速获取近期变化快照。
叙事关注度
调用 kaitonarrativemindshare,参数如下:
- - narrative:<叙事ID>(区分大小写)
- startdate:<范围起始>
- end_date:<今天>
分析
呈现:
- - 趋势图——时间范围内的周平均值,当前水平高亮显示
- 历史背景——当前值相对于该期间高/低/平均值的位置
- 排名解读(针对实体):
- 前 10 名 = 主导
- 前 20 名 = 强劲
- 前 50 名 = 中等
- > 50 = 疲弱
- 变化百分比 =(最后一天 - 第一天)/ 第一天 × 100
- 飙升:相对变化 >= +10%
- 衰退:相对变化 <= -10%
- 稳定:在 ±10% 以内
输出格式
当独立使用时:
关注度:[实体] | [时间范围]
趋势:[周平均值,当前水平]
当前:[值]([如果是实体,排名解读])
12个月高:[值] | 低:[值] | 平均:[值]
变动:[变化百分比,飙升/衰退/稳定]
当由工作流技能调用时,返回结构化数据供工作流集成。
关键规则
- - 如果代码返回全零数据,切换为完整名称——Kaito 按名称而非代码索引某些实体。全零表示代码未匹配。
- 叙事 ID 区分大小写——请精确使用:AI、DeFi、Stablecoin、L2、RWA、ZK、Meme、DePIN、SocialFi。大小写不匹配会静默返回空结果。
- 排名上下文是相对的——前 10 名 = 主导,前 20 名 = 强劲,前 50 名 = 中等,>50 = 疲弱。始终提供此上下文,以便用户校准。
- 对于叙事关注度,计算变化百分比——原始数字需要飙升/衰退/稳定分类才能具有可操作性。
- 始终呈现历史背景——没有 12 个月高/低/平均值进行比较,当前值本身毫无意义。