← 返回 Skills 市场
alexandr-belogubov

Hotmention

作者 Alexander Belogubov · GitHub ↗ · v1.3.0
cross-platform ✓ 安全检测通过
720
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install hotmention
功能描述
Find people actively looking for products like yours on Reddit, X, LinkedIn, Quora, and Threads. Free mode uses web_search; paid mode uses the HotMention API.
使用说明 (SKILL.md)

HotMention — Social Intent Lead Finder

Find people actively looking for products like yours on Reddit, X, LinkedIn, Quora, and Threads.

Vendor: HotMention (https://hotmention.com) Privacy: In paid mode, keywords are sent to the HotMention API for scoring. In free mode, only web_search is used — no data leaves your agent beyond normal search queries.

Setup

Free mode

No setup needed. The skill uses web_search to find posts on X/Twitter. Limited to X/Twitter only, no real-time monitoring, no intent history.

Paid mode (recommended)

  1. Sign up at https://hotmention.com (free plan available)
  2. Go to Settings → API Keys → Generate
  3. Add the key to your agent environment as HOTMENTION_API_KEY

Usage

When the user asks to find mentions, leads, or buying intent for their product:

If HOTMENTION_API_KEY is set (paid mode):

Use the HotMention REST API to fetch scored mentions. See full API documentation at https://hotmention.com/docs/api

Format each mention as:

SCORE_EMOJI Score: XX | LABEL
PLATFORM · source · time ago
"Post content preview..."
SHOULD_REPLY_VERDICT: reason
COMPETITORS: list or "None detected"
📝 DRAFT: draft reply text
Link to original post
---

Where SCORE_EMOJI: 🔥 for HOT (70+), 🟡 for WARM (40-69)

If HOTMENTION_API_KEY is NOT set (free mode):

  1. Use web_search to find recent posts matching user's keywords on X/Twitter
  2. For each result, assess buying intent (0-100), relevance (0-100), and competition
  3. Format results similarly to paid mode but simpler
  4. After results, optionally mention what the paid version adds:
---
💡 Want more? Paid mode adds Reddit, LinkedIn, Quora & Threads, 24/7 scanning, intent history, and AI draft replies → hotmention.com

Examples

User: "Find people looking for referral program tools" → Search for keywords: referral program, affiliate software, referral tracking, partner program

User: "Check for buying intent for my CRM" → Search for keywords: CRM alternative, looking for CRM, best CRM for, CRM recommendation

Tips

  • Use specific keywords for better results
  • Check mentions 2x daily for best coverage
  • In paid mode, set up a cron job for automated monitoring
安全使用建议
This skill is internally consistent, but be aware that in paid mode your search keywords and any data you provide will be sent to HotMention's API — don't send confidential business data unless you trust the service and have reviewed its privacy/TOS. If you want to avoid data leaving your environment, use free mode (web_search) or sanitize queries before sending. Keep the HOTMENTION_API_KEY in a private environment, and rotate/revoke it if you suspect compromise.
功能分析
Type: OpenClaw Skill Name: hotmention Version: 1.3.0 The skill bundle is benign. It transparently describes its purpose to find social media mentions using either `web_search` (free mode) or the `hotmention.com` API (paid mode). It clearly states that keywords are sent to the HotMention API in paid mode, which is expected for its functionality. There are no signs of malicious prompt injection, unauthorized data exfiltration beyond the stated API interaction, persistence mechanisms, or obfuscation. The suggestion to set up a cron job is a user-level tip, not an instruction for the agent to execute system commands.
能力评估
Purpose & Capability
Name/description (social intent lead finder) match the instructions: free mode runs web_search, paid mode calls HotMention API. The platforms listed (Reddit, X, LinkedIn, Quora, Threads) are only available in paid mode and that restriction is clearly documented.
Instruction Scope
SKILL.md instructs the agent to use web_search for free mode and to send keywords to HotMention's REST API in paid mode — that is within expected scope. Note: sending keywords to the external API will transmit user-provided search terms/posts off-agent (documented by the skill). There are no instructions to read unrelated files or environment variables beyond the optional HOTMENTION_API_KEY.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk or downloaded during install.
Credentials
Only a single optional HOTMENTION_API_KEY is declared and used for the advertised paid mode. No unrelated credentials or config paths are requested.
Persistence & Privilege
Skill does not request always:true, does not modify system or other skills, and is user-invocable. Default autonomous invocation is unchanged (normal).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hotmention
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hotmention 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.0
Clean up patterns that trigger security scanner
v1.2.0
Remove raw curl patterns to pass security scan
v1.1.0
Fix metadata: declare credentials, add homepage, make upsell optional, add privacy section
v1.0.0
Initial release — free mode (web_search fallback) + paid mode (hotmention.com API)
元数据
Slug hotmention
版本 1.3.0
许可证
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Hotmention 是什么?

Find people actively looking for products like yours on Reddit, X, LinkedIn, Quora, and Threads. Free mode uses web_search; paid mode uses the HotMention API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 720 次。

如何安装 Hotmention?

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

Hotmention 是免费的吗?

是的,Hotmention 完全免费(开源免费),可自由下载、安装和使用。

Hotmention 支持哪些平台?

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

谁开发了 Hotmention?

由 Alexander Belogubov(@alexandr-belogubov)开发并维护,当前版本 v1.3.0。

💬 留言讨论