skill-ugc-discovery

skill-ugc-discovery is a skill for Claude Code, Codex from ZJU-REAL/Easel. It costs 96 tokens per session (1,456 once invoked), scanned A, original, Apache-2.0.

A user-generated content discovery tool that searches for fan posts, reviews, brand mentions, complaints, and community discussions across social platforms.

In plain words
What is it for?
Use it to locate valuable mentions, assess sentiment, identify complaints, and choose whether to reply, thank someone, or share their content.
Why use it?
It helps you find what people are saying about a creator, account, or brand outside your own channels.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to locate valuable mentions, assess sentiment, identify complaints, and choose whether to reply, thank someone, or share their content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zju-real/easel/skill-ugc-discovery
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ZJU-REAL/Easel --skill skill-ugc-discovery
Clone the repo
git clone --depth 1 https://github.com/ZJU-REAL/Easel

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skill-ugc-discovery

README.md
[![agentmods](https://agentmods.dev/badge/skills/zju-real/easel/skill-ugc-discovery/github.svg)](https://agentmods.dev/skills/zju-real/easel/skill-ugc-discovery)
Your own site
<a href="https://agentmods.dev/skills/zju-real/easel/skill-ugc-discovery"><img src="https://agentmods.dev/badge/skills/zju-real/easel/skill-ugc-discovery/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for skill-ugc-discovery

Your own site · 80×15
<a href="https://agentmods.dev/skills/zju-real/easel/skill-ugc-discovery"><img src="https://agentmods.dev/badge/skills/zju-real/easel/skill-ugc-discovery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,456 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00096 $0.01456
Opus 5 $0.00048 $0.00728
Sonnet 5 $0.00019 $0.00291
Haiku 4.5 $0.00010 $0.00146

Measured 8d ago against content hash a88d0bbf2eff, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

skill-ugc-discovery scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/openclaw/skill-ugc-discovery/SKILL.md · 115 lines

How it starts

The opening of the file, as written. The whole thing — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.

UGC 内容发现

搜索与创作者品牌/账号相关的用户生成内容,发现粉丝内容、测评、提及和社区讨论,输出可互动的 UGC 列表。

输入

字段 必填 说明
brand_keywords 品牌名/账号名,可多个(逗号分隔)
platforms 聚焦平台(小红书/B站/微博/知乎/抖音),默认全平台
content_type reviews / mentions / fan_art / complaints / all(默认 all)
time_range recent / this_month / this_quarter(默认 recent)

输出

# UGC 内容发现报告

## 发现概览
- 搜索关键词: {keywords}
- 搜索平台: {platforms}
- 发现 UGC 内容: {count} 条
- 正面/中性/负面: {positive}/{neutral}/{negative}

## 高价值 UGC(推荐互动/转发)
| # | 平台 | 内容摘要 | 来源链接 | 互动量估计 | 情感 | 建议动作 |
|---|------|---------|---------|-----------|------|---------|

## 负面反馈(需关注)
| # | 平台 | 内容摘要 | 来源链接 | 严重程度 | 建议回应 |
|---|------|---------|---------|---------|---------|

## 互动建议
- {具体建议: 转发/评论/联动/感谢}

三条发现路径

路径 1 — 平台搜索(主路径)

用 WebSearch 搜索创作者/品牌名相关内容:

搜索关键词组合:

  • "{账号名} 推荐" / "{账号名} 测评" / "{品牌名} 体验"
  • "{账号名} site:xiaohongshu.com" / "site:bilibili.com"
  • "{账号名} 好物" / "{账号名} 同款"

按 platforms 参数聚焦平台,未指定时逐平台搜索。

路径 2 — 话题/标签监控

搜索创作者品牌话题和关联标签:

  • "#{账号名}# site:weibo.com" — 微博话题
  • "#{品牌话题}#" — 跨平台品牌话题
  • "{账号名} 话题" / "{品牌名} 标签"

路径 3 — 社区讨论扫描

搜索论坛、问答社区、讨论帖:

  • "{品牌名} 怎么样" / "{产品名} 好用吗" — 知乎/贴吧
  • "{品牌名} 值得买吗" / "{账号名} 靠谱吗" — 购买决策讨论
  • "{品牌名} 吐槽" / "{品牌名} 避坑" — 负面反馈定向搜索

执行步骤

  1. 确认关键词:从用户输入获取 brand_keywords。若有 Profile,从 identity.md 补充账号名、品牌名、产品名等关键词。
  2. 确定搜索范围:根据 platforms 参数确定目标平台;根据 content_type 调整搜索关键词侧重(reviews 侧重"测评/推荐",complaints 侧重"吐槽/避坑")。
  3. 执行三条路径
    • 路径 1:对每个平台执行 2-3 组关键词搜索(WebSearch)
    • 路径 2:搜索品牌话题和标签
    • 路径 3:搜索社区讨论
  4. 内容采集:对搜索结果中高相关的链接,用 WebFetch 获取内容摘要和互动数据。
  5. 去重与分类:去除重复结果,按情感倾向分类(正面/中性/负面)。
  6. 情感判断:基于内容文本判断情感倾向,区分事实性提及和评价性内容。
  7. 价值排序:按互动量和内容质量排序,筛选出高价值 UGC(值得互动/转发的内容)。
  8. 负面标注:单独列出负面反馈,按严重程度排序,给出建议回应策略。
  9. 互动建议:针对高价值 UGC 给出具体互动建议(转发并感谢 / 评论区互动 / 联动合作邀约)。
  10. 输出报告:按输出模板生成完整报告,保存到 outputs/

Profile 感知

有 Profile 时:

  • 读取 identity.md 获取账号名、品牌名、产品线关键词,自动扩展搜索关键词
  • 读取 platforms.md 确定活跃平台,优先搜索这些平台
  • 读取 audience.md 判断哪些 UGC 来自目标受众群体(更具互动价值)
  • 读取 style.md 匹配互动建议的语气和方式

Read the full file on GitHub · 115 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 115 lines · 96 tokens per session scan A a88d0bbf2eff

Subscribe to this mod's changes

skill-ugc-discovery is a skill published in the GitHub repository ZJU-REAL/Easel (841 stars, last pushed yesterday), licensed Apache-2.0. It adds 96 tokens to every session and 1,456 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.