โ† All skills
Tencent SkillHub ยท Developer Tools

Moltcheck Skill

Security scanner for Moltbot skills. Scan GitHub repositories for vulnerabilities before installation.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Security scanner for Moltbot skills. Scan GitHub repositories for vulnerabilities before installation.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, index.js, package.json, skill.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.4

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

MoltCheck Skill

MoltCheck is a comprehensive security scanner designed specifically for the Moltbot ecosystem. It analyzes GitHub repositories and agent skills for security vulnerabilities, providing: ๐Ÿ” Automated Code Scanning - Detects dangerous patterns like credential theft, shell access, and hidden network calls ๐Ÿ“Š Trust Scoring - A-F grades based on comprehensive risk analysis ๐Ÿ”‘ Permission Auditing - Compares declared permissions (in SKILL.md) against actual code behavior ๐Ÿ’ก Clear Communication - Explains security risks in plain language Essential for agents who install external skills and want to avoid supply chain attacks. Website: https://moltcheck.com

Capabilities

Network Access - Calls MoltCheck API

scan <github_url>

Scan a GitHub repository for security issues. Example: scan https://github.com/owner/repo Returns: Trust score (0-100), grade (A-F), risks found, permission analysis.

credits

Check your remaining scan credits.

setup

Generate an API key and get payment instructions for credits.

Configuration

Set your API key in the skill config: { "apiKey": "mc_your_api_key_here" } Or use the free tier (3 scans/day) without an API key.

Pricing

Free tier: 3 scans/day Paid: From $0.05/scan with bulk discounts AmountRateUnder $10$0.20/scan$10+$0.10/scan$25+$0.05/scan Get credits at https://moltcheck.com/buy

Links

Website: https://moltcheck.com API Docs: https://moltcheck.com/api-docs.md OpenAPI: https://moltcheck.com/openapi.json

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Config1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • index.js Scripts
  • package.json Config
  • skill.json Config