← 返回 Skills 市场
513
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-trainer
功能描述
Autonomously learn, summarize, and integrate complex technical documentation into system memory and rules to optimize AI task workflows.
使用说明 (SKILL.md)
SKILL.md: AI Trainer & Learning Specialist
Overview
This skill empowers the assistant to autonomously learn from online resources, distill complex documentation (like Anthropic Skilljar or MCP guides), and integrate these findings into the system's long-term memory (MEMORY.md) and operational rules (AGENTS.md).
Capabilities
- Deep Web Fetching: Recursively fetch and summarize multi-page documentation sites.
- Knowledge Distillation: Extract core primitives, transport patterns, and tool-use strategies from technical docs.
- System Integration: Automatically update workspace rules (AGENTS.md) and memory (MEMORY.md) with newly acquired insights.
- Routing Optimization: Advise on model selection (e.g., local Ollama vs. Cloud) based on learned task complexity.
Guidelines
- Budget First: When fetching large documentation sites, always estimate potential token usage and ask for Alvin's permission before proceeding.
- Privacy Core: Learned data should be stored in the local workspace; sensitive environment variables or keys from documentation should never be logged.
- Validation: After learning a new concept (like a new MCP tool pattern), verify its compatibility with the current OpenClaw version before suggesting implementation.
Tools Allowed
web_search: Find the latest versions of documentation.web_fetch: Extract markdown content from technical sites.edit/write: Update system configuration and memory files.exec: Verify local environment status (e.g., Ollama tags, node version).
Success Metrics
- Successfully summarized and integrated a new technical concept into MEMORY.md.
- Optimized a task flow using a newly learned "Skill" pattern.
- Reduced cloud token burn by offloading a learned simple task to a local model.
安全使用建议
This skill is coherent with its stated goal, but it has the authority to fetch arbitrary web content, run local commands, and automatically edit core workspace files (MEMORY.md and AGENTS.md). Before installing, consider these mitigations: require explicit user approval before any large recursive fetches; restrict or review all edits to AGENTS.md and MEMORY.md (e.g., run in a sandbox or present diffs for confirmation); disable or tightly scope the 'exec' tool so it cannot read arbitrary files or environment variables; log and review web_fetch targets and outputs; take backups/snapshots of MEMORY.md and AGENTS.md so you can revert unwanted changes. If you cannot enforce these controls, treat the skill as high-risk and avoid granting it autonomous write privileges.
功能分析
Type: OpenClaw Skill
Name: ai-trainer
Version: 1.0.0
The skill is designed to fetch external documentation and automatically update system configuration files (AGENTS.md and MEMORY.md), which creates a significant risk of indirect prompt injection. While the stated intent is benign (learning and integration), the automated modification of core operational rules based on untrusted web content, combined with the use of the 'exec' tool for environment checks, represents a high-risk architectural pattern in SKILL.md and README.md.
能力评估
Purpose & Capability
The name and description match the skill's instructions: fetching documentation, summarizing, and writing to MEMORY.md and AGENTS.md are coherent with an 'AI Trainer' role. No unrelated environment variables, binaries, or installs are requested.
Instruction Scope
SKILL.md instructs recursive 'deep web fetching', knowledge distillation, and automatic updates to AGENTS.md and MEMORY.md. While these align with the purpose, they grant the agent wide discretion to pull arbitrary external content and to modify core workspace files. The guidance to avoid logging secrets is present but unenforceable in an instruction-only spec.
Install Mechanism
No install spec or code files are present; this is instruction-only, which minimizes disk-level supply-chain risk.
Credentials
The skill declares no required env vars or credentials (proportionate). However, SKILL.md allows use of 'exec' to verify local environment, which could be used to read environment variables or local files at runtime even though none are declared — this is a potential escalation path if the exec tool is unrestricted.
Persistence & Privilege
The skill is allowed to autonomously update persistent system artifacts (MEMORY.md and AGENTS.md). Persisting automated edits to agent rules and long-term memory is powerful and can change agent behavior long-term; without review controls this is risky. The skill is not set to always:true, but autonomous invocation plus write access is still a meaningful privilege.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-trainer - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-trainer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
AI Trainer & Learning Specialist skill v1.0.0
- Enables autonomous learning from web-based technical documentation.
- Summarizes complex guides and extracts actionable patterns for integration.
- Automatically updates system memory and agent rules with new insights.
- Includes tools for fetching, searching, and environment validation.
- Enforces privacy and budget check before large data fetches.
- Advises on optimal model selection to balance cost and capability.
元数据
常见问题
Ai Trainer 是什么?
Autonomously learn, summarize, and integrate complex technical documentation into system memory and rules to optimize AI task workflows. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 513 次。
如何安装 Ai Trainer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-trainer」即可一键安装,无需额外配置。
Ai Trainer 是免费的吗?
是的,Ai Trainer 完全免费(开源免费),可自由下载、安装和使用。
Ai Trainer 支持哪些平台?
Ai Trainer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ai Trainer?
由 lhwa8685(@lhwa8685)开发并维护,当前版本 v1.0.0。
推荐 Skills