← 返回 Skills 市场
zerone0x

GitHub Cred

作者 zerone0x · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
553
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install github-cred
功能描述
Analyze GitHub user contribution quality. Evaluates owned repos, external contributions, output quality, and social influence. Triggers on "github cred", "an...
使用说明 (SKILL.md)

GitHub Cred

Analyze GitHub user contribution quality.

Triggers

  • github cred \x3Cusername>
  • analyze \x3Cusername>'s github

Four-Tier Scoring System

Tier 0 — Owned High-Star Repos (30%)

Metric Score
Own ≥10k⭐ repo +30
Own ≥5k⭐ repo +20
Own ≥1k⭐ repo +10

Cap: 30. Creator > Contributor

Tier 1 — External Contributions (30%)

Metric Score
Merged PR in ≥100k⭐ repo +4/PR
Merged PR in ≥10k⭐ repo +2/PR
Merged PR in ≥1k⭐ repo +1/PR
Non-trivial (>20 lines) ×1.5

Cap: 30

Tier 2 — Output Quality (20%)

Metric Score
Merge rate ≥70% +10
Merge rate ≥50% +7
Code ratio ≥80% +5
Diversity ≥10 repos +5

Cap: 20

Tier 3 — Social Influence (20%)

Metric Score
≥5k followers +20
≥2k followers +15
≥1k followers +12
≥500 followers +8
≥200 followers +5
≥100 followers +3
\x3C100 followers +1

Grades

Grade Score Description
S 95+ Legend — top project creator + core contributor + influencer
A+ 85-94 Master — high-star project owner OR top project contributor
A 70-84 Senior — active developer with real contributions
B 50-69 Active — steady contributor
C 30-49 Beginner — some contributions
D \x3C30 Newbie

Output Format

📊 GitHub Cred: @username

🏆 XX/100 (Grade)

▸ Tier 0 Owned Repos (XX/30)
  👑 repo1 ⭐XXk

▸ Tier 1 External Contributions (XX/30)
  🔨 org/repo ⭐XXk × N PRs

▸ Tier 2 Output Quality (XX/20)
  📈 Merge rate XX% | Code ratio XX%

▸ Tier 3 Social Influence (XX/20)
  👥 X,XXX followers

Two Paths to A+

  • Creator path — Build one 10k+ stars project
  • Contributor path — Deep contributions to multiple top projects (100k+ stars)

Mixed is strongest.

安全使用建议
This skill is an instruction-only scoring rubric with no code and no requested credentials, but it's also vague about how it will retrieve GitHub data. Before installing or using it: 1) Ask the author how the agent will access GitHub (API vs scraping) and whether it will request a GITHUB_TOKEN; prefer a workflow that uses a personal token with minimal scopes if needed. 2) Understand that the rubric is subjective and that the agent's implementation may collect more GitHub data than you expect (PR diffs, commit metadata, repo lists). 3) Test the skill on non-sensitive or public accounts first. 4) If you are uncomfortable with an agent making arbitrary network requests, decline installation or require the skill to explicitly document API calls and required env vars.
功能分析
Type: OpenClaw Skill Name: github-cred Version: 1.0.0 The skill bundle contains only metadata and markdown documentation (`_meta.json`, `SKILL.md`, `README.md`). There is no executable code present in the provided files. The markdown files describe the skill's functionality, scoring system, and usage, without any instructions that could lead to prompt injection against the agent, data exfiltration, or malicious execution. The installation instructions in `README.md` are for the user and do not constitute malicious behavior within the skill bundle itself.
能力评估
Purpose & Capability
The stated purpose (analyzing GitHub contribution quality) matches the rubric and output format. However, the skill does not declare any GitHub API credential (GITHUB_TOKEN) or required tooling; while not strictly required, realistic collection of merged PR counts, merge rates, and cross-repo metrics usually needs API access or substantial scraping. The absence of declared credentials is notable but not definitive evidence of misbehavior.
Instruction Scope
SKILL.md is a scoring specification and output template but contains no concrete runtime instructions about where or how to fetch data (GitHub API vs. web scraping), what endpoints to call, or limits on what to collect. That vagueness grants the agent wide discretion to make network requests or gather extra context (potentially beyond what's needed), and it doesn't constrain reading of other data sources. The rubric references metrics (merged PRs, code ratio, merge rate) without defining computation methods or data scopes.
Install Mechanism
There is no install spec and no code files in the package (instruction-only), which is lower risk: nothing is written to disk by the bundle itself. README suggests cloning the author's GitHub repo as an install option, but the published skill contains no install script or downloaded artifacts.
Credentials
The skill requires no environment variables or credentials. That is minimal and reasonable in principle, but inconsistent with the scope of data collection it claims: GitHub API usage (to get PR merge info, commit sizes, follower counts at scale) typically needs a token to avoid rate limits. Because no credential is requested, the agent may either (a) perform unauthenticated, possibly brittle scraping, (b) repeatedly prompt for a token at runtime, or (c) attempt other network activity. No unrelated secrets are requested.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or to modify other skills. It does not claim or appear to write system configuration or require elevated access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install github-cred
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /github-cred 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Four-tier scoring system for GitHub contribution quality
元数据
Slug github-cred
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

GitHub Cred 是什么?

Analyze GitHub user contribution quality. Evaluates owned repos, external contributions, output quality, and social influence. Triggers on "github cred", "an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 553 次。

如何安装 GitHub Cred?

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

GitHub Cred 是免费的吗?

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

GitHub Cred 支持哪些平台?

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

谁开发了 GitHub Cred?

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

💬 留言讨论