← 返回 Skills 市场
aces1up

RedditRank

作者 aces1up · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
164
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install redditrank
功能描述
Find Reddit threads ranking on Google Page 1 for your keywords. AI drafts contextual replies that naturally mention your product. Copy, paste, post. Free org...
安全使用建议
What to consider before installing: - This is a local Python TUI that talks to an external service at https://clawagents.dev/reddit-rank/v1. The setup script will ask for your email, POST it to that service to get a verification code, and then save the returned API key to ~/.redditrank/config.json (or you can set REDDITRANK_API_KEY in your environment). If you don't trust that domain or service, do not register. - setup.sh will create a .venv in the skill directory and pip-install packages from PyPI (textual, httpx, pyperclip). Review requirements.txt and be comfortable with those packages. - The tool's explicit purpose is to find Reddit threads and generate 'stealth' marketing replies; that has ethical/platform-policy implications (may violate Reddit rules). Use responsibly. - If you want to minimize persistence, set REDDITRANK_API_KEY as an environment variable instead of running the registration flow, and avoid running the setup script that writes files. - If you need higher assurance, review the remote API’s privacy/terms and the server at clawagents.dev before providing your email or using the API key.
功能分析
Type: OpenClaw Skill Name: redditrank Version: 1.0.2 The redditrank skill is a legitimate marketing tool designed to find Reddit threads and generate AI-powered replies. The bundle includes a well-structured Python TUI application (redditrank_tui) and a setup script (setup.sh) that handles API registration and environment configuration in a transparent manner. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the code strictly communicates with the stated service endpoint (clawagents.dev) and includes safety instructions for the AI agent to prevent automated posting.
能力评估
Purpose & Capability
Name/description (find Google-ranked Reddit threads and draft replies) match the code and API calls. The files implement a TUI that calls discover, draft, usage, and auth endpoints at the declared base URL. Required binary (curl) and required env var (REDDITRANK_API_KEY) are appropriate for this purpose.
Instruction Scope
SKILL.md instructs users to run setup.sh to register and obtain an API key; setup.sh then sends the user email to the service and writes the returned api_key to ~/.redditrank/config.json. This behavior is expected for a registration flow, but SKILL.md's language ('stores your API key in your OpenClaw config') is slightly imprecise — the code actually writes to a local ~/.redditrank config file. The runtime instructions do not attempt to read unrelated credentials or system files beyond the created config and standard env vars.
Install Mechanism
There is no formal install spec in the registry, but the bundle includes a setup.sh that creates a local virtualenv and pip-installs requirements.txt (textual, httpx, pyperclip). This is a typical pattern for Python CLI tools; it will write a .venv directory and ~/.redditrank/config.json. The install uses PyPI packages (requirements.txt) — expected but moderate-risk compared to a pure instruction-only skill because code is written to disk and third-party packages are installed.
Credentials
Only REDDITRANK_API_KEY is required as a credential (declared as primaryEnv). The code optionally reads REDDITRANK_API_BASE for a custom API base but that is optional and not required. No unrelated tokens (AWS, GitHub, etc.) are requested. The setup flow asks for an email to register (expected for API key issuance).
Persistence & Privilege
The skill persists a user API key to ~/.redditrank/config.json and creates a .venv in the skill directory during setup. It does not request always:true or modify other skills or system-wide configs. Persisting a credential and writing a venv are normal for a local CLI tool; users should be aware of the file paths used.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install redditrank
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /redditrank 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Simplified setup - removed system-level modifications
v1.0.1
Full package with TUI client and setup script
v1.0.0
Initial release
元数据
Slug redditrank
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

RedditRank 是什么?

Find Reddit threads ranking on Google Page 1 for your keywords. AI drafts contextual replies that naturally mention your product. Copy, paste, post. Free org... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。

如何安装 RedditRank?

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

RedditRank 是免费的吗?

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

RedditRank 支持哪些平台?

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

谁开发了 RedditRank?

由 aces1up(@aces1up)开发并维护,当前版本 v1.0.2。

💬 留言讨论