External access

Use NexScope Skills in your own AI agent

Download a Skill ZIP from the Skills Marketplace, create an API key, and configure your external agent with the NexScope proxy base URL.

Environment variables

Use these placeholders in your own agent runtime.

NEXSCOPE_PROXY_BASE=https://api.nexscope.ai/
NEXSCOPE_API_KEY=<your_api_key>

What you get

A ZIP package containing the Skill files needed by a compatible external AI agent.

What you need

A NexScope API key and the matching NEXSCOPE_PROXY_BASE value for this environment.

Credits and usage

External agent calls may consume account credits. Calls fail when your credits run out.

Step 1: Create or copy an API key

Sign in, open Integrations > API Keys, then create a key for your external agent. The full key is shown once after creation.

Open API Keys

Step 2: Download a Skill ZIP

Open Skills Marketplace, choose a Skill, and use Download ZIP when the package is available. Skill detail also shows version, package size, and MD5 when provided.

Browse Skills Marketplace

Step 3: Unzip the package

Unzip the package and place the top-level Skill folder into the directory supported by your external agent.

unzip <skill-package>.zip
mv <skill-folder> <your-agent-skills-directory>/

Step 4: Configure environment variables

Configure the proxy base URL and your own API key before starting the external agent.

NEXSCOPE_PROXY_BASE=https://api.nexscope.ai/
NEXSCOPE_API_KEY=<your_api_key>

Step 5: Run a minimal setup

Start your external agent after the Skill folder and environment variables are in place.

export NEXSCOPE_PROXY_BASE=https://api.nexscope.ai/
export NEXSCOPE_API_KEY=<your_api_key>
# Start your external agent after the Skill folder is in its supported Skills directory.

Troubleshooting

The API key is expired, disabled, deleted, or copied incorrectly.

The base URL does not match your deployment environment.

NEXSCOPE_PROXY_BASE or NEXSCOPE_API_KEY is missing in the agent runtime.

The Skill package is old. Return to Skill detail and download the latest ZIP.

Your account has no available credits for external calls.

The external agent does not support the folder where the Skill was placed.

This page uses placeholders only. Never paste real API keys, tokens, internal repository paths, or private object-storage keys into shared setup notes.