πŸ› οΈ
Tool

subzeroclaw

by genlayerlabs genlayerlabs/subzeroclaw
Free2AITools Nexus Index
59.9
S: Semantic 50

Query-time baseline · scored live at search

A: Authority 54
P: Popularity 47
R: Recency 100
Q: Quality 70
Tech Context
Vital Performance
C Lang
Open Source 119 Stars
Alpha Reliability
Tool Information Summary
Entity Passport
Registry ID genlayerlabs/subzeroclaw
License MIT
Provider github
πŸ“œ

Cite this tool

Academic & Research Attribution

BibTeX
@misc{gh_tool_genlayerlabs_subzeroclaw,
  author = {genlayerlabs},
  title = {subzeroclaw Tool},
  year = {2026},
  howpublished = {\url{https://github.com/genlayerlabs/subzeroclaw}},
  note = {Accessed via Free2AITools.}
}
APA Style
genlayerlabs. (2026). subzeroclaw [Tool]. Free2AITools. https://github.com/genlayerlabs/subzeroclaw

πŸ”¬Technical Deep Dive

Full Specifications [+]

Quick Commands

πŸ™ GitHub Clone
git clone https://github.com/genlayerlabs/subzeroclaw
πŸ™ Git Clone
git clone https://github.com/genlayerlabs/subzeroclaw

βš–οΈ Free2AITools Nexus Index V2.0

Semantic (S) 50

Query-time baseline · scored live at search

Authority (A) 54
Popularity (P) 47
Recency (R) 100
Quality (Q) 70

πŸ’¬ Index Insight

FNI V2.0 for subzeroclaw: Authority (A:54), Popularity (P:47), Recency (R:100), Quality (Q:70). Semantic (S) is a query-time baseline scored live at search.

Free2AITools Nexus Index

Data Sources / Provenance

Open data Updated: Live data

πŸ“‹ Specs

Language
C
License
MIT
Version
β€”
CODE

πŸ”Œ Usage & Integration

Quick Start

git clone https://github.com/genlayerlabs/subzeroclaw
cd subzeroclaw
make                          # builds the 54KB binary in ~0.5s

mkdir -p ~/.subzeroclaw/skills
cat > ~/.subzeroclaw/config << 'EOF'
api_key = "sk-or-your-openrouter-key"
model = "minimax/minimax-m2.5"
EOF

./subzeroclaw "check disk usage and clean tmp if over 80%"

Technical Documentation

SubZeroClaw

SubZeroClaw

WARNING: This software executes arbitrary shell commands with no safety checks, no confirmation prompts, no sandboxing, and no guardrails. The LLM decides what to run and the runtime runs it β€” rm -rf / included. There is nothing between the model's output and your system. If you don't understand what that means, do not use this. This is a bare agentic loop: execute the task, whatever it takes, nothing more, nothing less.

~380 lines of C. 54KB binary. A skill-driven agentic daemon for edge hardware.

text
skill.md + LLM + shell + loop = autonomous agent

Every agentic runtime does the same thing: read a skill, call an LLM, execute tools, loop. SubZeroClaw is that principle written directly in C β€” no framework, no abstractions, no architecture mimicking a problem that never existed. One file, one loop, one tool.

What it does

You write a skill as a markdown file. You point SubZeroClaw at it. It calls an LLM, executes tools, loops until done. That's the entire runtime.

text
~/.subzeroclaw/skills/monitor.md    ← what the agent knows
~/.subzeroclaw/config               ← API key + model
~/.subzeroclaw/logs/.txt   ← full I/O trace

The agent reads the skill into its system prompt, receives input, and autonomously calls tools until the task is complete. When context gets full, it compacts old messages into a summary and keeps going.

Quickstart

bash
git clone https://github.com/genlayerlabs/subzeroclaw
cd subzeroclaw
make                          # builds the 54KB binary in ~0.5s

mkdir -p ~/.subzeroclaw/skills
cat > ~/.subzeroclaw/config << 'EOF'
api_key = "sk-or-your-openrouter-key"
model = "minimax/minimax-m2.5"
EOF

./subzeroclaw "check disk usage and clean tmp if over 80%"

Clone, build, drop in an OpenRouter key, run. No daemon to register, no service to start. You need gcc to build and curl at runtime β€” everything else is in the box.

Why not

Social Proof

GitHub Repository
119Stars
15Forks
πŸ”„ Updated daily

Source summary: Based on GitHub metadata. Not a recommendation.

πŸ“Š FNI Methodology πŸ“š Knowledge Baseℹ️ Verify with original source

πŸ›‘οΈ Tool Transparency Report

Technical metadata sourced from upstream repositories.

Open Metadata

πŸ†” Identity & Source

id
gh-tool--genlayerlabs--subzeroclaw
slug
genlayerlabs--subzeroclaw
source
github
author
genlayerlabs
license
MIT
tags
agentic, agentic-ai, ai-agent, anti-framework, c, edge-computing, llm, minimal, openrouter, raspberry-pi

βš™οΈ Technical Specs

architecture
null
params billions
null
context length
null
pipeline tag
other

πŸ“Š Engagement & Metrics

downloads
0
stars
119
forks
15
github stars
119

Data indexed from public sources. Updated daily.