← 返回 Skills 市场
yanji84

Pain Point Finder

作者 Ji Yan · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
428
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pain-point-finder
功能描述
Discover pain points, frustrations, and unmet needs on Reddit using PullPush API. No API keys required. Use to find startup ideas backed by real user complai...
安全使用建议
This skill appears internally consistent with its purpose. Before installing, consider: (1) it will make many network calls to api.pullpush.io (self-limited to ~300/run) so confirm you’re comfortable with that third-party service and its terms/privacy; (2) outputs include Reddit quotes which can contain personal information — review/sanitize before sharing; (3) the code is bundled and runs locally under node (no hidden installers), but if you want extra assurance, inspect the full script (the truncated portion shown is consistent with behavior described) to confirm there are no other external endpoints or file I/O. If you rely on an enterprise environment with data controls, verify that outbound requests to api.pullpush.io are acceptable.
功能分析
Type: OpenClaw Skill Name: pain-point-finder Version: 1.0.0 The skill bundle is benign. The `SKILL.md` provides clear, task-oriented instructions for the AI agent to execute a local Node.js script (`scripts/pain-points.mjs`). The script itself strictly adheres to its stated purpose of discovering pain points on Reddit via the `api.pullpush.io` endpoint. It uses Node.js's built-in `https` module for network requests, implements robust rate limiting and exponential backoff, and handles input parameters safely via `URLSearchParams`, preventing injection vulnerabilities. File system access is limited to reading intermediate JSON output from previous steps or stdin, which is a legitimate part of the workflow. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to deviate the agent from its intended function.
能力评估
Purpose & Capability
Name/description (Reddit pain-point discovery via PullPush) match the code and docs: the script queries api.pullpush.io for submissions and comments and computes pain/validation metrics. Required binary (node) is appropriate and no unrelated credentials or services are requested.
Instruction Scope
SKILL.md instructs running the included node script with discover/scan/deep-dive subcommands. The runtime instructions and script only reference PullPush API calls, local JSON output, and stderr logging. There is no instruction to read unrelated local files or to exfiltrate secrets.
Install Mechanism
No install spec (instruction-only) and the bundled code is self-contained. There are no downloads from untrusted URLs or archive extraction steps. Requiring node is proportional.
Credentials
No environment variables or credentials are required. The script makes unauthenticated requests to a single third-party host (api.pullpush.io), which is appropriate for the stated design.
Persistence & Privilege
The skill is not set to always: true and does not request system-wide changes or other skills' credentials. It runs on demand and only performs network queries to PullPush.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pain-point-finder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pain-point-finder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Pain Point Finder. - Find pain points, frustrations, and unmet needs on Reddit using PullPush API—no API keys needed. - Structured 4-phase workflow: discover subreddits, scan for pain points, deep-dive on top posts, and synthesize findings. - CLI options for targeted discovery, filtering, and analysis. - Output includes agreement signals, failed solution attempts, and mapped competitive landscape. - Built-in rate limits and retry logic for stable operation.
元数据
Slug pain-point-finder
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pain Point Finder 是什么?

Discover pain points, frustrations, and unmet needs on Reddit using PullPush API. No API keys required. Use to find startup ideas backed by real user complai... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 428 次。

如何安装 Pain Point Finder?

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

Pain Point Finder 是免费的吗?

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

Pain Point Finder 支持哪些平台?

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

谁开发了 Pain Point Finder?

由 Ji Yan(@yanji84)开发并维护,当前版本 v1.0.0。

💬 留言讨论