Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

oosmetricsoosmetrics 搜索

Agent Skill

oosmetrics 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,444

周安装

138

GitHub Stars

1

下载量

1,115
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install oosmetrics

简介

oosmetrics 用于搜索、比较和分析 GitHub 开源项目。

  • 支持按增长率、加速度等维度筛选 33 万多个存储库。
  • 适合发现热门项目或寻找技术替代方案。oosmetrics 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装前需确认是否会触发联网请求和数据缓存。
  • 建议结合具体关键词使用并注意 API 调用频率限制。

SKILL.md

name
oosmetrics
description
Search, compare, and analyze 330K+ open-source GitHub repos by growth rate, acceleration, and originality. Discover trending projects, find alternatives, check licenses, and get AI-powered analysis.
version
1.0.1
metadata
openclaw
requires
bins
["npx"]
env
["OOSMETRICS_API_KEY"]
primaryEnv
OOSMETRICS_API_KEY
install
npm
@oosmetrics/mcp@1.0.1

oosmetrics - Open Source Momentum Intelligence

Query growth metrics, compare repos, discover trending projects, find alternatives, and get AI-powered deep analysis for 330,000+ GitHub repositories tracked by oosmetrics.com.

How it works

This skill runs the @oosmetrics/mcp npm package (source: https://github.com/AlessandroFlati/GitHubMetrics/tree/main/mcp) as a local MCP server over stdio. The server makes HTTPS requests only to api.oosmetrics.com using your API key. It does not listen on any ports, does not run in the background after the agent session ends, and does not collect telemetry or send data anywhere other than the oosmetrics API.

Setup

  1. Get your API key at https://oosmetrics.com/profile (Pro or AI tier required). The key is scoped to your account and can be rotated or deleted at any time from your profile page.
  2. Set the environment variable: export OOSMETRICS_API_KEY=oosm_your_key_here
  3. The MCP server is installed via npx @oosmetrics/mcp@1.0.1 and starts automatically when this skill is loaded. It communicates with the agent over stdio (no network ports opened locally).

Tools

The available tools depend on your subscription tier. The server fetches the tool list from the oosmetrics API at startup, so Pro users see 7 tools and AI users see all 10.

Pro + AI tier tools

search - Find repos by natural language query, language, or sort criteria. get_repo - Get detailed metrics, grades, and description for a specific repo. compare - Compare 2-5 repos side by side with full metrics. trending - Get the hottest repos right now, optionally filtered by language. alternatives - Find similar repos to a given one using embedding similarity. history - Get historical metrics time series (stars, growth, acceleration over time). analyze - Get or trigger an AI analysis of any repo (tech stack, health signals, alternatives, creative build ideas).

AI tier only tools

existence_check - Describe a project idea, get back similar existing repos ranked by relevance. dependency_discovery - Describe what you want to build, get recommended dependencies with health signals. license_check - Check license compatibility for a list of dependencies.

Example prompts

Use these as a guide for how to interact with the tools:

Discovery

  • "What are the fastest-growing Rust projects this week?"
  • "Find me Python ML frameworks that are gaining traction"
  • "Show me trending repos in Go"

Research

  • "Get the metrics for facebook/react"
  • "Compare Express.js, Fastify, and Hono by growth and acceleration"
  • "Show me the 90-day growth history for astral-sh/uv"
  • "What are the best alternatives to Prisma?"

Due diligence

  • "Analyze denoland/deno - focus on ecosystem maturity"
  • "Is there already a project like X? I want to build a real-time collaborative markdown editor"
  • "Check the licenses for these deps: facebook/react, vercel/next.js, prisma/prisma"
  • "What libraries can help me build a CLI tool for Kubernetes management?"

Comparisons and decisions

  • "I'm choosing between SQLx and Diesel for a new Rust project. Compare them."
  • "Which React state management library has the best momentum right now?"
  • "Compare the top 3 Python web frameworks by acceleration"

Workflow patterns

Evaluate a technology choice

  1. Use search to find candidates in the domain
  2. Use compare to see them side by side
  3. Use analyze on the top pick for a deep dive
  4. Use history to check if growth is sustained or a spike

Check before you build

  1. Use existence_check with your project description
  2. If similar projects exist, use get_repo to understand their approach
  3. Use alternatives to map the full landscape
  4. Use license_check to verify compatibility

Stay informed

  1. Use trending to see what's hot globally or in your language
  2. Use search with specific domains ("AI agent frameworks", "database engines")
  3. Use analyze on anything that catches your eye

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

95.97%
按下载量换算1,070

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills