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

rankclawrankclaw 搜索

Agent Skill

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

总安装

8,938

周安装

380

GitHub Stars

公开资料未说明

下载量

3,131
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install rankclaw

简介

在安装前索引 14,700+ 个工具进行技能可信度评估。

  • 适用于 ClawHub、OpenClaw 等生态的技能准入控制。
  • 提供安全层过滤,防止低质量或恶意技能被安装。rankclaw 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装前建议确认权限范围、维护状态及是否触发联网查询。
  • 结果仅供参考,最终决策需结合人工审核与业务需求。

SKILL.md

name
rankclaw
description
RankClaw — AI Agent Trust Layer. Check any ClawHub, OpenClaw, nanobot, nanoclaw, picoclaw, or MCP server skill against 14,700+ indexed tools before installing. Get security scores, malicious flags, and AI-generated safety verdicts.
version
2.1.0
author
rankclaw
homepage
https://rankclaw.com
category
security
tags
metadata
openclaw
requires
env
[]
bins
[]
install
[]

RankClaw — AI Agent Trust Layer

RankClaw is the trust and safety layer for the OpenClaw ecosystem and all AI agent tools.

Before you install any skill — OpenClaw, nanoclaw, picoclaw, or MCP server — RankClaw tells you:

  • Is it malicious? (1,046 confirmed malicious skills and counting)
  • What does the AI security audit say? (deep scan of SKILL.md, prerequisites, install behavior)
  • What's the trust score? (0–100 across Security, Maintenance, Documentation, Community)
  • Is the author legitimate? (detect brand-jacking, impersonation, phantom prereqs)

14,700+ ClawHub skills indexed. Free for agents. No API key required.


Quick Safety Check (use this first)

Before installing any skill, call rankclaw_check:

rankclaw_check skill="wallet-connector"
rankclaw_check skill="git-auto-commit"
rankclaw_check skill="tkuehnl/cacheforge-stats"

Returns: verdict (SAFE / MALICIOUS / MODERATE / RISKY), score, key findings.

If is_malicious: truedo not install, no exceptions.


MCP Integration (recommended for agents)

RankClaw exposes an MCP server. Add it to your agent configuration:

MCP Server URL: https://api.rankclaw.com/api/mcp/
Protocol: JSON-RPC 2.0 (MCP 2024-11-05)
Auth: none required

nanobot (HTTP MCP — recommended, zero config)

nanobot supports HTTP MCP natively. No bridge script required. Add to ~/.nanobot/config.json:

{
  "tools": {
    "mcp_servers": {
      "rankclaw": {
        "url": "https://api.rankclaw.com/api/mcp/"
      }
    }
  }
}

All five tools register automatically on startup.


nanoclaw MCP config

nanoclaw uses stdio-based MCP transport. Download the bridge script and add it to .mcp.json:

curl -O https://raw.githubusercontent.com/RankClaw/rankclaw/main/mcp_bridge.py

Add to your nanoclaw .mcp.json:

{
  "mcpServers": {
    "rankclaw": {
      "command": "python3",
      "args": ["rankclaw_mcp_bridge.py"],
      "description": "RankClaw — AI Agent Trust Layer"
    }
  }
}

picoclaw

