Que Yin

v1.0.16

负载均衡模块,监控资源状态,调度多任务执行,优化资源分配,生成负载报告。

0· 317·0 current·0 all-time
by无为上人@lt8899789

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for lt8899789/que-yin.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Que Yin" (lt8899789/que-yin) from ClawHub.
Skill page: https://clawhub.ai/lt8899789/que-yin
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install que-yin

ClawHub CLI

Package manager switcher

npx clawhub@latest install que-yin
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (负载均衡、监控、调度、报告) align with the provided SKILL.md and the single JS file: getStatus(), schedule(), loadReport(). No unrelated binaries, env vars, or config paths are required.
Instruction Scope
SKILL.md describes exactly the three capabilities implemented. The instructions and code only read local OS metrics via Node's 'os' module and expose CLI/exports; they do not read other files, environment secrets, or send data to external endpoints.
Install Mechanism
No install spec is provided (instruction-only plus a small local script). Nothing is downloaded or written to disk beyond the included script.
Credentials
The skill declares no required environment variables or credentials and the code does not access process.env or other secret/config paths. Requested privileges are proportional to its function.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes. Autonomous invocation is allowed (platform default) but the skill itself does not escalate privileges or alter other skills.
Assessment
This skill is a small, self-contained Node script that reports local CPU/memory/uptime and makes simple scheduling decisions; it neither contacts external servers nor requests secrets. Before installing: (1) note the package source is 'unknown' and there's no homepage—if you require provenance, ask the publisher or review the code yourself (we inspected scripts/index.js and found it benign); (2) understand that outputs reveal local system metrics—avoid sending those reports to untrusted external parties; (3) if you plan to run it on multi-tenant or sensitive hosts, review and test it in a safe environment first.

Like a lobster shell, security has layers — review code before you run it.

latestvk9775w7w7k4d8p2c0yzkz3624s85qsnt
317downloads
0stars
16versions
Updated 14h ago
v1.0.16
MIT-0

雀阴·平衡魄 (Que Yin - Balance Keeper)

七魄之三·雀阴 职掌:负载均衡、多任务调度、资源分配


技能简介

「雀阴·平衡魄」是贫道的负载均衡模块,职掌多任务协调与资源分配。

核心职责

  • 监控资源使用状态
  • 调度多任务执行
  • 负载均衡分配

技能ID

que-yin

能力清单

1. 资源状态 (status)

查看当前资源使用状态。

输入:无

输出

resources:
  cpu: cpu使用率
  memory: 内存使用率
  activeTasks: 活跃任务数
  queueLength: 队列长度

2. 任务调度 (schedule)

调度任务分配。

输入task (object) - 任务对象

输出

schedule:
  assignedTo: 分配的资源
  priority: 优先级
  estimatedWait: 预估等待时间

3. 负载报告 (load_report)

生成负载均衡报告。

输入period (number) - 周期(小时)

输出

report:
  peakLoad: 峰值负载
  avgLoad: 平均负载
  recommendations: 优化建议


聚合技能

本魄作为均衡中枢,调度资源分配:

现有技能调用方式整合说明
bodhi-three-hun-and-seven-po元技能三魂七魄根基,协调各魄

魂魄注解

雀阴为枢,调和七魄——均衡分配,高效运转。

Comments

Loading comments...