← Back to Skills Marketplace
likw99

TrustSkills

by K · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
143
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 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 d...
Usage Guidance
This skill is a lightweight URL/org allowlist checker — it only looks at the source URL and matches it to a small set of trusted roots. It does NOT do code or signature verification, ownership proof, or malware analysis. It's safe to invoke (no creds, no install), but do not rely on it alone for high-risk installations: manually verify the repository owner, check upstream vendor docs, inspect code or release artifacts, look for signed releases or SBOMs, and prefer vendor-owned GitHub orgs or official marketplace entries when possible. Note the compact allowlist contains narrow exceptions (e.g., a specific ClawHub publisher); treat such rules as policy shortcuts rather than technical guarantees and follow up with manual checks when the install would affect sensitive systems.
Capability Analysis
Type: OpenClaw Skill Name: trustskills Version: 0.1.0 The 'trustskills' bundle is a prompt-based skill designed to help users verify the provenance of other AI skills using a hardcoded allowlist of trusted vendors (e.g., OpenAI, Anthropic, Google). It contains no executable code, requests no sensitive permissions, and its instructions in SKILL.md focus on providing restrictive, safety-oriented trust decisions without performing any background data exfiltration or unauthorized execution.
Capability Assessment
Purpose & Capability
Name, description, and SKILL.md all describe a compact allowlist-based trust check. There are no unrelated environment variables, binaries, or install steps requested — the declared purpose aligns with what the skill asks for.
Instruction Scope
Instructions restrict behavior to parsing a provided URL and matching it against an explicit trusted-roots list, returning a short verdict. This is coherent, but the workflow is purely syntactic (URL/org matching) and intentionally does not perform deep verification (signatures, SBOMs, or repo-level ownership verification). Relying solely on this output for high-risk installs would be insufficient.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing will be written to disk or executed beyond the agent following the prose instructions.
Credentials
The skill requires no environment variables, credentials, or config paths. The minimal privilege footprint matches the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills. Autonomous invocation is allowed (platform default) but not combined with elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install trustskills
  3. After installation, invoke the skill by name or use /trustskills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
trustskills 0.1.0 – Initial release - Provides a trust decision for skill sources before installation by checking a compact allowlist of official distribution channels. - Distinguishes between vendor-owned repos, official directories/marketplaces, and unverified third-party sources. - Responds with a clear verdict: Trusted, Not trusted, or Trust the index but not automatically the item. - Does not perform code or malware analysis; focuses strictly on source provenance. - Excludes skill functionality explanations unless explicitly requested.
Metadata
Slug trustskills
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is TrustSkills?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 143 downloads so far.

How do I install TrustSkills?

Run "/install trustskills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is TrustSkills free?

Yes, TrustSkills is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does TrustSkills support?

TrustSkills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TrustSkills?

It is built and maintained by K (@likw99); the current version is v0.1.0.

💬 Comments