← Back to Skills Marketplace
therealstein

Vibelevel Analyzer

by therealstein · GitHub ↗ · v1.0.4
darwinlinux ✓ Security Clean
364
Downloads
1
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install vibelevel-xyz
Description
Check any GitHub developer's vibe score across 7 dimensions. Compare coders, flex leaderboards, and discover who's really shipping.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vibelevel-xyz
  3. After installation, invoke the skill by name or use /vibelevel-xyz
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug vibelevel-xyz
Version 1.0.4
License
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is Vibelevel Analyzer?

Check any GitHub developer's vibe score across 7 dimensions. Compare coders, flex leaderboards, and discover who's really shipping. It is an AI Agent Skill for Claude Code / OpenClaw, with 364 downloads so far.

How do I install Vibelevel Analyzer?

Run "/install vibelevel-xyz" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Vibelevel Analyzer free?

Yes, Vibelevel Analyzer is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Vibelevel Analyzer support?

Vibelevel Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).

Who created Vibelevel Analyzer?

It is built and maintained by therealstein (@therealstein); the current version is v1.0.4.

💬 Comments