corezoid-gitcall

Solid

Corezoid Git Call node specialist — run custom code (Python, Go, Java, PHP, JavaScript, Clojure, Lisp, Prolog, or a custom Dockerfile) as a step inside a process. Use when the user needs logic that plain nodes cannot do: parsing files, using external libraries, cryptography, building email/attachments, or any custom runtime. Activate on "git call", "gitcall", "run my code", "parse a file", "use a library", "custom code node", "python/go/php in a process", or "why does push-process hang on git_call". Load this skill only when the task is actually about git_call — it is not needed for ordinary flows.

Code & Development 71 stars 23 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
62
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Corezoid Git Call A Git Call node runs your code (9 built-in languages, or a custom Docker image) in an isolated container as one step of a process. Each task is delivered to a `handle` function over JSON-RPC 2.0; the value you return becomes the payload of the next node. Reach for Git Call only when the standard nodes cannot do the job. It is heavier than a Code (`api_code`) node — it needs a container build and a warm-up. ## 1. When to use it Use Git Call when you need something the platform's built-in nodes lack: - Parse files (download a URL and read a 1C `.1CD`, XML, PDF, QR, image, …). - Use external libraries (crypto, moment, pandas, okhttp, …). - Heavy/custom logic (matrices, cryptography, bespoke formats). - Build an email body with attachments, generate documents, etc. | Aspect | Code node (`api_code`) | Git Call | |---------------|------------------------|---------------------| | Speed | faster | slower | | Warm-up | none | required | | Complexity | simple | higher | | Resources | efficient | heavier (container) | | External deps | no | yes | | Languages | JS (+ limited) | 9 languages + Docker | Rule of thumb: simple and fast with no external deps → Code node. Files, libraries, or custom runtimes → Git Call. ## 2. Supported languages and runtimes | Language | Version ...

Details

Author
corezoid
Repository
corezoid/corezoid-ai-plugin
Created
2 months ago
Last Updated
today
Language
Go
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category