技能详情(站内镜像,无评论)
作者:Alexander Belogubov @alexandr-belogubov
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.3.0
统计:⭐ 0 · 521 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:alexandr-belogubov/hotmention
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's requests and runtime instructions are consistent with its stated purpose — free mode uses local web_search and paid mode optionally calls the HotMention API with an API key — and it does not request unrelated credentials or install code.
目的
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.
说明范围
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.
安装机制
Instruction-only skill with no install spec and no code files; nothing is written to disk or downloaded during install.
证书
Only a single optional HOTMENTION_API_KEY is declared and used for the advertised paid mode. No unrelated credentials or config paths are requested.
持久
Skill does not request always:true, does not modify system or other skills, and is user-invocable. Default autonomous invocation is unchanged (normal).
综合结论
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…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Hotmention」。简介:Find people actively looking for products like yours on Reddit, X, LinkedIn, Qu…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/alexandr-belogubov/hotmention/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: hotmention
description: 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.
homepage: https://hotmention.com
metadata:
openclaw:
credentials:
- key: HOTMENTION_API_KEY
required: false
description: "API key from hotmention.com (Settings → API Keys). Optional — free mode works without it."
---
# 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