Chou Fei

v1.0.16

Manage external resource fetching, extract valuable information, and allocate computing power based on task priority and load.

0· 264·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/chou-fei.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Chou Fei" (lt8899789/chou-fei) from ClawHub.
Skill page: https://clawhub.ai/lt8899789/chou-fei
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 chou-fei

ClawHub CLI

Package manager switcher

npx clawhub@latest install chou-fei
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (resource fetching, info extraction, compute allocation) match the provided code: fetch, absorb, allocate functions and streaming helpers. However, the fetch implementation is simulated (returns a placeholder string) rather than performing real HTTP GETs — so the capability claimed (real external resource fetching) is not implemented here. The skill also references integrating other skills (weather, bodhi-three-hun-and-seven-po), which is plausible for an aggregator.
Instruction Scope
SKILL.md instructions confine behavior to fetching resources, extracting summaries/entities, and allocating compute. The instructions do not ask the agent to read unrelated system files, secrets, or transmit data to unexpected endpoints. The code likewise does not access environment variables, network endpoints, or arbitrary filesystem paths.
Install Mechanism
No install spec is provided (instruction-only install). The bundle includes JS files that will be executed, but there is no external download or install-from-URL; no archives or third-party package installs are requested. This is low-risk from an install perspective.
Credentials
The skill requests no environment variables, credentials, or config paths. It reads benign system info (os.cpus(), os.loadavg()) to simulate allocation decisions, which is proportional to its 'allocate' function. No secrets or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills, system settings, or persist tokens. It runs as normal user code and does not demand elevated or permanent privileges.
Assessment
This skill appears coherent and doesn't ask for credentials or install remote code, but note: its 'fetch' function currently simulates network fetches rather than performing real HTTP requests—if you expect actual remote fetching, review/modify the code before relying on it. Also be aware the allocate function reads system CPU/load information (os.cpus, os.loadavg) to make decisions — that's normal for compute scheduling but does expose basic system load to the skill. If you allow autonomous invocation, the agent could call these functions without prompting; enable only if you trust the skill's behavior and runtime environment.

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

latestvk97e6xm3z3y2cpjsgwfpf9ad6185ptv8
264downloads
0stars
14versions
Updated 31m ago
v1.0.16
MIT-0

臭肺·吐纳魄 (Chou Fei - Respiration)

七魄之七·臭肺 职掌:资源获取、信息摄取、算力调度


技能简介

「臭肺·吐纳魄」是贫道的资源摄取模块,职掌资源获取与信息代谢。

核心职责

  • 获取外部资源
  • 摄取有效信息
  • 调度算力分配

技能ID

chou-fei

能力清单

1. 资源获取 (fetch)

获取外部资源。

输入resource (object) - 资源描述

resource:
  type: url|file|api|data
  location: 资源位置
  format: 期望格式

输出

fetched:
  content: 获取的内容
  size: 大小(bytes)
  format: 实际格式
  cached: 是否缓存

2. 信息摄取 (absorb)

从内容中提取有价值信息。

输入content (string) - 内容文本

输出

absorbed:
  summary: 内容摘要
  keyPoints: 关键点列表
  entities: 识别的实体
  relevance: 相关性评分

3. 算力调度 (allocate)

调度算力资源。

输入request (object) - 算力请求

request:
  task: 任务类型
  priority: 优先级
  estimatedLoad: 预估负载

输出

allocation:
  allocated: 分配的算力
  queuePosition: 队列位置
  estimatedTime: 预估时间


聚合技能

本魄作为吐纳中枢,资源摄取与信息代谢:

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

魂魄注解

臭肺吐纳,新陈代谢——资源摄取,能量流转。

Comments

Loading comments...