← 返回 Skills 市场
codekungfu

Startup Validator

作者 ClawKK · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
194
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install startup-validator
功能描述
Structures early startup validation with commands for idea, competitive analysis, and MVP planning plus a standardized reporting template.
安全使用建议
This skill appears coherent and low-risk: it is a small local CLI that logs runs to data/startup_validator_data.json and produces structured reports. Before installing/running: 1) Inspect the script yourself (it's short and readable). 2) Run it in a project/sandbox directory if you prefer to avoid creating data files in your repo. 3) Be aware the docs mention optional external API usage (requests) — if you or someone modifies the tool to call web APIs, do not add credentials or endpoints you don't trust. 4) Note the example usage path in SKILL.md is slightly inconsistent with the actual script path; adjust commands accordingly.
功能分析
Type: OpenClaw Skill Name: startup-validator Version: 1.0.0 The startup-validator skill is a structured framework designed to help an AI agent perform startup idea validation and competitive analysis. The core logic in `scripts/startup_validator_tool.py` is a simple activity logger that records command execution to a local JSON file, and the documentation in `SKILL.md` and `references/startup_validator_guide.md` provides clear, non-malicious instructions for the agent. No evidence of data exfiltration, unauthorized execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description (startup validation, competitive analysis, MVP scaffolding) match the included script and documentation. The bundled Python script implements validate/compete/mvp commands and returns structured JSON results and reference URLs. One minor documentation inconsistency: example usage paths in SKILL.md reference different repository paths than the actual script location, but this is a documentation bug rather than an unexplained capability.
Instruction Scope
SKILL.md confines runtime actions to running the local Python CLI and producing a report template. It recommends (optionally) installing requests if you extend network calls, and advises using real API data rather than inventing metrics. The code itself uses only local file I/O and standard library; it does not perform network access or read unrelated system files. The only scope note: documentation suggests using external APIs for richer data, but the shipped tool does not call external endpoints by default.
Install Mechanism
No install spec and no downloads; this is an instruction-only skill with a small bundled Python script. There is no external install or archive extraction, so installation risk is low.
Credentials
The skill declares no required environment variables, no primary credential, and the script does not read secrets or environment variables. Requested capabilities are proportionate to the stated purpose.
Persistence & Privilege
The tool writes a local data file (data/startup_validator_data.json) and will migrate a legacy file if present; this is expected for a CLI helper that logs runs. The skill is not always-enabled and does not modify other skills or system-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install startup-validator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /startup-validator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of startup-validator (formerly idea-validator), focused on structured startup idea validation workflows. - Provides commands for validation (`validate`), competitive analysis (`compete`), and MVP planning (`mvp`), each with guidance and template outputs. - Includes a detailed reporting template for consistent, actionable validation reports. - Offers references and best practices for founders and indie hackers performing early PMF and market-fit analysis. - Old skill name (`idea-validator`) now migrated; all usage should shift to `startup-validator`.
元数据
Slug startup-validator
版本 1.0.0
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Startup Validator 是什么?

Structures early startup validation with commands for idea, competitive analysis, and MVP planning plus a standardized reporting template. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 194 次。

如何安装 Startup Validator?

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

Startup Validator 是免费的吗?

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

Startup Validator 支持哪些平台?

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

谁开发了 Startup Validator?

由 ClawKK(@codekungfu)开发并维护,当前版本 v1.0.0。

💬 留言讨论