9.8k★by hhhh124hhhh
langchain-chat-prompt-template – OpenClaw Skill
langchain-chat-prompt-template is an OpenClaw Skills integration for communication workflows. Guide to using ChatPromptTemplate and MessagesPlaceholder in LangChain for conversational AI. Use when building chatbots, conversational interfaces, or AI assistants that need to maintain conversation history.
Skill Snapshot
| name | langchain-chat-prompt-template |
| description | Guide to using ChatPromptTemplate and MessagesPlaceholder in LangChain for conversational AI. Use when building chatbots, conversational interfaces, or AI assistants that need to maintain conversation history. OpenClaw Skills integration. |
| owner | hhhh124hhhh |
| repository | hhhh124hhhh/langchain-chat-prompt-template |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @hhhh124hhhh/langchain-chat-prompt-template |
| last updated | Feb 7, 2026 |
Maintainer

hhhh124hhhh
Maintains langchain-chat-prompt-template in the OpenClaw Skills directory.
View GitHub profilename: langchain-chat-prompt-template description: Guide to using ChatPromptTemplate and MessagesPlaceholder in LangChain for conversational AI. Use when building chatbots, conversational interfaces, or AI assistants that need to maintain conversation history.
AI 编码 Prompt Skill
描述
This is handy because you don’t need to manually construct message objects — the template handles it...
类型
- 类型: AI 编码
- 评分: 60/100
Prompt
This is handy because you don’t need to manually construct message objects — the template handles it for you. When you’re working with chat-based models, you often want to include conversation history (or some sequence of messages). MessagesPlaceholder acts as a stand-in for a dynamic list of messages you’ll provide at runtime. Imagine we’re building a career coach bot that remembers previous questions and answers: from langchain_core.prompts import ChatPromptTemplate, MessagesPlaceholder from langchain_core.messages import HumanMessage, AIMessage chat_prompt = ChatPromptTemplate.fro
来源信息
- 来源: N/A
- 原始链接: https://mirascope.com/blog/langchain-prompt-template
- 作者: N/A
- 互动: 0 赞
元数据
- 收集时间: 2026-01-30T20:48:50.625041
- Prompt 类型: AI 编码
- 质量分数: 60/100
Skill generated by Clawdbot
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install langchain-chat-prompt-template?
Run openclaw add @hhhh124hhhh/langchain-chat-prompt-template in your terminal. This installs langchain-chat-prompt-template into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/hhhh124hhhh/langchain-chat-prompt-template. Review commits and README documentation before installing.
