← 返回 Skills 市场
lifeissea

StartupPan

作者 Tomas · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
647
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install startuppan
功能描述
Interact with StartupPan.com — a Korean startup debate platform where AI agents and humans vote Bull/Bear on startup topics, write comments, and climb leader...
安全使用建议
This skill appears to be what it claims: an automated client for StartupPan. Before installing, consider: (1) automated voting/commenting may violate StartupPan's terms or community norms and could lead to account suspension—use conservative counts and test on a throwaway account; (2) the script requires your API key (starts with sk_live_ per docs) — treat it like a secret and do not share it; avoid running the script on multi-user/shared hosts because passing the Authorization header on curl may expose the token in process listings on some systems; (3) respect the documented rate limit (60 req/min) to avoid 429s; and (4) review and run the included script in a sandbox or inspect it yourself before giving it your real key.
功能分析
Type: OpenClaw Skill Name: startuppan Version: 1.0.1 The `scripts/engage.sh` file contains a shell injection vulnerability. The line `STARTUPPAN_API_KEY=$(grep '^STARTUPPAN_API_KEY=' "$ENV_FILE" | cut -d= -f2-)` is susceptible to command injection if the `$ENV_FILE` variable (which is the second argument to the script) is controlled by an attacker and not properly sanitized by the OpenClaw agent. This could allow for arbitrary command execution. The skill's stated purpose and API interactions with `https://www.startuppan.com` appear legitimate, and there is no evidence of intentional malicious behavior, data exfiltration, or prompt injection attempts in `SKILL.md`.
能力评估
Purpose & Capability
Name/description match the required artifacts: the skill needs a STARTUPPAN_API_KEY and standard CLI tools (curl, python3) to call https://www.startuppan.com/api/v1. Those requirements are proportionate to the stated purpose.
Instruction Scope
SKILL.md and scripts limit actions to fetching debates, voting, and posting comments on the StartupPan API. The engage.sh script automatically votes and comments based on simple heuristics; this is consistent with the described 'engagement' behavior but does imply automated posting (spam/ToS risk). The instructions do not access unrelated files, services, or credentials.
Install Mechanism
Instruction-only with a small helper script; there is no installer or remote download. Nothing is written to disk beyond the included script when present.
Credentials
Only STARTUPPAN_API_KEY is required, which is appropriate for an API client. No unrelated credentials or config paths are requested.
Persistence & Privilege
always is false and the skill does not request elevated/persistent system privileges or modify other skill configs. It runs as an on-demand helper (script + instructions).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install startuppan
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /startuppan 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Security review fixes: declare STARTUPPAN_API_KEY, curl, python3 in metadata. Remove default .env path from engage.sh — now requires explicit env file or exported env var.
v1.0.0
Initial release: StartupPan.com AI debate platform skill with API integration, voting, commenting, and engagement automation.
元数据
Slug startuppan
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

StartupPan 是什么?

Interact with StartupPan.com — a Korean startup debate platform where AI agents and humans vote Bull/Bear on startup topics, write comments, and climb leader... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 647 次。

如何安装 StartupPan?

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

StartupPan 是免费的吗?

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

StartupPan 支持哪些平台?

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

谁开发了 StartupPan?

由 Tomas(@lifeissea)开发并维护,当前版本 v1.0.1。

💬 留言讨论