neurolink-guide

neurolink-guide is a skill for Claude Code from juspay/neurolink. It costs 65 tokens per session (1,232 once invoked), scanned A, original, MIT.

A usage guide for the NeuroLink SDK and command-line tool, which provide one interface for working with more than 30 AI services. It covers text, voice, images, documents, external tools, search-based answers, and conversation memory.

In plain words
What is it for?
Use it to install and configure NeuroLink, connect AI providers, process images and files, add MCP tools, build retrieval-augmented generation (RAG) workflows, store conversation memory, and deploy servers.
Why use it?
It reduces the need to learn separate setup instructions for each AI provider or NeuroLink feature. It directs questions to the relevant documentation and includes troubleshooting guidance.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md.

Good fit Use it to install and configure NeuroLink, connect AI providers, process images and files, add MCP tools, build retrieval-augmented generation (RAG) workflows, store conversation memory, and deploy servers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/juspay/neurolink/neurolink-guide
Install

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.

Any agent
npx skills add juspay/neurolink --skill neurolink-guide
Clone the repo
git clone --depth 1 https://github.com/juspay/neurolink

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for neurolink-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/juspay/neurolink/neurolink-guide.svg)](https://agentmods.dev/skills/juspay/neurolink/neurolink-guide)
Your own site
<a href="https://agentmods.dev/skills/juspay/neurolink/neurolink-guide"><img src="https://agentmods.dev/badge/skills/juspay/neurolink/neurolink-guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,232 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 130
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00065 $0.01232
Opus 5 $0.00032 $0.00616
Sonnet 5 $0.00013 $0.00246
Haiku 4.5 $0.00006 $0.00123

Measured 8d ago against content hash bd2f97c0ba89, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

neurolink-guide 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 8d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (templates/basic-setup.ts, templates/rag-pipeline.ts, templates/server-deploy.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

docs/skills/neurolink-guide/SKILL.md · 164 lines

How it starts

The opening of the file, as written. The whole thing — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.

NeuroLink is an enterprise AI development platform providing unified access to 30+ AI providers (text, voice, multimodal) through a single API. It ships as both a TypeScript SDK (@juspay/neurolink) and a professional CLI.

Quick Navigation

Based on your query, I'll guide you to the right documentation:

  • Getting Started → Read sdk-quickstart.md
  • Provider Setup → Read providers.md
  • Multimodal (images, PDFs, files) → Read multimodal.md
  • MCP Tools Integration → Read tools-mcp.md
  • RAG Pipelines → Read rag-integration.md
  • Conversation Memory → Read memory-conversations.md
  • CLI Commands → Read cli-reference.md
  • Advanced Features → Read advanced-features.md
  • Troubleshooting → Read troubleshooting.md

Topic Routing

If the user asked about $ARGUMENTS:

Topic Keywords Reference File
install, setup, start, begin, quickstart sdk-quickstart.md
provider, openai, anthropic, vertex, bedrock, azure, gemini, claude, model providers.md
image, pdf, csv, excel, document, file, multimodal, vision multimodal.md
tool, mcp, server, GitHub, external, function tools-mcp.md
rag, retrieval, chunk, vector, embed, document search rag-integration.md
memory, conversation, history, session, redis, context memory-conversations.md
cli, command, terminal, generate, stream, loop, serve cli-reference.md
hitl, workflow, agent, observe, telemetry, deploy, server advanced-features.md
error, issue, problem, fix, debug, not working troubleshooting.md

Installation

Read the full file on GitHub · 164 lines

Changes

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.

  1. 8d ago First seen · 164 lines · 65 tokens per session scan A bd2f97c0ba89

Subscribe to this mod's changes

neurolink-guide is a skill published in the GitHub repository juspay/neurolink (130 stars, last pushed today), licensed MIT. It adds 65 tokens to every session and 1,232 once invoked, about $0.0003 per session on Opus 5. 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.

Related

Other skills, from other repositories

rag-retrieval

Retrieval-Augmented Generation patterns for grounded LLM responses. Use when building RAG pipelines, embedding documents, implementing hybrid search, contextual retrieval, HyDE, agentic RAG, multimodal RAG, query decomposition, reranking, or pgvector search.

yonatangross/orchestkit · 58 tokens

opik-optimizer

Optimize LLM prompts, tools, and agents in Opik using standardized optimizer workflows (prompt optimization, tool optimization, and parameter tuning), dataset/metric wiring, and result interpretation.

vincentkoc/dotskills · 41 tokens

haystack

Build production search and NLP pipelines with Haystack. Pipeline DAG composition, document stores, retrievers, PromptBuilder (Jinja2), generators, evaluation, Hayhooks deployment. Use when building search pipelines or comparing NLP application frameworks. Do not use this skill for unrelated requests; route to the…

magnus919/agent-skills · 65 tokens

llamaindex

Build LLM applications with the LlamaIndex framework. Use when working with LlamaIndex or comparing RAG and agent orchestration frameworks. Do not use this skill for unrelated requests; route to the nearest named specialist.

magnus919/agent-skills · 48 tokens

memory-lancedb

LanceDB-backed vector memory for high-volume embedding and retrieval workloads.

aaronnat23/disp8ch · 0 tokens

ingest

Populate the gnosis-mcp knowledge base — from local files, git history, or a crawled website. Handles the full matrix of flags (--force, --prune, --wipe, --embed, --include-crawled) in one place.

nicholasglazer/gnosis-mcp · 54 tokens