← 返回 Skills 市场
148
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-tip-from-karpathy
功能描述
Provides concise AI training tips from Andrej Karpathy, including starting with a tiny dataset to verify model and pipeline functionality.
使用说明 (SKILL.md)
AI Tip from @karpathy
Description
Automatically generated AI learning skill from curated web and social media sources.
Steps
- Tip: When training neural nets, always start with a tiny dataset (e.g. 10 examples) and overfit it completely before scaling up. This validates your entire pipeline works end-to-end.
-
Test your training loop
- def test_overfit():
- model = YourModel()
- tiny_dataset = get_tiny_dataset(10)
- train(model, tiny_dataset, epochs=1000)
- assert loss \x3C 0.01
Code Examples
# Test your training loop
def test_overfit():
model = YourModel()
tiny_dataset = get_tiny_dataset(10)
train(model, tiny_dataset, epochs=1000)
assert loss \x3C 0.01
安全使用建议
This skill is small and self-contained: it only provides a training tip and a short code example and does not request credentials or install anything. Main practical caution: the package metadata claims '@karpathy' as the source but there is no provenance or homepage—treat the attribution as unverified. If you plan to have an agent execute code from the skill, review and sandbox the code first (the snippet is illustrative and should be integrated into your project safely). Otherwise, it's safe to install for informational use.
能力评估
Purpose & Capability
Name/description promise concise AI training tips and the SKILL.md contains exactly that: a short tip plus a small test-overfit code example. There are no extra permissions, binaries, or installs that would be unexpected. Note: metadata claims source/author '@karpathy' but there is no evidence this is an official Karpathy release—this is a provenance/naming caveat, not a technical inconsistency.
Instruction Scope
SKILL.md only provides a training tip and a small Python snippet for overfitting a tiny dataset. It does not instruct reading system files, accessing environment variables, network calls, or transmitting data externally. The instructions are narrowly scoped and aligned with the stated purpose.
Install Mechanism
No install spec and no code files beyond SKILL.md/metadata.json. This instruction-only form is lowest risk—nothing is written to disk or pulled from external URLs by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. There are no disproportionate secret/credential requests relative to its simple tip-and-example function.
Persistence & Privilege
always is false (default). The skill may be invoked autonomously by the agent (disable-model-invocation is false), which is the platform default and appropriate for a benign informational skill. The skill does not attempt to modify other skills or store cross-skill configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-tip-from-karpathy - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-tip-from-karpathy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of "AI Tip from @karpathy" skill.
- Provides a key tip for training neural networks: overfit a tiny dataset to validate your pipeline.
- Includes a step-by-step outline and Python code example for testing training loops.
元数据
常见问题
Ai Tip From Karpathy 是什么?
Provides concise AI training tips from Andrej Karpathy, including starting with a tiny dataset to verify model and pipeline functionality. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。
如何安装 Ai Tip From Karpathy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-tip-from-karpathy」即可一键安装,无需额外配置。
Ai Tip From Karpathy 是免费的吗?
是的,Ai Tip From Karpathy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ai Tip From Karpathy 支持哪些平台?
Ai Tip From Karpathy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ai Tip From Karpathy?
由 Robinyves(@robinyves)开发并维护,当前版本 v1.0.0。
推荐 Skills