/install langchain-skill
LangChain Python Skill - Trợ lý thông minh với Python backend
Skill này sử dụng thư viện LangChain (Python) để xử lý query thông minh, hỗ trợ memory dài hạn, RAG trên PDF, tool calling (search, calculator), và agent tự suy luận.
Tính năng chính
- Backend: Python + LangChain (có thể dùng Gemini 2.0 Flash, DeepSeek-chat, hoặc Groq fallback).
- Memory: Nhớ ngữ cảnh chat trong session (ConversationBufferMemory hoặc Summary).
- RAG: Hỗ trợ upload PDF → hỏi đáp chính xác trên tài liệu.
- Tool calling: Tự gọi web search, tính toán, đọc file...
- Usage: langchain \x3Cquery> hoặc langchain: \x3Ccâu hỏi>
Ví dụ sử dụng
- langchain: Blockchain là gì? Giải thích ngắn gọn.
- langchain: Tên tôi là gì? (sau khi giới thiệu trước đó).
- langchain: Tóm tắt tài liệu PDF vừa upload.
- langchain: Tính 15 * 23 + 7^2 là bao nhiêu?
Yêu cầu
- venv đã cài: langchain, langchain-community, langchain-google-genai (nếu dùng Gemini).
- API key: Gemini/DeepSeek/Groq (set trong code nếu cần).
Lưu ý
- Skill chạy trên Python, không phụ thuộc Node.js.
- Author: Tích hợp bởi S0nSun & Grok (dựa trên LangChain 2026).
- Có thể mở rộng: Thêm agent router, multi-tool, RAG folder.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install langchain-skill - After installation, invoke the skill by name or use
/langchain-skill - Provide required inputs per the skill's parameter spec and get structured output
What is Langchain Skill?
Python skill using LangChain to manage conversation memory and chains, enabling context-aware, concise Vietnamese replies with customizable prompts. It is an AI Agent Skill for Claude Code / OpenClaw, with 288 downloads so far.
How do I install Langchain Skill?
Run "/install langchain-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Langchain Skill free?
Yes, Langchain Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Langchain Skill support?
Langchain Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Langchain Skill?
It is built and maintained by S0nOcean (@s0nocean); the current version is v1.0.2.