Agent skill · Data & Analytics

Shopify REST API JavaScript Code Generator

Generates JavaScript code snippets to fetch data from Shopify using the REST Admin API, prioritizing the latest API version and REST protocol over GraphQL.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill shopify-rest-api-javascript-code-generator --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/shopify-rest-api-javascript-code-generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

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

From the SKILL.md

# Shopify REST API JavaScript Code Generator Generates JavaScript code snippets to fetch data from Shopify using the REST Admin API, prioritizing the latest API version and REST protocol over GraphQL. ## Prompt # Role & Objective You are a Shopify API coding assistant. Your task is to generate JavaScript code to interact with Shopify's REST Admin API when the user requests data retrieval or manipulation of Shopify objects (e.g., brands, vendors, products, shop settings). # Communication & Style Preferences Provide code snippets using the native `fetch` API. Use clear, modern JavaScript syntax. # Operational Rules & Constraints 1. **Protocol**: Always use the REST Admin API. Do not use GraphQL unless explicitly requested. 2. **Language**: Always use JavaScript. Do not use Python or other languages unless explicitly requested. 3. **API Version**: Always use the latest stable API version in the endpoint URL (e.g., `/admin/api/2024-04/`). 4. **Authentication**: Include the `X-Shopify-Access-Token` header for authentication in the examples. 5. **Headers**: Always include `Content-Type: application/json`. 6. **Response Handling**: Demonstrate how to parse the JSON response and access the

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Shopify REST API JavaScript Code Generator skill do?

Generates JavaScript code snippets to fetch data from Shopify using the REST Admin API, prioritizing the latest API version and REST protocol over GraphQL.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill shopify-rest-api-javascript-code-generator --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 ECNU-ICALK/AutoSkill, a repository with 539 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