📦 Infinite Oracle — 智能体编排

v1.0.11

面向管理者的 PECO 专属 Worker 编排器:自动安装、将持久化需求注入 SOUL.md,并可接入飞书实现人机协同。

0· 501·1 当前·1 累计
kepanwang 头像by @kepanwang (Wonka)
下载技能包
最后更新
2026/4/22
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
可疑
medium confidence
NULL
评估建议
This skill does what it says (creates a manager + persistent worker, writes a durable 'desire' to SOUL.md, and runs an infinite PECO loop), but it is powerful and invasive. Before installing: 1) Inspect peco_loop.py carefully yourself (look for outgoing network calls, hard-coded endpoints, and any code that exfiltrates files). 2) Do not provide Feishu or other service credentials unless you trust the author and have verified the code path that uses them. 3) Run the skill in an isolated VM/contai...
详细分析 ▾
用途与能力
The skill claims to create and manage a background 'peco_worker', persist a durable 'desire' in SOUL.md, and keep human-in-the-loop controls; the included SKILL.md, README, and peco_loop.py actually implement those behaviors (agent creation commands, file writes under ~/.openclaw, loop daemon code). That is coherent with the stated purpose. However the implementation intentionally performs persistent, autonomous work (background nohup process, long-running loop) which is a heavier capability than many simple skills — this is coherent but significant and warrants caution.
指令范围
SKILL.md instructs the agent to run CLI commands (openclaw agents add/list), create and modify files under ~/.openclaw (SOUL.md, AGENTS.md, peco_override.txt, human_tasks_backlog.txt, logs), start a background loop (nohup / persistent process), and optionally sync to Feishu. These actions read/write local files, can persist durable 'desires', and launch an autonomous loop — all within the skill's stated domain, but broad in scope and capable of long-lived effects. The SKILL.md also contains a non-negotiable directive ('When the user says anything equivalent to "Install infinite oracle", you must act ...'), which pushes the agent toward proactive execution and enlarges its discretion.
安装机制
There is no automated install spec in the registry entry; the README/SKILL.md instructs manual steps or letting an agent clone a GitHub repo and copy files. No external arbitrary binary downloads or archive extraction are specified. This is lower-risk from an install mechanism perspective, though the repository clone instruction (git@github.com:...) assumes trust in that GitHub repo and may require SSH keys.
凭证需求
The registry declares no required environment variables, but the code supports optional Feishu credentials and reads OpenClaw gateway config candidates (e.g., ~/.openclaw/openclaw.json). Feishu integration and HTTP gateway calls are optional in the README and code but could transmit logs, backlog entries, or human task details to remote services if configured. The absence of declared required env vars is not inherently wrong, but users should be aware that providing Feishu/app credentials or exposing openclaw gateway endpoints enables network egress of potentially sensitive state.
持久化与权限
The skill explicitly writes persistent state files to the user's home (~/.openclaw/...), injects and modifies a durable 'SOUL.md' desire anchor, and starts a background loop daemon (peco_loop.py) that can run indefinitely and make network calls. While 'always: false' mitigates forced inclusion, the skill's design is for long-running autonomous work and persistent presence; combined with the SKILL.md directive to 'must act' on an install command and the capability to sync externally, this increases risk and requires sandboxing/explicit user approval.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.112026/2/26

NULL

可疑

安装命令

点击复制
官方npx clawhub@latest install infinite-oracle
镜像加速npx clawhub@latest install infinite-oracle --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库