TrustSkills
by @likw99
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 d...
clawhub install trustskillsπ About This Skill
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:
Primary Usage
The natural invocation pattern for this skill is:
/trustskills Examples:
/trustskills https://clawhub.ai/steipete/model-usage/trustskills https://github.com/likw99/agent-skillsWhen invoked this way, treat the URL after /trustskills as the source under review and answer directly.
The primary job is to decide:
When To Use This Skill
Use this skill when the user asks questions like:
skills.sh official?"This skill is especially useful when the source is:
skills.shWhat This Skill Does
This skill:
This skill does not:
Workflow
1. Parse the command input.
If the user provides /trustskills , treat as the source under review.
2. Identify the platform and source type.
The important distinction is vendor-owned repo vs official directory vs unknown third-party source.
3. Match it against the trusted sources section below.
4. Return one of these verdicts:
- Trusted
- Not trusted
- Trust the index, but not automatically the linked item
5. Answer with:
- the trust decision first
- the supporting trusted root
- the shortest reason
- the remaining risk
6. Do not summarize the skill's purpose or functionality unless the user asks.
Trusted Sources
OpenAI
https://github.com/openai/skillsopenai/skills, call it official.Anthropic
https://github.com/anthropics/skillshttps://github.com/anthropics/claude-codehttps://github.com/anthropics/knowledge-work-pluginshttps://github.com/anthropics/claude-plugins-officialanthropics GitHub org and matches one of the roots above, call it official.https://github.com/google-labs-code/stitch-skillshttps://github.com/googleworkspace/clihttps://github.com/google-gemini/gemini-cliMicrosoft
https://github.com/microsoft/azure-skillshttps://github.com/microsoft/github-copilot-for-azurehttps://github.com/github/awesome-copilotmicrosoft/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.shhttps://github.com/vercel-labs/agent-skillsskills.sh is an official discovery index, but it is not proof that every listed repo is official.skills.sh do not equal official status. Always check the linked GitHub owner.vercel-labs, openai, and anthropics.OpenClaw / ClawHub
https://clawhub.ai/u/steipetehttps://clawhub.ai/u/https://clawhub.ai// steipete, then trusting skills published by steipete on ClawHub does not downgrade that trust.https://clawhub.ai/steipete/ 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
Output Format
When useful, structure the answer like this:
Source under review: the URL, repo, store, or platformTrust decision: Trusted, Not trusted, or Trust the index, but not automatically the itemWhy: the strongest trusted distribution rootSafest known install path: the trusted source or flowRemaining risk: what still needs human reviewKeep the answer decision-oriented. Do not explain what the skill does unless the user asks.
Examples
Example requests that should trigger this skill:
github.com/openai/skills the official place to get Codex skills?"github.com/anthropics/skills the official place to get Claude skills?"skills.sh?"github.com/google-gemini/gemini-cli a trusted Google distribution root?"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.mdThis is useful for direct installation and brand discovery.
π‘ Examples
Example requests that should trigger this skill:
github.com/openai/skills the official place to get Codex skills?"github.com/anthropics/skills the official place to get Claude skills?"skills.sh?"github.com/google-gemini/gemini-cli a trusted Google distribution root?"github/awesome-copilot as official or community?"