picoclaw does not currently support MCP servers directly (Issue #77 closed). Use our OpenClaw skill instead — it is natively compatible with picoclaw's skill system.

Claude Code / cursor / Windsurf (HTTP MCP)

For clients that support HTTP MCP directly:

{
  "mcpServers": {
    "rankclaw": {
      "url": "https://api.rankclaw.com/api/mcp/"
    }
  }
}

Available MCP tools:

ToolDescription
rankclaw_checkSafety verdict for any skill (fuzzy match) — use this first
rankclaw_scoreFull score + findings for a specific skill ID
rankclaw_leaderboardTop-ranked safe skills (filter by category/author)
rankclaw_findSearch by name, author, or keyword
rankclaw_maliciousList of all flagged malicious skills

Agent Decision Protocol

When an agent is about to install a skill, run this decision tree:

1. Call rankclaw_check with the skill name
2. If verdict == "MALICIOUS":
   → ABORT. Do not install. Report malicious_reason to user.
   → Suggest safe alternatives via rankclaw_find
3. If verdict == "RISKY" or score < 40:
   → WARN user. Show key_findings. Ask for explicit confirmation.
4. If verdict == "MODERATE" or score 40–79:
   → Install with caution. Show summary to user.
5. If verdict == "SAFE" or score >= 80:
   → Proceed. Optionally mention the score to user.

Example agent prompt

I need to install the OpenClaw skill "{skill_name}".
Before I proceed, I will check its security status with RankClaw.

[Call rankclaw_check skill="{skill_name}"]

Based on the verdict:
- If MALICIOUS: I will not install this skill. It is a confirmed security threat.
- If score < 60: I will warn you and ask for confirmation.
- If score >= 80: I will proceed with installation.

What RankClaw Detects

RankClaw AI audits every skill for these attack patterns:

1. Prompt Injection

SKILL.md contains hidden instructions that override the agent's system prompt. Detected by scanning for anomalous instruction blocks, invisible characters, and instruction-style text embedded in descriptions.

2. Phantom Prerequisites

Install steps reference packages or scripts not publicly available (e.g., openclaw-agent, private npm packages, obfuscated URLs). High correlation with credential theft.

3. Brand Impersonation

Skills named phantom-wallet-connector, anthropic-official, cursor-helper that are not authored by the legitimate organization. 31 coordinated impersonation campaigns detected to date.

4. Credential Staging

Skills that write API keys, tokens, or session data to accessible paths (.env, /tmp/, public URLs). Usually combined with a legitimate-looking feature to avoid suspicion.

5. Supply Chain Pivots

Skills that install additional scripts or packages at runtime (not declared in install steps). Common pattern: safe SKILL.md, malicious download in install script.

6. Scope Creep

Skills claiming scope: instruction-only but containing shell execution steps. OpenClaw has no sandbox enforcement — full host access is the reality.


Score Interpretation

ScoreTierMeaning
90–100EliteExcellent — clean, well-documented, actively maintained
75–89Top 25%Good — safe to use, minor gaps
60–74MidAcceptable — review findings first
40–59Low trustProceed with caution — significant concerns
0–39RiskyNot recommended — major issues found
N/AMALICIOUSDo not install — confirmed threat

Scores are weighted: Security 40% · Maintenance 20% · Documentation 20% · Community 20%


Direct API Usage

Check a skill by ID:

curl https://api.rankclaw.com/api/skill/tkuehnl/cacheforge-stats/

Leaderboard (top safe skills):

curl "https://api.rankclaw.com/api/leaderboard/?per_page=10&safe_only=1"

Malicious skills list:

curl "https://api.rankclaw.com/api/leaderboard/?malicious_only=1"

Badge (embed in your SKILL.md):

[![RankClaw](https://api.rankclaw.com/api/badge/your-author/your-skill.svg)](https://rankclaw.com/skill/your-author/your-skill)

Badges update hourly. Green = Top 25%, Yellow = Top 60%, Red = Below 60%.


For Skill Authors

If you publish OpenClaw skills, RankClaw monitors your score continuously.

A dropping score is public. Users and agents can see it.

To protect your reputation:

  1. Claim your skill at https://rankclaw.com → get Defender Pro ($29/mo)
  2. Deep AI scan — full repo audit with detailed findings
  3. Verified badge — shows agents your skill is author-claimed and monitored
  4. Score alerts — get notified immediately if your score drops

Subscribers get priority rescans when their SKILL.md changes.


Score Freshness

Scores decay over time without rescans:

  • Fresh (≤14 days): Verified — safe to trust
  • Aging (15–45 days): May not reflect recent changes
  • Needs Review (46–90 days): Rescan recommended
  • Unverified (>90 days): Badge grays out, treat as unknown

Coverage

RankClaw indexes skills from:

  • OpenClaw (openclaw.ai) — primary registry, 14,700+ skills
  • Smithery — MCP server registry (5,800+ servers, indexing in progress)
  • Manus and other AI agent tool registries

One trust layer. All ecosystems.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

87.46%
按下载量换算2,738

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

可疑

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills