langgraph-tools
✓LangGraph tool calling patterns. Use when binding tools to LLMs, implementing ToolNode for execution, dynamic tool selection, or adding approval gates to tool calls.
Installation
SKILL.md
| Tool count | 5-10 tools max per agent (use dynamic selection for more) | | Approval gates | Use interrupt() for destructive/high-risk operations | | Error handling | Return error strings, don't raise (lets agent recover) | | Streaming | Use getstreamwriter() for long-running tools |
bind-tools Keywords: bindtools, tool calling, function calling, LLM tools Solves:
tool-node Keywords: ToolNode, execute tools, tool execution, prebuilt Solves:
LangGraph tool calling patterns. Use when binding tools to LLMs, implementing ToolNode for execution, dynamic tool selection, or adding approval gates to tool calls. Source: yonatangross/orchestkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yonatangross/orchestkit --skill langgraph-tools- Source
- yonatangross/orchestkit
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-12
- Updated
- 2026-02-18
Quick answers
What is langgraph-tools?
LangGraph tool calling patterns. Use when binding tools to LLMs, implementing ToolNode for execution, dynamic tool selection, or adding approval gates to tool calls. Source: yonatangross/orchestkit.
How do I install langgraph-tools?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill langgraph-tools Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yonatangross/orchestkit
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-12