Skip to main content
This page gives your coding agent (Claude Code, Cursor, or similar) a single prompt that installs the NGN Market skill, scans your repository for integration opportunities, and proposes changes without editing anything until you approve.
1

Sign up

Create a free account at ngnmarket.com and verify your email. You can use the free plan for basic integrations, but most endpoints require a paid plan.
2

Copy your key from the dashboard

After signing in, go to your developer dashboard and copy your API key. It looks like ngm_live_XXXXXXXXXXXXXXXXXXXX.

Your API key on the developer dashboard

3

Expose it as an environment variable

Store your API key in an environment variable called NGNMARKET_API_KEY. For example, on macOS or Linux:
On Windows (PowerShell):
4

Paste this prompt into your agent

Run your agent in the repo you want scanned, then paste this in.

Paste this into your agent’s chat, in the repo you want scanned.

5

Review before it edits anything

The prompt is written to stop and show you its findings first. Expect a list like:
Approve what you want, skip the rest. Your agent should not touch anything you didn’t sign off on.
This scans for patterns, not exact matches. Review every suggestion before approving. The agent has no special access to your code beyond what it can already read; nothing is uploaded or shared with NGN Market.

Install the skill

Manual install paths per agent, if you’d rather skip the CLI

Guides

Full worked examples for the most common integrations