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

Reseed CLI: Extract Design Systems from Any Site for Claude Code and Cursor
Reseed is a CLI that extracts design tokens (colors, spacing, type scale, radii) from any website and generates a tailwind.config.ts, design-system.md, and reference HTML for Claude Code and Cursor to use.

Claude adds memory import feature to migrate from other AI providers
Claude now allows users to import context and preferences from other AI providers through a copy-paste process. The memory feature is available on all paid plans and helps maintain conversation history when switching platforms.

Marky: A Lightweight Markdown Viewer for Agent-Generated Documentation
Marky is a desktop markdown viewer built with Tauri v2 and React that opens .md files from the terminal with live reload. It features CLI-first usage, syntax highlighting with Shiki, KaTeX math support, Mermaid diagrams, and workspaces for folders.

Pi Coding Agent with Qwen 35B Q2: Using Filesystem as External Memory and Enforcing Context Guards
A Reddit user built a stack around Pi coding agent with Qwen 35B Q2_K_XL quant that enforces guards — rejects edits over 100 lines, caps thinking blocks at 2000 chars, and monitors context at 65%/80% — treating the filesystem as the model's memory, not the context window.