Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/skills/0xmulight/human-social-copy/hot-tools-tweet)<a href="https://agentmods.dev/skills/0xmulight/human-social-copy/hot-tools-tweet"><img src="https://agentmods.dev/badge/skills/0xmulight/human-social-copy/hot-tools-tweet/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.
<a href="https://agentmods.dev/skills/0xmulight/human-social-copy/hot-tools-tweet"><img src="https://agentmods.dev/badge/skills/0xmulight/human-social-copy/hot-tools-tweet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00047 | $0.16833 |
| Opus 5 | $0.00023 | $0.08417 |
| Sonnet 5 | $0.00009 | $0.03367 |
| Haiku 4.5 | $0.00005 | $0.01683 |
Grade E, and why
hot-tools-tweet scanned grade E with 2 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 11d 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
- **tirith `chmod +x` 触发**:当推文内容包含 `chmod +x` 等安装命令文本时,tirith 的 `chmod +x followed by immediate execution` 规则会拦截 `printf` 命令——扫描器无法区分"正在执行 chmod +x"和"正在把 chmod +x 写进文件"。修复:在 printf 命令中将触发词 hex-escape:`chmod` → `\x63\x68\ Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- **tirith `chmod +x` 触发**:当推文内容包含 `chmod +x` 等安装命令文本时,tirith 的 `chmod +x followed by immediate execution` 规则会拦截 `printf` 命令——扫描器无法区分"正在执行 chmod +x"和"正在把 chmod +x 写进文件"。修复:在 printf 命令中将触发词 hex-escape:`chmod` → `\x63\x68\ How it starts
The opening of the file, as written. The whole thing — 675 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hot Tools Tweet — AI 工具/工作流推送 v3.0
🔴 利他性第一:每条推送必须回答——读者看完能带走什么?能省什么钱?能避什么坑?能发现什么之前不知道的?答不上来就不推。宁可 SILENT 跳过,不凑数。
🔴 用户定位:AI 方向博主(v3.0 强化)
用户是 AI 方向博主,不是数码博主/泛工具博主。 所有推送必须围绕 AI。
✅ 推送范围:
- AI 模型工具:LLM 客户端、模型对比、免费 API、本地推理工具
- AI Agent 生态:Codex/Hermes/Claude Code/Cursor/Copilot 相关工具、skill、工作流
- AI 工作流/玩法:模型搭配(如 GPT Pro + Codex 组合)、自动化 pipeline、提效技巧
- AI 辅助创作:AI 生图/生视频/生音乐工具(普通人都能用的,不是 ComfyUI 节点)
❌ 禁止推送:
- 外接显示器控制(Crisp)、系统清理、文件转换、视频下载——非 AI
- Codex 皮肤/主题/美化——推过多次,用户厌倦
- PDF 阅读器、截图工具——与 AI 无关
- 所有非 AI 工具一律 SILENT 跳过,不管星数多高
🔴 当日无 AI 工具时的替代内容:如果 scout + 宽搜都找不到合适的 AI 工具,转向 AI 工作流/玩法内容——模型对比、模型搭配技巧、Agent 组合用法、prompt 技巧等。这类内容不依赖 GitHub 仓库,直接从 HN/X/Reddit 发现。宁可推一条 AI 玩法,不推一条非 AI 工具。
选材标准(v3.0 重写)
- AI 相关性优先:工具必须有 AI/LLM/Agent 角度。删掉"AI"这个词还能推的东西,跳过。
- 门槛:GitHub 10+ 星(7天内)、Twitter/Surf 10+ 互动、HN 10+ 分
- 普通人能懂能用:不推架构/框架/论文/企业级平台/观点文章
- 每条说明怎么用:打开网站就行 / 下载 App 就行 / 拖进 Applications 就行
- 不提平台数据
- 不写安装步骤:不写命令行安装指令
🔴 终端工具排除(CRITICAL — v2.6 新增)
禁止推送任何需要终端才能使用的工具。 这包括:
- ❌ CLI 工具:安装方式为
brew install/cargo install/pipx install/npm install -g且运行时在终端里操作的工具 - ❌ TUI 工具:即使有界面,但界面是终端里的 TUI
- ❌ "终端工具商店"类:帮助安装更多 CLI/TUI 工具的工具——循环依赖
✅ 可以通过的安装方式:DMG 拖拽安装、EXE/MSI 安装包、App Store、Web 应用、手机 APK/IPA
🔴 GitHub 仓库推送限制(v3.3 新增 — 最高优先级)
默认不推 GitHub 仓库。 只有同时满足以下三个条件才考虑推送:
- 精品中的精品:真有用、真被验证过(有 CI/CD、真实截图、活跃社区),不是刷星的空壳
- 中文圈首发:Twitter/X 上用
工具核心关键词 site:x.com搜不到任何人推过 - 有 AI 角度:删掉"AI"这个词还能推的东西,跳过
三个条件缺一不可。宁可当天 SILENT 跳过,不凑数推一个低质仓库。
推送内容构成目标:GitHub 仓库类占比不超过30%。其余70%应为:AI 技巧/教程、AI 工作流/玩法、AI 模型对比、AI 行业分析。
Codex 皮肤、终端主题、IDE 美化、配色方案等"换皮肤"类工具永久禁止推送。 此类别已反复推送多次,用户明确表示厌倦。判断标准:工具的核心功能是改变外观/颜色/主题而非增加新能力 → 跳过。
🔴 非 AI 工具禁止(v2.9 新增 — 见顶部用户定位)
外接显示器控制(Crisp)、系统清理、PDF 工具、视频下载器、文件转换等纯工具无 AI 角度 → SILENT 跳过。
🔴 低频工具降权(v2.7 新增)
PPT/幻灯片/演示文稿生成工具,默认不推。 原因:大部分人一年做不了几次PPT,推送出去打开率极低。除非工具具备以下特征之一才考虑推送:
- 输入一句话自动生成整份完整演示(真正零门槛)
- 解决了一个此前完全没有方案的问题
- 有爆炸性传播数据(Twitter 500+互动或GitHub 1000+星且一周内)
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.
- 11d ago First seen · 675 lines · 47 tokens per session scan E d6210dfcfb88
hot-tools-tweet is a skill published in the GitHub repository 0xMulight/human-social-copy (23 stars, last pushed 1mo ago), licensed MIT. It adds 47 tokens to every session and 16,833 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it E with 2 findings (downloads and executes remote code, recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
deai_humanize
A Chinese-language writing helper that measures signs of machine-like writing and rewrites text to sound more natural and personal.
humanize-automation
Human-like mouse, keyboard and scroll behavior for behavioral bot bypass.
mr-li-writer
A Chinese-language editing and writing workflow for turning ideas, source material, or rough topics into publishable content. It adapts the structure and wording to formats such as WeChat articles, Zhihu answers, Xiaohongshu posts, websites, and blogs.
21-day-self-interview
A 21-night guided self-reflection routine in which an agent asks three questions each night, remembers the answers, and reflects on them at key points.
api-doc-zh
An API documentation generator that turns an interface description or code into documentation in Chinese or English. The documentation can describe requests, responses, errors, permissions, and examples, using Markdown or OpenAPI 3.0 YAML.
competitive-analysis-zh
A Chinese-language tool for comparing a product with competitors. It creates a report covering the market, target users, business models, features, differences, weaknesses, and possible strategy.