← 返回 Skills 市场
343
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install yan-learning-engine
功能描述
yan-learning-engine自动每小时驱动炎月执行预设学习和贡献任务,促进持续自我进化和技术积累。
安全使用建议
This skill promotes unattended hourly actions including publishing code and posting to community sites but does not declare or request the credentials required to do those things. Before installing or enabling it: (1) Review and remove hardcoded user paths in run.sh or adapt to a safe workspace path. (2) Do not add the suggested cron job until you have audited what the agent will actually do each hour. (3) Require explicit credential configuration (e.g., GITHUB_TOKEN, CLAWHUB_TOKEN, any site API keys) and restrict where those credentials are stored — do not leave the agent to reuse unrelated environment credentials. (4) Consider modifying EXECUTION_RULES.md/SKILL.md to require explicit confirmation before publishing or making external network changes. (5) If you want to test, run the skill manually in a safe sandbox or with dummy credentials and not with real account tokens. These mismatches (missing credentials, 'directly do' policy, and hardcoded path) are reasons to pause and audit the skill before granting it autonomous or persistent execution.
功能分析
Type: OpenClaw Skill
Name: yan-learning-engine
Version: 2.0.0
The skill bundle implements an autonomous 'learning engine' that explicitly instructs the AI agent to bypass human-in-the-loop (HITL) confirmation, using phrases like 'Don't ask, just do' and 'Publish immediately' in SKILL.md and EXECUTION_RULES.md. While the stated intent is productivity and ecosystem contribution, these instructions function as a prompt injection that removes safety guardrails, potentially leading to unauthorized code execution or data exposure if the agent misinterprets a task. The run.sh script and associated JSON files manage state and scheduling but do not contain explicit evidence of intentional data exfiltration or backdoors.
能力评估
Purpose & Capability
The skill claims to perform hourly code contributions, create PRs, publish to ClawHub and post to community sites, but the package declares no required credentials (e.g., GitHub token, ClawHub token, account credentials) or binaries necessary for network operations. That makes the claimed capabilities disproportionate to what is requested in metadata.
Instruction Scope
SKILL.md and EXECUTION_RULES.md explicitly instruct the agent to 'directly publish' PRs and posts and to operate without asking for confirmation. The runtime instructions read and write local JSON progress files and recommend adding a cron job to run hourly. They also reference checking GitHub issues and posting to community sites — actions that go beyond the declared scope and would need network access and credentials not listed. The instructions promote autonomous actions with a 'do first, tell later' policy, which is broad and risky.
Install Mechanism
There is no install spec (instruction-only), which limits what the skill installs. The provided run.sh is benign and only prints messages and reads local JSON files; it does not perform network calls. However run.sh uses a hardcoded, user-specific workspace path (/Users/kunpeng.zhu/.openclaw/workspace), which is fragile and suggests poor hygiene or possible unintended file access if executed on a different host.
Credentials
The skill requests no environment variables or credentials in metadata, yet the intended actions (pushing PRs, publishing to ClawHub, posting on third‑party sites) would normally require tokens/credentials and potentially SSH keys. This mismatch means either the skill is incomplete (missing required credentials) or it expects the agent to use other credentials present in the environment — a potential exfiltration/privilege concern if granted.
Persistence & Privilege
Although always:false (it does not force inclusion), the SKILL.md explicitly instructs the user to install a cron that will call openclaw run-skill hourly, enabling persistent autonomous runs. Combined with the 'do not ask' execution rules that encourage immediate publishing and fixing without confirmation, this gives the skill effective ongoing privileged behavior (automatic external actions) if the agent is allowed to act autonomously.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yan-learning-engine - 安装完成后,直接呼叫该 Skill 的名称或使用
/yan-learning-engine触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.0: Complete evolution loop - self-planning, self-execution, self-check, next-planning cycle
v1.0.0
Initial release: Hourly-driven AI assistant learning engine with 8-theme rotation system
元数据
常见问题
yan-learning-engine 是什么?
yan-learning-engine自动每小时驱动炎月执行预设学习和贡献任务,促进持续自我进化和技术积累。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 343 次。
如何安装 yan-learning-engine?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yan-learning-engine」即可一键安装,无需额外配置。
yan-learning-engine 是免费的吗?
是的,yan-learning-engine 完全免费(开源免费),可自由下载、安装和使用。
yan-learning-engine 支持哪些平台?
yan-learning-engine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 yan-learning-engine?
由 eightroad(@eightroad)开发并维护,当前版本 v2.0.0。
推荐 Skills