nex-crm/nex-as-a-skill
Turn every AI agent session into company intelligence. Nex silently unifies every AI agent conversation with your email, Slack, CRM, and 100+ tools into one knowledge graph. The more your team works, the smarter every agent gets.
Platform-specific configuration:
{
"mcpServers": {
"nex-as-a-skill": {
"command": "npx",
"args": [
"-y",
"nex-as-a-skill"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/@nex-ai/nex) [](https://discord.gg/gjSySC3PzV)
Nex turns AI agent conversations into a unified knowledge graph. Tell something to one agent, recall it from any other. Context follows you across tools — no copy-pasting, no re-explaining.
Supports Claude Code, OpenClaw, Cursor, Windsurf, Codex, Aider, Continue, Zed, and more. Adds context from Email, Meetings, Slack, HubSpot, Salesforce.
<a href="https://discord.gg/gjSySC3PzV"></a>
Talk to the team, share feedback, and connect with other developers building AI agents with Nex.
# Option A: standalone binary (no Node.js required, auto-installs nex-cli)
curl -fsSL https://raw.githubusercontent.com/nex-crm/nex-as-a-skill/main/install.sh | sh
# Option B: install the nex-cli binary directly
curl -fsSL https://raw.githubusercontent.com/nex-crm/nex-as-a-skill/main/install.sh | sh
# Option C: install via npm (or bun/pnpm)
npm install -g @nex-ai/nex# Create an account (or log in if you already have one)
nex register --email you@company.com
# Auto-detect your AI platforms and install hooks, MCP, slash commands
nex setupnex setup detects your platforms (Claude Code, Cursor, Windsurf, etc.), installs hooks, scans project files, and writes config. After setup:
nex ask "who is Maria Rodriguez?"
nex remember "Met with Maria, CTO of TechFlow. European expansion Q3, $2M budget."The core of this repo is a set of skills, slash commands, and agent instructions that teach any AI platform how to use Nex.
Loading reviews...