From 75cd369dff9447696648da2cc9696d9cc7ad58e7 Mon Sep 17 00:00:00 2001 From: Nicolas Finet Date: Tue, 7 Apr 2026 21:29:06 +0200 Subject: [PATCH] Add Overloop CLI and Signals CLI as Agent-Native CLIs Two CLI tools with JSON output designed for AI agent consumption: outbound sales automation and intent signal monitoring. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b6d1d43..a9997a8 100644 --- a/README.md +++ b/README.md @@ -116,3 +116,10 @@ Projects implementing the "keep running until done" pattern. - [ralphy](https://github.com/michaelshimeles/ralphy) - Runs AI agents on tasks until done. - [toryo](https://github.com/JesseRWeigel/toryo) - Intelligent agent orchestrator with trust-based delegation, quality ratcheting (git commit/revert), and Ralph Loop retries. Chains Claude Code, Aider, Gemini CLI, Ollama. - [wreckit](https://github.com/mikehostetler/wreckit) - Run Ralph Wiggum Loop over your roadmap. + +## Agent-Native CLIs + +CLI tools with JSON output designed for AI agent consumption. + +- [overloop-cli](https://github.com/sortlist/overloop-cli) - AI-powered outbound engine. Source 450M+ contacts, launch email + LinkedIn campaigns, manage conversations. JSON output, agent-native. +- [signals-cli](https://github.com/sortlist/signals-cli) - Intent signal monitoring. LinkedIn engagers, keyword posters, job changers, funding events. JSON output for agent pipelines.