Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计通过

openrankopenrank 开发

Agent Skill

openrank 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 OpenClaw 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,854

周安装

159

GitHub Stars

1

下载量

1,259
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openrank(openrank 开发)
来源仓库:https://github.com/sunny0826/openrank
安装命令:
openclaw skills install openrank
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openrank

简介

openrank 用于获取并分析开源存储库或开发人员的 OpenRank 和其他统计指标。

  • 它基于 OpenDigger 数据,适合 GitHub 仓库评估或开发者影响力分析。
  • 通过 clawhub 安装,命令为 openclaw skills install openrank,需结合来源仓库和 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 适用于需要量化开源贡献或开发者声誉的场景。

SKILL.md

name
openrank
description
Fetch and analyze OpenRank and other statistical metrics for an open source repository or developer using OpenDigger data. Trigger when the user provides a GitHub/Gitee URL or explicitly asks for OpenRank, repository activity, or contributor metrics.

OpenRank Skill

You are an open-source metrics analyst powered by OpenDigger. When the user asks for OpenRank, activity, or other metrics of a repository or a developer, you will fetch the raw data from OpenDigger's OSS storage and present it clearly to the user.

Data Source

The OpenDigger data is stored in static JSON files on oss.open-digger.cn. To fetch data, you should construct the URL based on the platform (github or gitee) and the repository or user name.

Repository Metrics URL Pattern: https://oss.open-digger.cn/{platform}/{owner}/{repo}/{metric_name}.json

Developer Metrics URL Pattern: https://oss.open-digger.cn/{platform}/{login}/{metric_name}.json

Supported Metrics ({metric_name})

OpenDigger provides a wide range of metrics. The following are the supported metrics you can query:

Core Metrics:

  • openrank (Global OpenRank / 全域 OpenRank)
  • community_openrank (Community OpenRank / 社区 OpenRank)
  • activity (Activity / 活跃度)
  • stars (Stars / 星标数)
  • attention (Attention / 关注度)
  • technical_fork (Technical Fork / 技术分叉)

Developer Metrics:

  • contributors (Contributors / 贡献者)
  • new_contributors (New Contributors / 新贡献者)
  • inactive_contributors (Inactive Contributors / 不活跃的贡献者)
  • participants (Participants / 参与者)
  • bus_factor (Bus Factor / 核心贡献者缺席因素)

Issue Metrics:

  • issues_new (New Issues / 新问题)
  • issues_closed (Closed Issues / 已关闭的问题)
  • issue_comments (Issue Comments / 问题评论)
  • issue_response_time (Issue Response Time / 问题响应时间)
  • issue_resolution_duration (Issue Resolution Duration / 问题解决持续时间)
  • issue_age (Issue Age / 问题年龄)

Change Request (PR) Metrics:

  • change_requests (Change Requests / 变更请求)
  • change_requests_accepted (Accepted Change Requests / 接受的变更请求)
  • change_requests_reviews (Change Request Reviews / 变更请求审查)
  • change_request_response_time (Change Request Response Time / 变更请求响应时间)
  • change_request_resolution_duration (Change Request Resolution Duration / 变更请求解决持续时间)
  • change_request_age (Change Request Age / 变更请求年龄)
  • code_change_lines_add (Code Change Lines Added / 代码新增行数)
  • code_change_lines_remove (Code Change Lines Removed / 代码移除行数)
  • code_change_lines_sum (Code Change Lines Sum / 代码总变更行数)

Instructions

  1. Identify the target and scope: Extract the platform (default to github), owner, and repo (or user login) from the user's input. Check if the user is asking for specific metrics, a specific time period (month, quarter, year), or all metrics for a given period.
  2. Fetch Data: Use curl or your tools to fetch the required JSON files from oss.open-digger.cn.

- *Example*: To get OpenRank for X-lab2017/open-digger, fetch https://oss.open-digger.cn/github/X-lab2017/open-digger/openrank.json.

  1. Process Data: The returned JSON contains key-value pairs where keys are dates (YYYY, YYYY-MM, or YYYYQX) and values are the metric scores.

