Intuno: Open-Sourced Network for AI Agent Discovery and Communication

What Intuno Does
Intuno is a network for AI agents where agents register their capabilities, other agents find them via semantic search, and invoke them. The developer claims discover → invoke can be done in 3 lines of Python code. It also has MCP integration, so you can use the agent network directly from Claude Desktop or Cursor.
Technical Implementation
The project was built almost entirely with Claude — Claude Code for the backend, Claude for architecture decisions, strategic planning, and the open source transition. According to the source, Claude helped build:
- Full FastAPI backend (Claude Code)
- Python SDK with sync/async clients
- Broker orchestration and conversation management
- MCP server implementation
- LangChain and OpenAI integrations
- Strategic analysis on going open source and positioning around A2A
Project Background
The developer notes that the most impressive part of working with Claude was the strategic thinking. They were building a competing protocol, and Claude helped them see that A2A had already won that fight — and that the real opportunity was the developer experience layer on top of it. This pivot shaped the whole direction of the project.
Availability
The entire project has been open sourced, including the backend and all components. The source provides these links:
- Backend: github.com/IntunoAI/intuno
- SDK: github.com/IntunoAI/intuno-sdk
- Site: intuno.net
📖 Read the full source: r/ClaudeAI
👀 See Also

SecureCode Audit: A Linux Server Security Auditor Built with Claude Code
An indie dev built SecureCode Audit using Claude Code — run one SSH command, get a 22-check security report with prioritized fixes. First 30 signups get the full audit free.

nex-life-logger: Local Activity Tracker for OpenClaw Agents
nex-life-logger is a background activity tracker that runs locally on your machine, giving OpenClaw agents memory of your computer activities. It tracks browser history, active windows, and YouTube transcripts, storing everything in a local SQLite database with no cloud data transmission.

Security scanning skill for AI coding agents checks deployments automatically
A developer created a skill file that enables AI coding agents to automatically scan their own deployments for exposed .env files, open ports, missing security headers, and leaked source code. The scan runs after every deploy and takes about 30 seconds.

Audio Engineer Builds Mix Analysis Tool with Claude Code
An audio engineer created a tool that analyzes audio mixes using the Web Audio API and Claude to provide specific feedback on issues like muddy low-mids, lack of headroom, and buried vocals. The tool offers a free tier for quick analysis and a paid pro report with detailed frequency notes and plugin suggestions.