Agent skill

NetSuite Automation

NetSuite Automation: manage customers, sales orders, invoices, inventory, and records via Oracle NetSuite ERP with SuiteQL queries

ComposioHQgithub.com/ComposioHQGitHub ↗
claude-codecodexcursor
Install
npx skills add ComposioHQ/awesome-claude-skills --skill netsuite-automation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: composio-skills/netsuite-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 71,763 · +585 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# NetSuite Automation Automate Oracle NetSuite ERP operations including creating customers and sales orders, running SuiteQL queries, upserting records by external ID, and inspecting record metadata for comprehensive business management. **Toolkit docs:** [composio.dev/toolkits/netsuite](https://composio.dev/toolkits/netsuite) --- ## Setup This skill requires the **Rube MCP server** connected at `https://rube.app/mcp`. Before executing any tools, ensure an active connection exists for the `netsuite` toolkit. If no connection is active, initiate one via `RUBE_MANAGE_CONNECTIONS`. --- ## Core Workflows ### 1. Create Sales Orders Create customer orders with line items including item references, quantities, and pricing. **Tool:** `NETSUITE_CREATE_SALES_ORDER` **Key Parameters:** - `entity` (required) -- Customer reference: `{"id": "<internal_id>"}` - `item` (required) -- Container with `items` array, each containing: - `item` (required) -- Item reference: `{"id": "<internal_id>"}` - `quantity` (required) -- Units to order (non-negative) - `rate` -- Unit price (optional if item has default pricing) - `amount` -- Total line amount (alternative to rate) - `taxcode` -- Tax code reference:

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. Create Sales Orders
  4. 2. Run SuiteQL Queries
  5. 3. Create and Manage Customers
  6. 4. Upsert Records by External ID
  7. 5. Inspect Record Metadata
  8. 6. List and Filter Records
  9. Recommended Execution Plan
  10. Known Pitfalls
  11. Quick Reference
More from awesome-claude-skills
All skills →
About this skill
What does the NetSuite Automation skill do?

NetSuite Automation: manage customers, sales orders, invoices, inventory, and records via Oracle NetSuite ERP with SuiteQL queries

How do I install it?

Run `npx skills add ComposioHQ/awesome-claude-skills --skill netsuite-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ComposioHQ/awesome-claude-skills, a repository with 71,763 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going