From 64d1598d51fd156c6f3c0ce0ceef511a041442b2 Mon Sep 17 00:00:00 2001 From: lzwlll <15449138+lccclc@user.noreply.gitee.com> Date: Wed, 25 Mar 2026 09:39:25 +0800 Subject: [PATCH] Add claw-army/claude-node - Python subprocess bridge for Claude Code CLI - Python subprocess bridge for Claude Code CLI - Gives Python code direct access to Claude Code native capabilities via stream-json - Enables explicit session lifecycle and process-level control --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a037b0b..0607fb7 100644 --- a/README.md +++ b/README.md @@ -398,6 +398,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - ✨ [**claude-code-sdk-ts**](https://github.com/instantlyeasy/claude-code-sdk-ts) (199 ⭐) - Configure models, enable tools, stream events, then fetch text, JSON, run details or token stats in one call via .asText() or .allowTools('Read', 'Write'). - ✨ [**claude-code-typescript-hooks**](https://github.com/bartolli/claude-code-typescript-hooks) (153 ⭐) - Fast, intelligent quality checks for different project types. - [**claude-code-api-rs**](https://github.com/ZhangHanDong/claude-code-api-rs) (92 ⭐) - A high-performance Rust implementation of an OpenAI-compatible API gateway for Claude Code CLI. +- [**claw-army/claude-node**](https://github.com/claw-army/claude-node) - Python subprocess bridge for Claude Code CLI, giving Python code direct access to Claude Code native capabilities via stream-json. ---