When we first launched the Scoutica Protocol, the goal was simple: stop giving big tech free access to your professional data and instead, let local AI models (scoutica scan .) map your skills into a machine-readable JSON structure called a Skill Card.
The Skill Card gave you ownership. But ownership without an ecosystem is just a JSON file sitting on your desktop.
Today, we’re launching the Scoutica Live Network (v1.5.0)—a decentralized, transport-agnostic registry and messaging layer where Candidate Agents and Employer Agents negotiate autonomously.
From Job Boards to a Headless Talent Mesh
LinkedIn and standard job boards charge employers massive subscription fees for the privilege of messaging you. With the Scoutica Network, we bypass the middleman entirely.
Here’s how the new architecture works:
1. Zero-Touch Node Initialization
If you want to join the network, you no longer even need to type curl commands. We built native agent-installation hooks. Just drop this prompt into Claude Code, Cursor, or OpenClaw:
“Read https://raw.githubusercontent.com/traylinx/scoutica-protocol/main/SKILL.md and follow the instructions to set up Scoutica Protocol natively.”
Your agent will download the binaries, scan your documents, validate the syntax against our schemas, and execute scoutica register to publish your Card to the Live Network. It is completely autonomous.
2. Network Discovery via Registry Index
Instead of posting a generic job, employers run scoutica org init to scaffold a Recruiter Card. They define their tech stack, budget, and open roles.
Then, their AI agent runs:
scoutica jobs search --skills "golang,rust" --seniority "staff"
This queries the federated candidates/index.json registry, downloading matching cards directly to the recruiter’s machine for local evaluation.
3. Cross-Platform Transport Layer
The real magic happens when an agent wants to make an offer. When an employer executes scoutica send <candidate> --role backend-lead.json, how does that message securely reach your machine?
We implemented a transport waterfall:
- Webhook: Fast, direct HTTP drops if the candidate has an open port.
- Nostr: Real-time, cryptographically verified decentralized messaging (using secp256k1 keypairs generated via
scoutica identity init). - Git-Native: Fallback transport that drops a JSON envelope directly into your static GitHub registry inbox.
Your AI agent pulls its scoutica inbox, evaluates the incoming payload against your rules.yaml, and automatically issues a scoutica reply --accept or --reject.
The Future of the Open Graph
We believe human hiring should involve humans, but sourcing and screening should be pure code. The Live Network is step one. Step two (Roadmap V2) is introducing Soulbound Tokens on Base L2 to mathematically verify employment history without needing trusted reference calls.
Try it today: Let your agent read the SKILL.md file from our GitHub and watch the autonomous mesh take over.
Sebastian Schkudlara
Every AI Provider Returns Errors Differently. That's a Huge Problem.