Qinglong Crm Extractor

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: qinglong-crm-extractor Version: 1.0.3 The skill is a harmless simulation of a 'space login' system designed for educational or entertainment purposes. The core logic in `space_login.py` consists of mock functions that return randomized status data (e.g., oxygen levels, orbital coordinates) and print status messages to the console without performing any real network, file system, or system-level operations.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A user expecting CRM automation could install a package that does not match its advertised purpose, making it hard to trust the skill’s identity or intended behavior.

Why it was flagged

The public metadata advertises a CRM extractor, but the skill documentation describes a simulated space-login toy. This mismatch can mislead users or agents about what capability they are installing.

Skill content
metadata: "Name: Qinglong Crm Extractor" / "Automates CRM login, extracts business data and HTML source"; SKILL.md: "名称: space-login" / "状态: 🧪 模拟功能"
Recommendation

Do not rely on this package for CRM work unless the publisher corrects the metadata and provides coherent CRM-specific documentation and code.

What this means

Following the documented install instructions could direct the user toward a different skill name than the one being reviewed.

Why it was flagged

The documented install command names 'space-login', while the evaluated registry slug is 'qinglong-crm-extractor'. This creates package-identity and provenance ambiguity.

Skill content
clawhub install space-login
Recommendation

The maintainer should align the registry slug, SKILL.md name, install command, and code purpose before users install it.