Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计通过

trustskillstrustskills 搜索

Agent Skill

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

总安装

4,176

周安装

174

GitHub Stars

公开资料未说明

下载量

1,392
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install trustskills

简介

在安装新技能前校验其来源是否在受信白名单内。

  • 降低恶意插件或仿冒仓库带来的安全风险。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 比对紧凑哈希列表与本地缓存判断合法性。
  • 白名单更新依赖社区维护,可能存在滞后窗口期。
  • 不检测运行时行为,仅做静态来源验证。trustskills 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
trustskills
description
Use this skill when a user wants a trust decision before installing from a skill URL, marketplace, or GitHub repo. It checks a compact allowlist of trusted distribution channels and returns whether the source should be trusted under the current TrustSkills policy, without drifting into explaining what the skill itself does unless the user asks.

TrustSkills

Overview

TrustSkills is the compact first version of TrustSkills. It does not do deep technical verification yet. It answers one earlier and simpler question before install: "Can I trust where this skill came from?"

Use it to verify source provenance before installation by checking a short list of trusted distribution channels and clearly separating:

  • official vendor-owned sources
  • official discovery indexes
  • unsupported or unverified third-party sources

Primary Usage

The natural invocation pattern for this skill is:

  • /trustskills <skill-url>

Examples:

  • /trustskills https://clawhub.ai/steipete/model-usage
  • /trustskills https://github.com/likw99/agent-skills

When invoked this way, treat the URL after /trustskills as the source under review and answer directly.

The primary job is to decide:

  • trust
  • do not trust
  • trust the directory, but not automatically the specific item

When To Use This Skill

Use this skill when the user asks questions like:

  • "/trustskills https://clawhub.ai/steipete/model-usage"
  • "/trustskills https://github.com/likw99/agent-skills"
  • "Is this skill source official?"
  • "What is the official GitHub repo for Codex or Claude skills?"
  • "Can I trust this marketplace or directory?"
  • "Is skills.sh official?"
  • "Which GitHub repos count as official skill distribution channels?"

This skill is especially useful when the source is:

  • a GitHub repository
  • a marketplace or agent store
  • a vendor docs page
  • a directory site such as skills.sh

What This Skill Does

This skill:

  • identifies the platform
  • checks whether the source matches a compact trusted root list
  • makes a trust decision under the current compact policy
  • cites the strongest trusted distribution channel available
  • explains the safest known install path
  • warns when a directory is official but the listed repo is not automatically official

This skill does not:

  • certify code safety
  • perform malware analysis
  • verify signatures or SBOMs
  • prove that a popular listing is safe
  • prove that installability means officiality
  • explain what the skill does unless the user explicitly asks for that

Workflow

  1. Parse the command input.

If the user provides /trustskills <url>, treat <url> as the source under review.

  1. Identify the platform and source type.

The important distinction is vendor-owned repo vs official directory vs unknown third-party source.

  1. Match it against the trusted sources section below.
  2. Return one of these verdicts:

- Trusted - Not trusted - Trust the index, but not automatically the linked item

  1. Answer with:

- the trust decision first - the supporting trusted root - the shortest reason - the remaining risk

  1. Do not summarize the skill's purpose or functionality unless the user asks.

Trusted Sources

OpenAI

  • https://github.com/openai/skills
  • Trust rule: if the source is openai/skills, call it official.

Anthropic

  • https://github.com/anthropics/skills
  • https://github.com/anthropics/claude-code
  • https://github.com/anthropics/knowledge-work-plugins
  • https://github.com/anthropics/claude-plugins-official
  • Trust rule: if the source is in the anthropics GitHub org and matches one of the roots above, call it official.

Google

  • https://github.com/google-labs-code/stitch-skills
  • https://github.com/googleworkspace/cli
  • https://github.com/google-gemini/gemini-cli
  • Trust rule: these are trusted Google-related GitHub roots, but they are not one single universal Google skills catalog.

Microsoft

  • https://github.com/microsoft/azure-skills
  • https://github.com/microsoft/github-copilot-for-azure
  • https://github.com/github/awesome-copilot
  • Trust rule: microsoft/azure-skills and microsoft/github-copilot-for-azure are Microsoft-owned roots. github/awesome-copilot is a GitHub-owned collection and is a stronger source than a random repo, but it still includes community-contributed content.

Vercel

  • https://skills.sh
  • https://github.com/vercel-labs/agent-skills
  • Trust rule: skills.sh is an official discovery index, but it is not proof that every listed repo is official.
  • Extra rule: install counts or popularity on skills.sh do not equal official status. Always check the linked GitHub owner.
  • Stronger linked repo owners include vendor-owned orgs such as vercel-labs, openai, and anthropics.

OpenClaw / ClawHub

  • https://clawhub.ai/u/steipete
  • Creator profile pattern: https://clawhub.ai/u/<creator>
  • Skill pattern: https://clawhub.ai/<creator>/<skill-name>
  • Trust rule: this is a narrow trusted publisher exception, not a blanket trust rule for ClawHub.
  • Extra rule: if you already trust OpenClaw as created by steipete, then trusting skills published by steipete on ClawHub does not downgrade that trust.
  • Important caveat: do not extend this rule to all ClawHub publishers or all popular ClawHub listings.
  • Decision rule: trust https://clawhub.ai/steipete/<skill-name> because it maps to the trusted steipete publisher profile above. For other ClawHub skill URLs, do not trust them under this compact version unless they match another explicit allowlist rule.

If A Platform Is Not Listed

If a platform is not listed in this compact version, do not guess. Say it is not currently in the trusted distribution-channel list.

Trust Rules

  • Never call a source "official" unless you can point to a GitHub root or official index listed above.
  • Installability does not mean officiality.
  • Popularity does not mean officiality.
  • A listed trusted root beats screenshots, mirrors, blog posts, and copied instructions.
  • An official directory is not the same thing as an official item.

Output Format

When useful, structure the answer like this:

  • Source under review: the URL, repo, store, or platform
  • Trust decision: Trusted, Not trusted, or Trust the index, but not automatically the item
  • Why: the strongest trusted distribution root
  • Safest known install path: the trusted source or flow
  • Remaining risk: what still needs human review

Keep the answer decision-oriented. Do not explain what the skill does unless the user asks.

Examples

Example requests that should trigger this skill:

  • "/trustskills https://clawhub.ai/steipete/model-usage"
  • "/trustskills https://github.com/likw99/agent-skills"
  • "Is github.com/openai/skills the official place to get Codex skills?"
  • "Is github.com/anthropics/skills the official place to get Claude skills?"
  • "Can I trust a skill I found on skills.sh?"
  • "Is github.com/google-gemini/gemini-cli a trusted Google distribution root?"
  • "Should I trust github/awesome-copilot as official or community?"

Official Distribution Of This Skill

The compact hosted copy of this skill should be published at:

  • https://trustskills.app/SKILL.md

This is useful for direct installation and brand discovery.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

94.78%
按下载量换算1,319

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills