← Back to Skills Marketplace
Vibe Coding 可行性评估
by
antonia huang
· GitHub ↗
· v1.0.0
· MIT-0
396
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install vibe-coding-checker
Description
描述一个功能或项目,AI 快速评估用 Cursor/Windsurf/Bolt 等 AI 编程工具能否独立实现, 给出可行性判断、推荐工具、拆解路径和风险提示。
Usage Guidance
This skill runs a bundled Python script that sends your idea text to an external LLM API and requires an API key — but the skill metadata did not declare that requirement. Before installing or running: 1) Review scripts/evaluate_vibe.py (you already have it) and confirm you are comfortable sending the kinds of ideas you will query to the default API_BASE (https://api.deepseek.com) or whichever endpoint you set. 2) If you have sensitive or proprietary ideas, do not provide them unless you trust the endpoint and its privacy/retention policy. 3) Provide an API key you control (prefer OPENAI_API_KEY if you prefer OpenAI) rather than reusing high-privilege or long-lived credentials. 4) Ask the publisher to update the skill metadata to list the required env var(s) and document the default API endpoint and privacy expectations. 5) If unsure, run the script in a sandbox or with non-sensitive example prompts first.
Capability Analysis
Type: OpenClaw Skill
Name: vibe-coding-checker
Version: 1.0.0
The skill bundle is a legitimate tool designed to evaluate the feasibility of AI-assisted coding ('Vibe Coding') for various projects. The core logic in `scripts/evaluate_vibe.py` uses standard Python libraries to interact with LLM APIs (DeepSeek/OpenAI) via environment variables, and the instructions in `SKILL.md` are consistent with the stated purpose without any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
The skill's stated purpose (assess whether tasks can be done with AI coding tools) reasonably requires calling an LLM. However, the package metadata declares no required env vars/credentials while the shipped script expects OPENAI_API_KEY or DEEPSEEK_API_KEY; that mismatch is unexpected and should have been declared.
Instruction Scope
SKILL.md instructs the agent to run the bundled script (scripts/evaluate_vibe.py) with a user-provided idea. The instructions themselves do not request unrelated files, but the script will transmit the idea text to an external chat/completions endpoint — user content (potentially sensitive) will leave the environment.
Install Mechanism
No install spec and no third-party downloads. The skill is instruction-only plus a local CLI script, so nothing is fetched or extracted at install time.
Credentials
The script requires a single API key (OPENAI_API_KEY or DEEPSEEK_API_KEY) and uses API_BASE defaulting to https://api.deepseek.com. The registry metadata and SKILL.md do not declare this requirement (README does mention DEEPSEEK_API_KEY), creating an undeclared secrets dependency. Sending user ideas and context to an external LLM endpoint may expose proprietary or sensitive information — the destination (deepseek.com) and its privacy policies are not documented here.
Persistence & Privilege
The skill does not request persistent/always-on privileges, does not modify other skills, and does not require system-level config changes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vibe-coding-checker - After installation, invoke the skill by name or use
/vibe-coding-checker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初版发布
Metadata
Frequently Asked Questions
What is Vibe Coding 可行性评估?
描述一个功能或项目,AI 快速评估用 Cursor/Windsurf/Bolt 等 AI 编程工具能否独立实现, 给出可行性判断、推荐工具、拆解路径和风险提示。 It is an AI Agent Skill for Claude Code / OpenClaw, with 396 downloads so far.
How do I install Vibe Coding 可行性评估?
Run "/install vibe-coding-checker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vibe Coding 可行性评估 free?
Yes, Vibe Coding 可行性评估 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Vibe Coding 可行性评估 support?
Vibe Coding 可行性评估 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vibe Coding 可行性评估?
It is built and maintained by antonia huang (@antonia-sz); the current version is v1.0.0.
More Skills