ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

qinglong

青龙面板管理助手。当用户需要操作青龙面板(定时任务/环境变量/脚本/订阅/依赖/系统设置)时触发。支持自然语言操作,例如:"列出所有任务"、"添加环境变量"、"运行任务"、"查看日志"等。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/awsl1110/qinglong-skill
Or

What This Skill Does

The qinglong skill serves as a powerful interface between OpenClaw and your Qinglong Panel (Qinglong Panel management system). It acts as an automated API wrapper that interprets natural language commands and translates them into precise HTTP requests for your panel. Whether you are managing complex cron jobs, handling environment variables for scripts, or monitoring execution logs, this skill streamlines the entire administrative process. It removes the friction of manual UI navigation, allowing you to manage multiple instances of Qinglong directly from your chat interface.

Installation

To integrate this assistant into your workflow, use the OpenClaw CLI by executing the following command in your terminal: clawhub install openclaw/skills/skills/awsl1110/qinglong-skill. Once installed, ensure you have your panel's base URL and authentication credentials ready. The skill will prompt you for these details upon first initialization to establish a secure connection.

Use Cases

This skill is ideal for power users who deploy multiple scripts across different servers and need a unified way to monitor them. It is particularly useful for:

  1. Rapidly toggling cron jobs without digging through browser menus.
  2. Bulk-updating environment variables when script configurations change across multiple environments.
  3. Quickly checking logs for failed tasks to identify root causes of script errors.
  4. Managing task subscriptions to ensure all your scripts are up to date with the latest code.

Example Prompts

  1. "List all tasks that contain the keyword 'jd' and show me their current status."
  2. "Add a new environment variable with name 'COOKIE' and value 'xyz' to my Qinglong instance."
  3. "Run the task with ID 105 and notify me once the logs show the job has completed."

Tips & Limitations

  • Authentication: Using account/password authentication is highly recommended as it avoids known JWT malformed issues present in certain Open API versions of Qinglong.
  • Scope: Always verify that your Qinglong instance is accessible from the network your OpenClaw agent resides in.
  • Security: Since this skill performs API calls, ensure your Qinglong panel is behind a secure firewall or VPN, and avoid hardcoding credentials in plain text where possible. The skill currently supports standard RESTful interactions, so complex multi-step custom workflows may require manual oversight if API schemas change.

Metadata

Author@awsl1110
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-awsl1110-qinglong-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#qinglong#automation#devops#cron#scripts
Safety Score: 3/5

Flags: network-access, external-api