YantrikClaw Fork Adds Cognitive Memory, Companion Mode, and Tier-Aware Tools to ZeroClaw

What YantrikClaw Adds to ZeroClaw
YantrikClaw is a fork built on top of the ZeroClaw ecosystem. It maintains all existing OpenClaw functionality including 20+ channels, support for all LLM providers, and a single binary distribution, while adding three significant feature sets.
Core Features from the Source
- Cognitive Memory (YantrikDB) — A persistent memory system that extends beyond basic conversation history. It includes semantic recall, episodic memory, knowledge graphs, and personality traits. This allows the AI to remember preferences, decisions, and relationships across conversations rather than being limited to the last 10 messages.
- Companion Mode — Features bond tracking, personality evolution, and 70+ instincts that drive proactive behavior. The AI can reach out when it has relevant information instead of waiting for user prompts.
- Tier-Aware Tool Selection — Adapts the tool interface based on model size. For 0.5B models running on devices like Raspberry Pi, it uses MCQ-based selection with embedding-ranked candidates. For 100B+ models, it provides the full tool set. The same agent binary works across any hardware configuration.
Installation and Community
Install via Cargo: cargo install yantrikclaw
The project is MIT licensed and actively seeking contributors, particularly for developing new instincts, memory backends, and small model testing. Resources are available on GitHub at github.com/yantrikos/yantrikclaw and the community subreddit at https://www.reddit.com/r/YantrikClaw/.
📖 Read the full source: r/openclaw
👀 See Also

Artifactr: Local-first CLI tool for managing AI coding agent artifacts
Artifactr is a free, open-source CLI tool for managing LLM artifacts like skills, commands, and agent definitions. It stores files in portable vaults with no network connections and supports automatic syncing via symlinks.

Local Trello-style project manager for OpenClaw agents using markdown files
A developer built a local Trello board for managing projects with OpenClaw agents, using Node.js + Express for the API, React + react-trello for the UI, and markdown files with YAML frontmatter as the data layer. The system runs on the OpenClaw machine and is accessed locally, with agents reading/writing card files directly on the filesystem.

NexQuant: Rust-native 3-bit KV-cache engine for edge deployment
NexQuant is a production-hardened Rust engine that enables running high-context models on consumer hardware with 3-5x memory reduction. It supports Metal, CUDA, Vulkan, and CPU backends.

Testing Local LLMs for Autonomous Code Generation: Quality vs. Speed Benchmark
A developer built a harness to test local LLMs on real Go code generation tasks, measuring compilation success, field extraction accuracy, and throughput. Results compare models across quality and speed.