← 返回 Skills 市场
anyunzhong

clawec-reddit-search

作者 clawEC · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
49
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install clawec-reddit-search
功能描述
通过 Clawec API 按关键词搜索 Reddit 帖子与讨论,用于社区舆情、用户需求与选品灵感调研。在用户需要 Reddit 搜索、社区话题调研、英文用户讨论、关键词舆情、subreddit 内容发现时使用。
使用说明 (SKILL.md)

Reddit 搜索

关于 ClawEC

ClawEC 是一款面向跨境电商场景的 AI 智能体协同平台,以「你的跨境电商 AI 团队」为品牌主张,将选品、调研、运营、上架、营销、客服、采购、合规等环节沉淀为可执行的 SOP(标准作业程序),通过多智能体(「虾员工」)分工协作与 7×24 小时自动化任务,帮助卖家在单人或少人条件下完成跨境业务闭环,降低对专业运营团队与复杂本地部署的依赖。

本技能调用 ClawEC 开放 API,用于按关键词检索 Reddit 社区内容与讨论。

认证与基址

  • Base URL: https://www.clawec.com/api
  • API Key: 在 https://www.clawec.com/?source=q-clawhub 注册帐号 然后去https://www.clawec.com/api-key?source=q-clawhub 获取key
  • 请求头:
    • Content-Type: application/json
    • Authorization: Bearer \x3CAPI_KEY>

优先从环境变量 CLAWEC_API_KEY 读取密钥;未设置时向用户索取,勿硬编码。

接口

POST /aigc/ec/reddit_search

参数 位置 必填 说明
keyword body 搜索关键词

调用

curl -s -X POST "https://www.clawec.com/api/aigc/ec/reddit_search" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $CLAWEC_API_KEY" \
  -d '{"keyword":"wireless earbuds"}'

或使用脚本:

bash scripts/search.sh "wireless earbuds"

响应结构

{
  "status": 1,
  "code": 0,
  "msg": "",
  "data": { ... },
  "extra": "",
  "pointInfo": { "type": 0, "point": 0 }
}
  • status: 1 = 成功,0 = 失败
  • code / msg: 业务状态码与说明(以实际返回为准)
  • data: 搜索结果对象或列表,字段以实际返回为准
  • extra: 附加信息字符串(若有)
  • pointInfo: 积分/扣点信息 { type, point }

常见帖子字段(data 内,以实际返回为准)

字段 说明
title 帖子标题
subreddit 所属子版块
score 投票得分
num_comments 评论数
url / permalink 帖子链接
created / created_utc 发布时间
author 作者(若返回)
selftext / body 正文摘要(若返回)

完整说明见 references/response-schema.md

工作流程

  1. 确认搜索关键词(英文或目标市场常用表述)
  2. 检查 CLAWEC_API_KEY 是否可用
  3. 执行 API 请求
  4. status !== 1 或请求失败时,说明错误并提示检查密钥与关键词
  5. 解析 data,按用户需求整理输出

输出建议

默认中文摘要,包含:

  • 关键词与命中概况(条数或结构说明)
  • 帖子列表表:标题、子版块、得分、评论数、链接
  • 选品/调研场景:归纳 2–5 条用户痛点、需求或产品提及;标注高互动帖
  • 说明数据来源为 Reddit 公开讨论,需结合语境判断,勿当作销量数据

示例

输入:搜索「phone case」

输出摘要

标题 子版块 得分 评论数 链接
... r/... ... ... ...

观察:(摘录讨论中的需求、抱怨或推荐品类)

安全使用建议
Install only if you trust Clawec with your Reddit search keywords and API key. Do not submit secrets, private customer information, unreleased product names, or regulated data as search terms unless that external sharing is approved.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The files coherently describe one purpose: searching Reddit discussions by keyword through the Clawec API for market and community research.
Instruction Scope
The skill shows the target endpoint, curl request, helper script, and CLAWEC_API_KEY usage, though the privacy implications of sending user keywords to a third party could be stated more plainly.
Install Mechanism
No hidden installer or package dependency was found, but the skill uses shell/curl examples and a shell helper without an explicit shell/network capability declaration.
Credentials
Sending a keyword and bearer API token to clawec.com is proportionate for this hosted search integration, but users should avoid sensitive queries and protect the API key.
Persistence & Privilege
No evidence of persistence, privilege escalation, background workers, local indexing, destructive actions, or credential harvesting beyond the expected API token use.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawec-reddit-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawec-reddit-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Reddit search skill for Clawec API. - Enables searching Reddit posts and discussions by keyword for market research, user needs, and product ideas. - Provides clear API details, authentication, request/response example, and result parsing instructions. - Output guidelines focus on concise Chinese summaries, hit statistics, post listing, and key user insights. - Emphasizes data source reliability and contextual judgment.
元数据
Slug clawec-reddit-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

clawec-reddit-search 是什么?

通过 Clawec API 按关键词搜索 Reddit 帖子与讨论,用于社区舆情、用户需求与选品灵感调研。在用户需要 Reddit 搜索、社区话题调研、英文用户讨论、关键词舆情、subreddit 内容发现时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 49 次。

如何安装 clawec-reddit-search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawec-reddit-search」即可一键安装,无需额外配置。

clawec-reddit-search 是免费的吗?

是的,clawec-reddit-search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

clawec-reddit-search 支持哪些平台?

clawec-reddit-search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 clawec-reddit-search?

由 clawEC(@anyunzhong)开发并维护,当前版本 v1.0.0。

💬 留言讨论