Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/juspay/neurolink/verificationgit clone --depth 1 https://github.com/juspay/neurolinkWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01105 |
| Opus 5 | $0.00000 | $0.00553 |
| Sonnet 5 | $0.00000 | $0.00221 |
| Haiku 4.5 | $0.00000 | $0.00111 |
Grade A, and why
VERIFICATION scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Multi-Agent Networks Verification Checklist
Overview
This document provides a manual verification checklist for the Multi-Agent Networks feature.
Pre-Verification Setup
1. Environment Preparation
- Node.js 18+ installed
- pnpm installed
- Project dependencies installed (
pnpm install) - Project built (
pnpm run build) - At least one provider API key configured
2. Required API Keys
Configure at least one of:
-
OPENAI_API_KEY -
ANTHROPIC_API_KEY -
GOOGLE_AI_STUDIO_API_KEY -
GOOGLE_CLOUD_PROJECT(for Vertex AI)
Integration Test Verification
Run: pnpm exec tsx test/continuous-test-suite-agents.ts
Agent Class Integration
- Fixtures load correctly
- All agent definitions valid
- Multiple providers configured
- Tool configurations correct
- Mock SDK works
Network Topology Integration
- Hub-spoke config valid
- Mesh config valid
- Hierarchical config valid
- Router configs valid
- Network defaults valid
Routing Rules Integration
- All rules defined
- Pattern matching works
- Confidence thresholds set
- Fallback behavior defined
- Priority ordering correct
MessageBus Integration
- All message types defined
- Test messages valid
- Subscription patterns work
- Priority levels correct
- Test scenarios execute
Functional Verification
Basic Agent Operations
- Create agent programmatically
- Execute agent with text input
- Execute agent with structured input
- Stream agent output
- Handle agent errors
Network Operations
- Create network with multiple agents
- Execute network task
- Observe routing decisions
- Track execution traces
- Handle network failures
Messaging Operations
- Publish message
- Subscribe and receive
- Request-response works
- Broadcast reaches all
- Priority respected
Performance Verification
Response Time
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 174 lines · 0 tokens per session scan A 69b9d00417a7
VERIFICATION is an agent published in the GitHub repository juspay/neurolink (128 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,105 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
accessibility-specialist
Accessibility expert: WCAG 2.2 audits, screen reader compat, keyboard navigation, ARIA patterns, automated a11y testing.
claude-design-orchestrator
Parses claude.ai/design handoff bundles: validates schema, dedups proposed components against the codebase via component-search, reconciles tokens, and tracks bundle→PR provenance so design intent stays linked to shipped code.
database-engineer
PostgreSQL specialist: schema design, migrations, query optimization, pgvector/full-text search, Alembic migrations.
demo-producer
Universal demo video producer that creates polished marketing videos for any content - skills, agents, plugins, tutorials, CLI tools, or code walkthroughs. Uses VHS terminal recording and Remotion composition.
emulate-engineer
Stateful API emulation via Vercel emulate. Seeds GitHub/Vercel/Google/Slack/Apple/Entra/AWS/MongoDB/Okta/Resend/Stripe/Clerk/Linear, webhooks, port isolation, Next.js adapter. Use to replace flaky API mocks.
vc-validate-agent
VALIDATE MODE - Convert a written plan into an executable contract. Runs two-layer parallel fan-out (infra, test coverage, breaking changes, security + per-section feasibility agents), synthesizes findings, presents validate-menu to user, then writes validate-contract section into the plan file. Mandatory phase…