Langgraph Human In The Loop

INVOKE THIS SKILL when implementing human-in-the-loop patterns, pausing for approval, or handling errors in LangGraph. Covers interrupt(), Command(resume=...), approval/validation workflows, and the 4-tier error handling strategy.

概览

LangGraph Human In The Loop is a SKILL.md-based agent skill sourced from langchain-ai/langchain-skills. It is categorized under security and is listed for Codex, Claude. The source description focuses on: INVOKE THIS SKILL when implementing human-in-the-loop patterns, pausing for approval, or handling errors in LangGraph. Covers interrupt(), Command(resume=...), approval/validation workflows, and the 4-tier error handling strategy. AIToolly summarizes this page as a directory entry rather than copying the full third-party skill content, so users can evaluate the source, compatibility, and practical fit before installing it.

使用场景

Evaluate LangGraph Human In The Loop before adding it to an AI agent workflow.
Use LangGraph Human In The Loop as a starting point for repeatable security tasks.
Compare LangGraph Human In The Loop with related skills from langchain-skills and other GitHub repositories.

安装说明

# Review source first
open https://github.com/langchain-ai/langchain-skills/blob/main/config/skills/langgraph-human-in-the-loop/SKILL.md

Copy or clone the skill folder into your agent skills directory after reviewing its instructions and scripts.

安全提示

Review the source SKILL.md, referenced scripts, permissions, and external services before installing LangGraph Human In The Loop. Treat third-party skills like code dependencies, especially when they can read files, call APIs, or run commands.

相关 Skills

Yara Rule Authoring

trailofbits/skills

安全

指导编写用于恶意软件识别的高质量 YARA-X 检测规则。适用于编写、审查或优化 YARA 规则时使用。涵盖命名规范、字符串选择、性能优化、从旧版 YARA 迁移以及降低误报。触发条件:YARA、YARA-X、malware detection、threat hunting、IOC、signature、crx module、dex module。

Claude CodeClaude
designsecurity
7,069 Stars已链接来源

Cargo Fuzz

trailofbits/skills

安全

设置并运行 cargo-fuzz,这是基于 Cargo 的 Rust 项目的标准模糊测试工具。涵盖 cargo fuzz init、nightly 工具链要求、fuzz_target! 测试桩、Arbitrary 派生的结构化输入、sanitizer 选项、cargo fuzz coverage 以及重现崩溃产物。适用于模糊测试 Rust crate、编写 fuzz_target!、测试 Rust 中的 unsafe 块或 FFI,或排查 cargo fuzz 崩溃。

Claude CodeClaude
securityresearch
7,069 Stars已链接来源

Deep Agents Memory

langchain-ai/langchain-skills

安全

INVOKE THIS SKILL 当您的 Deep Agent 需要内存、持久化或文件系统访问时。涵盖了 StateBackend(临时)、StoreBackend(持久)、FilesystemMiddleware 和用于路由的 CompositeBackend。

CodexClaude
typescriptpython
1,213 Stars已链接来源

Security Audit

TerminalSkills/skills

安全

通过扫描 OWASP Top 10 漏洞、检查依赖项中的已知 CVE、检测泄露的机密和 API 密钥,并生成优先修复建议,对代码库进行全面的安全审计。此技能结合了静态分析模式与依赖项审计工具。

CodexClaude Code
securityaudit
72 StarsApache-2.0