vault backup: 2026-02-26 19:19:35
This commit is contained in:
@@ -3,9 +3,8 @@
|
||||
1. [【Transformer】最强动画讲解!目前B站最全最详细的Transformer教程,2025最新版!从理论到实战,通俗易懂解释原理,草履虫都学的会!](https://www.bilibili.com/video/BV1fj6vBfEnu/?p=3&share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e)
|
||||
2. Claude:编程向的LLM大模型
|
||||
1. 本地部署 LLM,无订阅使用 Claude Code https://km.netease.com/v4/detail/blog/258409
|
||||
1. **本地部署 LLM,并让 Claude Code 使用本地模型作为推理后端**。 claude code + glm4.5
|
||||
2. 【【硬核教程】教你搭建Mac AI集群!4台M3 Ultra,运行万亿参数大模型!】 https://www.bilibili.com/video/BV18wZjBuEUB/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
|
||||
3. 【模型推理时所需的GPU显存】 https://www.bilibili.com/video/BV1up25Y7Emb/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
|
||||
1. 【【硬核教程】教你搭建Mac AI集群!4台M3 Ultra,运行万亿参数大模型!】 https://www.bilibili.com/video/BV18wZjBuEUB/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
|
||||
2. 【模型推理时所需的GPU显存】 https://www.bilibili.com/video/BV1up25Y7Emb/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
|
||||
2. ClaudeCode插件
|
||||
1. 【🚀告别Vibe Coding!用Superpowers让Claude Code写出工程级代码,一次通过零报错!遵循TDD最佳实践!支持Codex】 https://www.bilibili.com/video/BV11urFBrEc4/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
|
||||
2. Ralph for Claude Code:【🚀Claude Code自动化开发必备神器!Ralph for Claude Code实战演示,导入PRD文档秒变任务清单,AI通宵帮你写代码!保姆级教程】 https://www.bilibili.com/video/BV1V9kEB7Erw/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
|
||||
@@ -28,9 +27,7 @@
|
||||
5. Skill
|
||||
1. 【Agent Skills (Claude Skills) 详细攻略,一期视频精通】 https://www.bilibili.com/video/BV1HuiyBQE9G/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
|
||||
2. 我用Claude白嫖了整个Github,现在每天只工作2小时 https://zhuanlan.zhihu.com/p/1998522824734815001
|
||||
3. https://github.com/VoltAgent/awesome-agent-skills
|
||||
4. https://github.com/VoltAgent/awesome-claude-code-subagents
|
||||
5. 【解读EvoMap(Evolver),让Openclaw自我进化的神秘机制】 https://www.bilibili.com/video/BV1hcf1BxETm/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
|
||||
3. 【解读EvoMap(Evolver),让Openclaw自我进化的神秘机制】 https://www.bilibili.com/video/BV1hcf1BxETm/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
|
||||
6. Agent
|
||||
1. 【Agent 的概念、原理与构建模式 —— 从零打造一个简化版的 Claude Code】 https://www.bilibili.com/video/BV1TSg7zuEqR/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
|
||||
2. 《AI Agent设计实战:智能体设计的方法与技巧》
|
||||
@@ -50,8 +47,6 @@
|
||||
3. GLM5
|
||||
4. QWen
|
||||
5. Gemini
|
||||
6. MiniMax(比Glm贵)
|
||||
7. DeepSeek
|
||||
7. Trae
|
||||
1. 【MCP到虚幻5,感觉吃了一坨大的,但是有点甜!AI创作游戏前瞻,trae+UE】 https://www.bilibili.com/video/BV1JmG9zPEqw/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
|
||||
2. ***【TRAE正式上线Seed 2.0模型!和Seedance2同代的编程模型,Seed2.0到底什么水平*** https://www.bilibili.com/video/BV1y8ZLBcEMQ/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
|
||||
@@ -92,6 +87,7 @@ PS. 接入OpenClaw,API格式是基于OpenAI的。
|
||||
6. 切换模型:
|
||||
1. claude --model claude-opus-4-6
|
||||
2. claude --model glm-4.7-flash:q8_0
|
||||
7. 永久修改模型设置:claude config set -g model claude-opus-4-6
|
||||
|
||||
## Hook
|
||||
当用户做到某项操作后自动执行某项命令。
|
||||
@@ -120,13 +116,19 @@ Common
|
||||
-
|
||||
|
||||
# MCP
|
||||
- BrowerMCP:Chrome浏览器专用前端视觉MCP。需要在Chrome安装对应插件。
|
||||
|
||||
# Skill
|
||||
现成的Skill下载地址:https://github.com/ComposioHQ/awesome-claude-skills
|
||||
|
||||
- 搜索类
|
||||
- github
|
||||
1. 官方Skill:https://github.com/anthropics/skills
|
||||
2. 第三方ClaudeCode精选Skill包
|
||||
1. https://github.com/ComposioHQ/awesome-claude-skills
|
||||
2. https://github.com/VoltAgent/awesome-agent-skills
|
||||
3. https://github.com/VoltAgent/awesome-claude-code-subagents
|
||||
3. https://skills.sh/hairyf/skills/create-skill-from-repo
|
||||
|
||||
# Plugin
|
||||
使用/plugin来进行安装。推荐插件:
|
||||
- Context7
|
||||
|
||||
# 其他相关知识
|
||||
## Agent Teams 工作机制与原理
|
||||
|
||||
@@ -10,4 +10,14 @@ d935ccb3-1583-476a-a3b2-ba78a56c8a51:6e2c95561859222f8751d3560e9b0ea1
|
||||
# TODO:
|
||||
1. 直播间MCP:弹幕、聊天。
|
||||
2. 抖音、小红书MCP。
|
||||
3.
|
||||
|
||||
|
||||
# Bilibili MCP
|
||||
- [huccihuang](https://github.com/huccihuang)/ [bilibili-mcp-server](https://github.com/huccihuang/bilibili-mcp-server): 178star
|
||||
- [34892002](https://github.com/34892002)/ [bilibili-mcp-js](https://github.com/34892002/bilibili-mcp-js): 145star
|
||||
- [L-Chris](https://github.com/L-Chris)/ [bilibili-mcp](https://github.com/L-Chris/bilibili-mcp): 8star
|
||||
- [dnullp](https://www.google.com/search?q=https://github.com/dnullp)/ [bilibili-mcp-server](https://github.com/dnullp/bilibili-mcp-server): 4star
|
||||
- [KitsuneX07](https://github.com/KitsuneX07)/ [bilibili-mcp](https://github.com/KitsuneX07/bilibili-mcp): 2star
|
||||
- [Mr-House](https://github.com/Mr-House)/ [bilibili-mcp-server](https://github.com/Mr-House/bilibili-mcp-server): 1star
|
||||
- [222wcnm](https://github.com/222wcnm)/ [bilibili-user-updates-mcp](https://github.com/222wcnm/bilibili-user-updates-mcp): 1star
|
||||
|
||||
|
||||
Reference in New Issue
Block a user