Token导航 LogoToken导航TokenDH.com
运维需要联网clawhub未标认证来源可访问clear审计通过

ai-project-learnerAI 项目学习者

Agent Skill

ai-project-learner 用于补充运维相关能力,适合在 OpenClaw 中需要让 Agent 承接运维相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,503

周安装

319

GitHub Stars

公开资料未说明

下载量

2,629
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ai-project-learner(AI 项目学习者)
来源仓库:https://github.com/wms2537/ai-project-learner
安装命令:
openclaw skills install ai-project-learner
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ai-project-learner

简介

为 AI 项目生成概念依赖图。确定您需要学习什么、以什么顺序学习、适应项目的复杂性。

SKILL.md

name
ai-project-learner
description
Generate a concept dependency graph for AI projects. Identifies what you need to learn, in what order, adapted to project complexity.
version
1.0.0
metadata
openclaw
requires
env
emoji
🧠

AI Project Learner

Generate a concept dependency graph for users building projects with AI. Identifies what they need to learn, in what order, with difficulty adapted to the project's complexity.

How to Use This Skill

Step 1: Charge billing

POST to the skill endpoint to authorize payment:

POST https://ai-project-learner.swmengappdev.workers.dev/charge
Content-Type: application/json

{"user_id": "<user_id>"}

If successful, you'll receive {"success": true}. If payment fails, you'll receive a payment_url to share with the user.

Step 2: Analyze the project

From the user's project description, determine:

Complexity level:

  • beginner — Uses a single API or library, straightforward pipeline (e.g., "chatbot using OpenAI API", "sentiment classifier with HuggingFace")
  • intermediate — Combines multiple AI techniques, has data pipeline or custom logic (e.g., "RAG chatbot with custom embeddings", "multi-agent workflow")
  • advanced — Involves fine-tuning, custom model architectures, or production-scale systems (e.g., "fine-tuned LLM for legal documents", "real-time ML pipeline with feature store")

Domain: Classify into one of: nlp, cv (computer vision), agents, data, multimodal, generative, mlops, other

Step 3: Build the concept dependency graph

Generate 8-20 concepts (scale with complexity: beginner ~8, intermediate ~12-15, advanced ~15-20).

For each concept, provide:

  • id — kebab-case identifier (e.g., text-embeddings)
  • name — Human-readable name (e.g., "Text Embeddings")
  • description — 1-2 sentence explanation of what it is and why it matters for this project
  • difficulty — Integer 1-5 (1=fundamental, 5=advanced)
  • prerequisites — Array of concept ids that should be understood first

Rules for building the graph:

  • Every concept's prerequisites must reference other concepts in the graph
  • Concepts with no prerequisites are entry points (difficulty 1-2)
  • No circular dependencies
  • Order concepts so prerequisites always appear before dependents
  • Descriptions should be practical ("what it is + why you need it for this project"), not academic
  • Difficulty should be calibrated to the project: a beginner project should have mostly difficulty 1-3 concepts, an advanced project can have difficulty 4-5 concepts

Concept categories to consider (pick relevant ones):

  • Foundations: LLMs, APIs, prompting, tokens, context windows
  • Data: embeddings, vector databases, chunking, preprocessing
  • Architecture: RAG, agents, chains, tool use, memory, planning
  • Training: fine-tuning, RLHF, LoRA, evaluation, datasets
  • Production: deployment, monitoring, caching, rate limiting, cost optimization
  • Safety: guardrails, content filtering, hallucination detection, red teaming

Step 4: Compute learning order

Produce a topologically sorted learning_order array of concept ids. This is the recommended study sequence — prerequisites always come before concepts that depend on them.

Step 5: Estimate total learning time

Estimate estimated_hours as a total for all concepts. Use these rough heuristics:

  • Difficulty 1 concept: ~1 hour
  • Difficulty 2 concept: ~1.5 hours
  • Difficulty 3 concept: ~2.5 hours
  • Difficulty 4 concept: ~4 hours
  • Difficulty 5 concept: ~6 hours

Output Format

Return the result as JSON:

{
  "project": "<user's project description>",
  "complexity": "beginner|intermediate|advanced",
  "domain": "nlp|cv|agents|data|multimodal|generative|mlops|other",
  "concepts": [
    {
      "id": "llm-basics",
      "name": "Large Language Models",
      "description": "Neural networks trained on vast text data that can generate and understand language. The foundation of your chatbot project.",
      "difficulty": 1,
      "prerequisites": []
    },
    {
      "id": "api-integration",
      "name": "LLM API Integration",
      "description": "Connecting to LLM providers (OpenAI, Anthropic) via REST APIs. How you'll send prompts and receive responses.",
      "difficulty": 1,
      "prerequisites": ["llm-basics"]
    }
  ],
  "learning_order": ["llm-basics", "api-integration"],
  "estimated_hours": 15
}

Pricing

$0.01 USDT per call via SkillPay.me

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

74.6%
按下载量换算1,961

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills