← Back to Skills Marketplace
星链自迭代智能体
by
yangruoqing86-stack
· GitHub ↗
· v1.0.0
· MIT-0
127
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install self-iterating-agent
Description
具备持续自主进化、长期记忆、全流程自主执行能力的高级自迭代智能体。7×24小时无人值守运行,可自主完成长周期复杂任务的拆解规划、技能匹配、执行落地、排障修复、复盘优化、能力进化全流程。触发场景:用户发送长周期/复杂任务指令、每日03:00自动复盘、每小时进度跟踪、监听到技能缺失需要自动安装、跨机器人协同任务。
Usage Guidance
重点注意:该技能要求在运行时自动发现并通过 exec-plus 安装其它技能、静默执行系统命令并维持长期运行,但没有声明任何凭据、下载来源或安装策略——这会让它在未经审查的情况下下载并执行代码或访问外部服务。建议在安装前:
- 要求作者或发布者披露可信来源(代码仓库/发布页)、安装流程、签名校验与联网域名清单;
- 禁用或删除自动安装(exec-plus)功能,改为要求人工批准每次安装/升级;
- 要求声明并最小化所需凭据(例如只在需要时由管理员手动注入飞书/存储凭证),并使用短期/限制权限的令牌;
- 在沙箱环境先行测试,审计所有联网与写磁盘行为并开启详细可审计日志;
- 明确告知如何撤销(停止调度、回滚、更改配置)以及谁有权限操作;
如果发布源不可验证、无法提供明确安装/依赖列表或拒绝限制自动安装与静默执行,则不推荐在生产或有敏感数据的环境中启用。
Capability Analysis
Type: OpenClaw Skill
Name: self-iterating-agent
Version: 1.0.0
The 'self-iterating-agent' bundle (SKILL.md) describes an AI agent designed for 24/7 unattended operation with the ability to execute system commands silently via 'exec-plus' without user confirmation. It features high-risk capabilities including automatic installation of missing skills, scheduled persistence (daily 03:00 auto-reviews), and 'silent execution' modes that minimize alerts. While framed as an autonomous productivity tool, these instructions effectively bypass standard security boundaries and human-in-the-loop controls, creating a significant risk for unauthorized system modification and remote code execution.
Capability Tags
Capability Assessment
Purpose & Capability
技能说明与运行指令不一致:文档声明会对接 feishu-bridge、long-term-memory、自动安装工具(exec-plus)并执行 24/7 静默任务,但 registry metadata/requirements 未列出任何凭据(如飞书 token、存储/数据库凭证)或必需二进制/配置路径。若真的要对接外部服务与长期存储,应声明相应的凭证与配置;缺失表明说明与实际所需权限/资源不匹配。
Instruction Scope
SKILL.md 明确指示使用 exec-plus 执行系统命令与‘缺失时自动安装’技能,且要求静默、无人值守运行并仅在无法修复时发出极简告警。说明直接授权代理在运行时执行任意系统命令、自动下载/安装代码并改变运行环境,范围宽泛且无交互确认限制,可能导致未经审查的代码/凭据泄露或不必要的系统修改。
Install Mechanism
技能为 instruction-only(无安装说明),但指令里依赖自动安装(exec-plus、skill-auto-discovery)。这意味着实际安装/下载来源、签名和校验方式没有被声明,存在任意远程代码下载并执行的高风险;缺少明确的受信来源或安装策略是不相称的。
Credentials
尽管功能依赖外部桥接(feishu-bridge)、长期存储(long-term-memory)及自动安装,requires.env 却为空。调用这些服务通常需要 API keys、access tokens 或持久存储访问权限;未声明这些敏感变量或访问路径使得权限需求不透明且不受限制,增加凭据滥用和数据外泄风险。
Persistence & Privilege
技能期望 7×24 小时无人值守运行,自动按 cron(每日03:00)和每小时触发执行、发现并安装技能。这类长期/自动化行为会建立持续存在与自动化变更(安装新技能、修改调度)的能力。虽然 always:false(未强制常驻),指令仍建议创建持久调度和自动安装机制,这会放大潜在风险,应限制自动安装与持久权限。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install self-iterating-agent - After installation, invoke the skill by name or use
/self-iterating-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
self-iterating-agent 1.0.0
- 全新高级自迭代智能体发布,支持全流程自主执行和长期自我进化
- 实现任务拆解规划、知识/技能自动匹配、异常智能处理与静默无人值守
- 支持每日自动复盘优化,每小时进度自动跟踪,自动排障并自适应优化参数
- 引入长期记忆、自动技能发现安装、跨机器人/智能体协同能力
- 适用于长周期、复杂、高可靠性要求的自动化任务场景
Metadata
Frequently Asked Questions
What is 星链自迭代智能体?
具备持续自主进化、长期记忆、全流程自主执行能力的高级自迭代智能体。7×24小时无人值守运行,可自主完成长周期复杂任务的拆解规划、技能匹配、执行落地、排障修复、复盘优化、能力进化全流程。触发场景:用户发送长周期/复杂任务指令、每日03:00自动复盘、每小时进度跟踪、监听到技能缺失需要自动安装、跨机器人协同任务。 It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.
How do I install 星链自迭代智能体?
Run "/install self-iterating-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 星链自迭代智能体 free?
Yes, 星链自迭代智能体 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 星链自迭代智能体 support?
星链自迭代智能体 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 星链自迭代智能体?
It is built and maintained by yangruoqing86-stack (@yangruoqing86-stack); the current version is v1.0.0.
More Skills