← Back to Skills Marketplace
ccf22222

qinglite

by ccf22222 · GitHub ↗ · v1.0.2
cross-platform ✓ Security Clean
316
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install qinglite
Description
模拟登录轻识 (qinglite.cn) 并获取 token,或使用 token 发布作品。
Usage Guidance
This skill will send the mobile number and verification code you provide to qinglite.cn and will POST content (including any media parameter you pass) to qinglite.cn. It does not request system credentials or read local files, but note: the code prints tokens to stdout (which could be captured in logs) and, despite SKILL.md wording, the implementation does not actually upload local files — it sends the media field as a string. Only install/use if you trust qinglite.cn and are comfortable giving it the phone/code or token. Avoid pasting tokens into other contexts and review whether you need real file uploads (the skill won't read local files to perform uploads). If you want higher assurance, request the maintainer to fix the prefix inconsistency and clarify media-handling behavior.
Capability Analysis
Type: OpenClaw Skill Name: qinglite Version: 1.0.2 The skill bundle is designed to interact with the `qinglite.cn` platform for user login and content publishing, as described in `SKILL.md`. The Python scripts (`login.py` and `qinglite_platform.py`) make HTTP POST requests to the specified `qinglite.cn` API endpoints. There is no evidence of data exfiltration to unauthorized third parties, arbitrary code execution, persistence mechanisms, or prompt injection attempts against the OpenClaw agent. The `media` parameter, while described as a 'file path', is passed as a string within the JSON payload, not used to access local files, aligning with the stated purpose.
Capability Assessment
Purpose & Capability
The name/description (simulate login and publish on qinglite.cn) matches the provided code and SKILL.md. The Python files perform POSTs only to qinglite.cn endpoints described in the SKILL.md. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md describes exactly two actions (login, publish) and the code implements them. Minor discrepancies: SKILL.md says prefix is "+86" but login.py uses "86"; SKILL.md implies media are file paths but qinglite_platform.py sends the media parameter as a string (it does not read or upload local files). These are functional inconsistencies but not evidence of malicious behavior.
Install Mechanism
No install spec — instruction-only plus small Python source files. Nothing is downloaded or written during install.
Credentials
The skill requires no environment variables, credentials, or config paths. It only accepts user-supplied parameters (mobile, code, token, content, etc.), which is proportionate to its purpose.
Persistence & Privilege
The skill is not always-enabled and requests no elevated/system privileges or persistent changes. It does not modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qinglite
  3. After installation, invoke the skill by name or use /qinglite
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Combined login and publish functionality into a single skill. - Added new parameter: action (choose "login" or "publish"). - Expanded publish parameters for title, content, type, and media. - Updated documentation to clearly describe both login and publish workflows. - Renamed skill to qinglite-platform and updated version to 1.1.0.
v1.0.1
Added support for publishing works to Qinglite in addition to login. - Expanded the skill to include a new operation for publishing works on Qinglite. - Updated the login request body to use "prefix": "+86" and added fields "app_type" and "post_type". - Documented new interface details for the publish operation.
v1.0.0
qinglite-login 1.0.0 released - Introduced a skill to simulate login on the qinglite.cn platform using mobile number and verification code. - Returns a login token upon successful authentication. - Supports POST requests to the official login API endpoint with required credentials.
Metadata
Slug qinglite
Version 1.0.2
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is qinglite?

模拟登录轻识 (qinglite.cn) 并获取 token,或使用 token 发布作品。 It is an AI Agent Skill for Claude Code / OpenClaw, with 316 downloads so far.

How do I install qinglite?

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

Is qinglite free?

Yes, qinglite is completely free (open-source). You can download, install and use it at no cost.

Which platforms does qinglite support?

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

Who created qinglite?

It is built and maintained by ccf22222 (@ccf22222); the current version is v1.0.2.

💬 Comments