← 返回 Skills 市场
Vibelevel Analyzer
作者
therealstein
· GitHub ↗
· v1.0.4
364
总下载
1
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install vibelevel-xyz
功能描述
Check any GitHub developer's vibe score across 7 dimensions. Compare coders, flex leaderboards, and discover who's really shipping.
安全使用建议
This skill simply queries the public API at vibelevel.xyz with a GitHub username and returns JSON. Before installing, consider: (1) requests will go to an external third-party (vibelevel.xyz) — if you don't want your queries logged there, don't use it; (2) no secrets are required and nothing on disk is modified by the skill; (3) metadata lists jq although the script itself doesn't invoke it — the agent may use jq to format results but it's optional; (4) because the source/homepage are minimal, you may want to visit vibelevel.xyz to confirm you trust the service. Overall the package is coherent with its stated purpose and has low technical risk.
功能分析
Type: OpenClaw Skill
Name: vibelevel-xyz
Version: 1.0.4
The skill bundle is benign. The `SKILL.md` provides clear instructions for the AI agent to interact with the user and present data from the `vibelevel.xyz` API, without any prompt injection attempts to deviate from the stated purpose. The `scripts/check-vibe.sh` script properly sanitizes the GitHub username input using a regex before it is used in the `curl` command, effectively mitigating shell injection risks. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation.
能力评估
Purpose & Capability
Name/description match the implementation: the script fetches vibe data for a GitHub username from https://vibelevel.xyz/api/vibe/{username}. No unrelated credentials, paths, or binaries are requested that would be unnecessary for this purpose.
Instruction Scope
SKILL.md instructs the agent to run scripts/check-vibe.sh and parse the returned JSON for presentation. The included script only uses curl and returns JSON; it does not read other files or credentials. Minor mismatch: SKILL.md and metadata list jq as required for JSON parsing, but the script itself does not call jq — the agent is expected to parse the JSON (jq would be a convenient tool).
Install Mechanism
This is an instruction-only skill with a small included shell script. There is no install spec, no downloads, and nothing written to disk beyond the provided script. Low install risk.
Credentials
No environment variables, secrets, or config paths are requested. The only required binaries are curl (used) and jq (declared but not used by the script). No sensitive credentials are needed; the skill only sends public GitHub usernames to a third-party API.
Persistence & Privilege
always:false and default invocation settings. The skill does not request permanent presence or modify other skills or system configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vibelevel-xyz - 安装完成后,直接呼叫该 Skill 的名称或使用
/vibelevel-xyz触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Fixed profile link template to avoid broken URL indexing
v1.0.3
Clean package: proper markdown links, fixed slug name, 2 files only
v1.0.2
Clean package with proper markdown links for ClawHub webpage rendering
v1.0.1
Initial release — check any GitHub developer vibe score across 7 dimensions from vibelevel.xyz
v1.0.0
Initial release — check any GitHub developer vibe score across 7 dimensions from vibelevel.xyz
元数据
常见问题
Vibelevel Analyzer 是什么?
Check any GitHub developer's vibe score across 7 dimensions. Compare coders, flex leaderboards, and discover who's really shipping. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 364 次。
如何安装 Vibelevel Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vibelevel-xyz」即可一键安装,无需额外配置。
Vibelevel Analyzer 是免费的吗?
是的,Vibelevel Analyzer 完全免费(开源免费),可自由下载、安装和使用。
Vibelevel Analyzer 支持哪些平台?
Vibelevel Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 Vibelevel Analyzer?
由 therealstein(@therealstein)开发并维护,当前版本 v1.0.4。
推荐 Skills