skills$openclaw/langchain-chat-prompt-template
hhhh124hhhh9.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.

9.8k stars6.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026communication

Skill Snapshot

namelangchain-chat-prompt-template
descriptionGuide 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.
ownerhhhh124hhhh
repositoryhhhh124hhhh/langchain-chat-prompt-template
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @hhhh124hhhh/langchain-chat-prompt-template
last updatedFeb 7, 2026

Maintainer

hhhh124hhhh

hhhh124hhhh

Maintains langchain-chat-prompt-template in the OpenClaw Skills directory.

View GitHub profile
File Explorer
8 files
.
assets
example_asset.txt
865 B
references
api_reference.md
981 B
scripts
example.py
619 B
_meta.json
309 B
SKILL.md
1.3 KB
SKILL.md

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.

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

来源信息

元数据

  • 收集时间: 2026-01-30T20:48:50.625041
  • Prompt 类型: AI 编码
  • 质量分数: 60/100

Skill generated by Clawdbot

README.md

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.