← 返回 Skills 市场
najmuzzaman-mohammad

Nex.ai

作者 Najmuzzaman Mohammad · GitHub ↗ · v1.0.7 · MIT-0
cross-platform ✓ 安全检测通过
763
总下载
2
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install nex
功能描述
Share real-time organizational context with your AI agent — query your context graph, manage records, and receive live insights
安全使用建议
This skill appears coherent and limited to calling Nex's developer API. Before installing: (1) create and use a least-privilege Nex API key (grant only the scopes you need; prefer read-only for queries), (2) keep the key in your OpenClaw skill config (do not paste into chat), (3) review and trust the Nex service at https://app.nex.ai before sharing org data, and (4) be aware the agent may call Nex autonomously—limit scopes or disable autonomous invocation if you want manual control. If you need higher assurance, inspect the included scripts yourself and consider rotating the key after testing.
功能分析
Type: OpenClaw Skill Name: nex Version: 1.0.7 The Nex skill bundle is a legitimate integration for a CRM context graph service. The wrapper script (scripts/nex-api.sh) demonstrates good security practices by hardcoding the API base URL (app.nex.ai), validating paths against traversal attacks, and using stdin for JSON payloads to prevent shell injection. The instructions in SKILL.md are strictly functional, providing the AI agent with clear, safe patterns for API interaction without any evidence of malicious prompt injection or unauthorized data access.
能力评估
Purpose & Capability
Name/description match the actual behavior: the skill is an API client for Nex and only requires NEX_API_KEY plus standard CLI tools (curl, jq, bash). These requirements are proportionate to querying and managing records via Nex.
Instruction Scope
SKILL.md confines runtime actions to using the included wrapper script and Nex endpoints. It documents safe patterns (reading API key from env, piping JSON via stdin, validating JSON, restricting API paths) and does not instruct reading unrelated files or other environment variables.
Install Mechanism
No install spec or external downloads; the skill is instruction-only and ships a small wrapper script. Nothing is fetched from arbitrary URLs or written outside the skill workspace.
Credentials
Only the primary credential NEX_API_KEY is required. The script uses that key only in Authorization headers to the hardcoded Nex base URL. No unrelated credentials or system config paths are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges or modify other skills. It can be invoked autonomously (default), which is expected for an API integration; users should be mindful of agent autonomy when granting access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nex
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nex 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.7
nex 1.0.7 - Major simplification: Removed OpenClaw onboarding, file scanning, and entity search scripts and documentation. - Now requires you to manually provide your API key from https://app.nex.ai/settings/developer. - Setup is streamlined to enable skill by editing `~/.openclaw/openclaw.json` only. - Only the core API wrapper script (`scripts/nex-api.sh`) is included. - Documentation focuses on API usage through the wrapper, available endpoints, security, and best practices for making and handling API calls.
v1.0.6
- Added full OpenClaw onboarding: guided user registration workflow and secure API key persistence. - Introduced file scanning via manifest-based change detection (`nex-scan-files.sh`), with smart ingest and file type/size filters. - Expanded metadata and scripts: now requires `nex-openclaw-register.sh` and `nex-scan-files.sh` for setup and project context sync. - Clarified security requirements for API/key handling, eliminated autofill/inference of registration data, and mandated safe command construction. - Added file scan/ingest ignore rules, manifest storage, and instructions for large project support. - Documented a new entity search response format for structured extraction of people, companies, and mentions.
v1.0.5
nex 1.0.5 - Updated skill description and documentation to clarify focus on sharing real-time organizational context and live insights with AI agents. - Refined wording throughout SKILL.md for clarity and conciseness. - No functional or code changes; documentation only.
v1.0.4
Version 1.0.4 - Updated documentation to stress the use of printf and jq for safe API call construction. - Expanded security guidelines: clarified to never interpolate user input into shell commands; always use `printf '%s'` or construct JSON with jq before piping to nex-api.sh. - Updated POST example commands to use `printf '%s'` instead of echo. - Added extra warnings and guidance to ensure safe and robust execution. - No code changes; documentation improvements only.
v1.0.3
- Updated instructions for handling large API responses: recommend piping output through jq instead of using a wrapper jq argument. - Clarified API call examples to use jq filters in the shell pipeline, not as script arguments. - Adjusted error-handling guidance for large/truncated responses to recommend narrowing the page size or time window. - No source code changes; documentation only.
v1.0.2
- Updated skill metadata to explicitly declare required environment variable, homepage, and necessary files. - Revised instructions for handling large API responses, emphasizing efficient use of jq filters and updated rules for processing output. - Clarified guidance on validating API output and presenting insights to users. - Minor formatting and organizational improvements to documentation.
v1.0.1
nex 1.0.1 - Added a validated Bash API wrapper script (`scripts/nex-api.sh`) for all Nex API interactions. - Tightened security: all calls go through the wrapper, validating URLs and passing JSON bodies via stdin to prevent shell injection. - Updated documentation to require use of the wrapper script instead of direct curl commands. - Expanded supported capabilities in docs: now supports managing tasks, notes, custom schemas, and relationships. - Added detailed handling instructions for large responses and JSON output validation. - Updated API scope and endpoints tables to reflect new and extended CRM features.
v1.0.0
Initial release of Nex CRM integration for OpenClaw agents. - Provides full API access to manage CRM records, lists, and object schemas. - Supports creating, updating, upserting, and retrieving records. - Includes list management: adding and managing list members. - Enables querying object schemas and context graphs. - Offers real-time insights streaming. - Setup requires a Nex API key and environment variable configuration. - Comprehensive API usage examples and critical timeout guidance included.
元数据
Slug nex
版本 1.0.7
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 8
常见问题

Nex.ai 是什么?

Share real-time organizational context with your AI agent — query your context graph, manage records, and receive live insights. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 763 次。

如何安装 Nex.ai?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nex」即可一键安装,无需额外配置。

Nex.ai 是免费的吗?

是的,Nex.ai 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nex.ai 支持哪些平台?

Nex.ai 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Nex.ai?

由 Najmuzzaman Mohammad(@najmuzzaman-mohammad)开发并维护,当前版本 v1.0.7。

💬 留言讨论