Relevant open-source projects, with the adoption signal separated from the headline.
Open Source Radar +955 stars today
OpenViking unifies agent memory, RAG, and skills
Summary Volcengine’s AGPLv3 context database exposes tiered agent context through a browsable virtual filesystem with observable retrieval.
The details
OpenViking stores memories, resources, and skills at viking:// URIs, processing each into L0 abstracts, L1 overviews, and on-demand L2 details. On LoCoMo, three reported agent integrations achieved 80%-83% accuracy versus 24%-57% with native memory, reducing input tokens by 34.3%-91.0%. On tau2-bench, experience memory raised task success by 6.87 percentage points for retail and 11.87 for airline over the same LLM without memory. OpenViking 0.3.22 is open source under AGPLv3, requires Python 3.10+, and supports LangChain, LangGraph, Claude Code, Codex, and local Ollama.
Why it matters Tiered retrieval reports 34.3%-91.0% fewer input tokens, 58.45%-66.10% lower query latency on LoCoMo integrations, plus inspectable context paths and retrieval trajectories.
Open Source Radar +855 stars today
career-ops turns coding CLIs into job-search agents
Summary Open-source local system scans roles, scores fit, drafts tailored materials, tracks review-first applications.
The details
Career-ops scores roles across five weighted A-F dimensions on a 1.0-5.0 scale. Block G checks legitimacy without changing the score. It scans Greenhouse, Ashby, Lever, company pages, and 100+ preconfigured companies. Batch mode evaluates 10+ offers with headless CLI workers. It generates ATS-oriented PDFs and application-email drafts but never sends, submits, or clicks applications. The repository gained 855 GitHub stars today. Its README says the author used it on 740+ listings. The README says the author generated 100+ tailored CVs.
Why it matters Browser automation, agent reasoning, and structured candidate data create a reusable, human-controlled workflow that reduces manual tailoring without automated application submission.
Open Source Radar +749 stars today
Superpowers packages agentic software development workflows
Summary Repo's composable skills guide coding agents: discovery, tested implementation, review.
The details
Skills automatically refine requirements, present designs for approval, and save design documents before implementation. Planning converts approved designs into 2-to-5-minute tasks with file paths, code guidance, and verification steps. The subagent workflow assigns a fresh agent to each task, then runs specification-compliance and code-quality reviews. The repository documents installation for Claude Code, Codex, Cursor, Gemini, Copilot, Grok, OpenCode, Hermes, and other coding-agent harnesses. GitHub Trending supplied 749 stars today.
Why it matters It enforces design approval, isolated workspaces, red-green-refactor TDD, and per-task reviews, replacing unstructured coding-agent prompting with a controlled workflow.
Open Source Radar +286 stars today
Caveman Compresses Claude Code Skill Instructions
Summary A Claude Code skill uses deliberately terse language to reduce token use.
The details
JuliusBrussee/caveman is a Claude Code skill that uses compressed, telegraphic prompt language. The repository title claims the approach cuts 65% of tokens. The supplied extract lists repository files but no evaluation protocol. It provides no baseline, model version, task set, or token-accounting details. GitHub Trending supplied 286 stars today.
Why it matters Its claimed 65% token reduction could lower repetitive coding-instruction overhead, but the supplied primary source provides no methodology, benchmark setup, or measured breakdown.
Open Source Radar +2,774 stars today
MoneyPrinterTurbo Automates Short-Video Production
Summary Open-source Python turns topics or keywords into scripted, subtitled HD short videos.
The details
MoneyPrinterTurbo generates scripts, matches source material, creates subtitles and background music, then composes HD short videos. The workflow uses LLMs for copywriting and asset-search keyword extraction. The Python repository has 112,563 GitHub stars and gained 2,774 today. The repository includes GPU and release Docker Compose configurations.
Why it matters Its 2,774 new GitHub stars show demand for self-hostable video automation that replaces fragmented scripting, asset, subtitle, music, and FFmpeg workflows.
Open Source Radar +517 stars today
Munder Difflin turns coding CLIs into local agent teams
Summary Open-source desktop harness coordinates terminal agents: local memory, mailboxes, approvals, optional worktree isolation.
The details
Each agent runs its authentic provider-specific command in its own pseudo-terminal; xterm.js renders the live terminal stream. The shared local Git repository stores per-agent memory, atomic-file mailboxes, a blackboard, and an append-only event log. Agents never commit Git changes directly. The GOD orchestrator routes and adjudicates work. It sends spend, destructive operations, and scope changes to a human approvals queue. The TypeScript repository received 517 GitHub stars today, a discovery signal for a local, subscription-backed multi-agent harness.
Why it matters It coordinates, not replaces, Claude Code, Codex, and local-model workflows; one committer and approvals reduce multi-agent collisions and control risk.
Open Source Radar +28 stars today
Tencent updates its AI red-teaming platform
Summary AI-Infra-Guard combines skill, agent, MCP, infrastructure, and jailbreak security checks in one open-source platform.
The details
Version 4.5.2 adds Skill-Scan Python bytecode-bypass and charset-smuggling detection, plus dynamic-mode MCP tool whitelisting for RCE prevention. Its AI infrastructure scanner fingerprints more than 100 framework components and matches them against 2,000+ known CVEs. Standalone aig-skill-scan covers SkillTrustBench T01-T09; the README reports Claude Opus 4.6 F1 of 0.9848. Docker deployment requires Docker 20.10+, 4 GB RAM, and 10 GB disk; it lacks authentication and must not be publicly exposed.
Why it matters One stack covers agent supply-chain and runtime-adjacent checks, but unauthenticated self-hosted deployments must stay off public networks.