netsuite-suitecloud Plugin
Plugin Claude Code Development Enterprise Business PlatformsAI Agents & AI App DevelopmentClaude Code Customization & WorkflowThe explanation below is AI-generated. Please verify it against the sources.
SuiteCloud Agent Skills is a platform-agnostic collection of skills for coding assistants, published by Oracle inside the netsuite-suitecloud-sdk GitHub repository and built to be compatible with the agentskills.io specification. According to the README, it targets SuiteCloud and NetSuite development workflows, covering SuiteScript, SDF (SuiteCloud Development Framework) objects, UIF SPA components, security, documentation, and deployment. The collection includes ten named skills, such as netsuite-sdf-safe-guide, netsuite-suitescript-upgrade, netsuite-uif-spa-reference, and netsuite-ai-connector-instructions. Skills are managed through the separate 'skills' CLI (installed via 'npm i skills -g') and referenced directly in agent prompts. It is designed to work across multiple agent runtimes, including Codex, Claude Code, and Cline.
Overview
Per the README, this is not a hosted SaaS product but an open-source skill package distributed inside the netsuite-suitecloud-sdk repository under the UPL-1.0 license, intended for use with agentskills.io-compatible coding agents.
What you can do with netsuite-suitecloud
- Install all skills globally or per project with npm i skills -g followed by npx skills add oracle/netsuite-suitecloud-sdk
- Preview available skills without installing via npx skills add oracle/netsuite-suitecloud-sdk --list
- Install a single skill for a specific agent, e.g. npx skills add oracle/netsuite-suitecloud-sdk --skill netsuite-uif-spa-reference -a codex
- Use named skills such as netsuite-sdf-safe-guide (SDF best practices and Object XML generation), netsuite-suitescript-upgrade (SuiteScript 1.0 to 2.1 migration), netsuite-uif-spa-reference (UIF SPA component API lookup), and netsuite-ai-connector-instructions (guardrails for NetSuite AI Service Connector sessions)
- List, check for updates, update, or remove installed skills with npx skills ls, npx skills check, npx skills update, and npx skills remove
Sources
Original description (English)
NetSuite agent skills from Oracle — authoring guidance for SuiteCloud Development Framework (SDF) objects and UIF single-page-app components, plus runtime guidance for the NetSuite AI Service Connector.
History of netsuite-suitecloud
- Plugin Added netsuite-suitecloud