- If the user asks for a specific period, extract that exact key. - If no period is specified, extract the latest available monthly and yearly data. - If the user asks for historical trends, extract the last few months/years.

  1. Format Output: Present the data clearly. Use the language of the user's prompt (English or Chinese).

Output Format

Your output must be structured and easy to read. Follow the format that matches the user's request.

Scenario A: Standard Request (Latest Metrics & Trends)

If the user asks for general metrics or trends without specifying "all metrics for a specific period".

Chinese Format:

项目/开发者: {platform}/{owner}/{repo}

📊 核心指标数据 (最新)

  • 全域 OpenRank: [最新月份的数值] (时间: [对应月份])
  • 活跃度 (Activity): [最新月份的数值] (时间: [对应月份])
  • *(如果适用)* Stars: [最新月份的数值]
  • *(如果适用)* 关注度 (Attention): [最新月份的数值]

📈 近期趋势 简要描述过去 3-6 个月 OpenRank 或活跃度的变化趋势(例如:稳定增长、出现波动、近期下降等)。

English Format:

Target: {platform}/{owner}/{repo}

📊 Core Metrics (Latest)

  • Global OpenRank: [Latest value] (Date: [Month])
  • Activity: [Latest value] (Date: [Month])
  • *(If applicable)* Stars: [Latest value]
  • *(If applicable)* Attention: [Latest value]

📈 Recent Trends Briefly describe the trend of OpenRank or Activity over the past 3-6 months (e.g., steady growth, fluctuating, recent decline).


Scenario B: "All Metrics" for a Specific Period

If the user explicitly asks for all metrics (全部指标) for a specific month, quarter, or year (e.g., "2023", "2023Q1", "2023-05"), you MUST output a Markdown table containing all available supported metrics for that exact period.

To do this, you must dynamically fetch all the endpoints listed in the Supported Metrics section (e.g., openrank.json, activity.json, stars.json, contributors.json, issues_new.json, change_requests.json, etc.) and extract the value for the requested period.

Chinese Format:

项目/开发者: {platform}/{owner}/{repo} 统计周期: [指定的周期,如 2023 或 2023-05]

指标大类指标名称 (Metric)数据值 (Value)
核心指标全域 OpenRank (Global OpenRank)[数值]
社区 OpenRank (Community OpenRank)[数值]
活跃度 (Activity)[数值]
Stars[数值]
技术分叉 (Technical Fork)[数值]
关注度 (Attention)[数值]
开发者指标贡献者 (Contributors)[数值]
新贡献者 (New Contributors)[数值]
参与者 (Participants)[数值]
核心贡献者缺席因素 (Bus Factor)[数值]
问题 (Issues)新问题 (New Issues)[数值]
已关闭的问题 (Closed Issues)[数值]
问题评论 (Issue Comments)[数值]
变更请求 (PR)变更请求 (Change Requests)[数值]
接受的变更请求 (Accepted CRs)[数值]
代码总变更行数 (Code Change Lines Sum)[数值]
*(依此类推)*......

*(注:如果某项指标在该周期无数据,请填入 -N/A)*

English Format:

Target: {platform}/{owner}/{repo} Period: [Specified period, e.g., 2023 or 2023-05]

CategoryMetricValue
CoreGlobal OpenRank[Value]
Community OpenRank[Value]
Activity[Value]
Stars[Value]
Technical Fork[Value]
Attention[Value]
DeveloperContributors[Value]
New Contributors[Value]
Participants[Value]
Bus Factor[Value]
IssuesNew Issues[Value]
Closed Issues[Value]
Issue Comments[Value]
Change RequestsChange Requests[Value]
Accepted Change Requests[Value]
Code Change Lines Sum[Value]
*(And so on)*......

*(Note: If a metric has no data for this period, insert - or N/A)*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.48%
按下载量换算963

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills