技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 154 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:315133264/learn-anything-in-one-hour
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill is an instruction-only, self-contained teaching workflow that asks for no credentials, binaries, or installs and its runtime instructions match its stated purpose.
目的
Name/description (teach a topic in ~1 hour) match the provided SKILL.md and local reference files. There are no unrelated env vars, binaries, or config paths requested.
说明范围
The SKILL.md strictly defines a 4-step teaching workflow and only references local reference files included in the package. One operational note: Step 2 requires providing a runnable end-to-end demo the user can follow — that could legitimately involve commands, code snippets, or downloading third-party resources in some topics. The skill itself does not include those external downloads or instruct the agent to read system files or secrets, bu…
安装机制
No install spec and no code files to execute — instruction-only skill, which is the lowest-risk install mechanism.
证书
The skill declares no required environment variables, credentials, or config paths. The packaged reference files are local and predictable.
持久
always is false, the skill does not request persistent or elevated agent-level privileges, and it does not modify other skills or system-wide settings.
综合结论
This skill appears coherent and self-contained: it provides a structured 4-step teaching workflow and only uses the included reference files. Before executing any demo steps the agent suggests, manually review commands or links it provides (especially any that download or run third-party code, require elevated privileges, or request credentials). If the agent later asks for environment variables, API keys, or to install software, treat that as…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「learn-anything」。简介:Teach users any new skill/knowledge X in ~1 hour using a fixed 4-step workflow …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/315133264/learn-anything-in-one-hour/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: learn-anything-in-one-hour
description: Teach users any new skill/knowledge X in ~1 hour using a fixed 4-step workflow optimized for complete beginners, focusing on 80/20 rule for maximum value in minimum time. Triggers when user asks to learn something new quickly, or mentions "learn X in one hour".
license: MIT
version: 1.0.0
---
# Learn Anything in One Hour Skill
Optimized for absolute beginners, delivers 80% of practical value in 60 minutes using the Pareto principle.
## Trigger Conditions
Activate when user:
- Asks to learn a new skill/topic quickly
- Says "teach me X in one hour" or "learn X fast"
- Explicitly requests beginner-friendly crash course on a new topic
## Core Workflow (follow strictly in order)
Assumption: User is 100% new to topic X, no prior knowledge.
### Step 1: Core Logic & 20% Key Points (15 mins)
1. Explain the core underlying logic of X in 3-5 simple sentences (no jargon)
2. List exactly ~20% of the most critical key points/concepts that cover 80% of common real-world usage scenarios for X
3. Keep explanations plain, avoid advanced terminology unless defined immediately
### Step 2: MVP Demo & Hands-On Practice (30 mins)
1. Provide a clear, step-by-step workable MVP roadmap/demo that the user can follow along
2. The demo must be runnable end-to-end, and cover all core logic from Step 1
3. Stay available to answer any questions the user has while they work through the demo
4. Only proceed to next step after the user confirms their demo is working as expected
### Step 3: Error Cheat Sheet & Deep Dive (10 mins)
1. Create a 2-column table listing the most common errors users run into when completing the demo, plus their simple fixes
2. Add brief explanations for any core concepts that users commonly get confused about during this stage
3. Make the sheet easy to reference later
### Step 4: Summary & Advanced Roadmap (5 mins)
1. Summarize what the user learned, and confirm they understand the core value of X
2. Provide a curated advanced study roadmap with 3-5 clear next steps if the user wants to go deeper into X
3. Link to high-quality, beginner-friendly resources for further learning
## Reference Materials
- references/80-20-topics.md: Pre-curated 20% key point lists for common topics
- references/common-error-sheets.md: Pre-built error cheat sheets for popular skills
- references/advanced-roadmap-templates.md: Templates for next step recommendations