🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 4.1K |
| ⭐ GitHub Stars | 1,076(fork 85) |
| 🗓️ 最近推送 | 2026-07-30 |
| 🌱 项目创建 | 2026-01-22 |
| 💻 语言 / License | TypeScript · 未标注 |
| 🐛 开放Issue | 3 |
📝 工具简介
LangChain技能包,用于构建LangChain、LangGraph和Deep Agents,目前处于早期开发阶段。
📖 怎么用
用 npx 装 LangChain 技能,当前项目跑 `npx skills add langchain-ai/langchain-skills --skill '*' --yes`,全局加 `--global`。想指定给 Claude Code 就加 `--agent claude-code`。Claude Code 用户也能用插件市场:`/plugin marketplace add langchain-ai/langchain-skills` 然后 `/plugin install langchain-skills@langchain-skills`。或者直接跑 `./install.sh`,默认装当前目录,指定项目路径就 `./install.sh ~/my-project`,全局加 `--global`。装完自动生效,不用额外配置。
📋 迷你测评
LangChain出的技能包,用于构建LangChain、LangGraph和Deep Agents。亮点是官方出品,且明确标注“早期开发阶段”,尝鲜需谨慎。
📄 README 要点
这是LangChain官方出的Agent技能包,目前还在早期开发阶段,API可能会变。主要给Claude Code、Cursor这些支持Agent Skills规范的编辑器用,通过npx skills命令就能装。技能内容围绕用LangChain、LangGraph构建Deep Agents,还包含LangSmith的trace和数据集工作流。安装方式挺灵活,可以装到当前项目、全局,或者直接作为Claude Code插件用。适合想用AI辅助开发LangChain项目的开发者。
查看英文原文
LangChain Skills ⚠️ — This project is in early development. APIs and skill content may change. Agent skills for building agents with LangChain, LangGraph, and Deep Agents. For LangSmith specific trace and dataset workflows, use langsmith skills. Supported Coding Agents These skills can be installed via npx skills for any agent that supports the Agent Skills specification, including Claude Code, Cursor, Windsurf, and more. Installation Quick Install Using npx skills : Local (current project): [安装/使用命令见下方] Global (all projects): [安装/使用命令见下方] To link skills to a specific agent (e.g. Claude Code): [安装/使用命令见下方] Claude Code Plugin Install directly as a Claude Code plugin: [安装/使用命令见下方] Install Script (Claude Code & Deep Agents CLI only) Alternatively, clone the repo and use the install script: [安装/使用命令见下方] Flag / Argument Description DIRECTORY Target project directory (default: current directory, ignored with global ) claude Install for Claude Code (default) deepagents Install for Deep Agents CLI global , g Install globally instead of current directory force , f Overwrite skills with same names as this package yes , y Skip confirmation prompts Usage After installation, set your API keys: [安装/使用命令见下方] Then run your coding agent from the directory where you installed (for local installs) or from anywhere (for global installs). Eval Engineering To install only the eval engineering skill: [安装/使用命令见下方] Or ask Codex: “Install the eval engineering skill from langchain ai/langchain skills .” Eval tasks require Harbor. Run Harbor locally with Docker or use a supported cloud environment. Then ask your coding agent: [安装/使用命令见下方] Available Skills (21) Getting Started ecosystem primer Start here primer: framework selection (LangChain vs LangGraph vs Deep Agents), env setup, and which skill to load next langchain dependencies Full package version and dependency management reference (Python + TypeScript) Quickstarts (local) Thin wrappers around the official Mintlify quickstarts — ask for
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除