What problem does it solve?
This Skill bootstraps and validates NetSuite Token-Based Authentication credentials and an Orderful API key for a specific customer, so you can reliably run later onboarding and troubleshooting actions.
Core Features & Use Cases
- Creates per-customer credential files: Scaffolds
~/orderful-onboarding/<customer-slug>/.env from the repo template for sandbox (and production placeholders).
- Guides required NetSuite setup: Walks the user to enable SuiteCloud features, create the NetSuite Integration record, and generate an Access Token with the correct permissions (including common gotchas).
- Runs credential validation checks: Verifies NetSuite access (SuiteQL), the Orderful SuiteApp agent-write RESTlet reachability, and the Orderful API key by making authenticated requests.
- Troubleshoots common failures: Provides targeted next steps for signature/realm mismatches, token-role permission issues, RESTlet deployment/version problems, and Orderful API key errors.
Quick Start
Ask the AI to run /netsuite-setup to create your customer’s credential .env, then confirm when validation passes.