manage-store

Query and manipulate Subbly store data via the Subbly Private API.

Updated Jul 15, 2025
One-click install
npx skills add https://github.com/subbly/builder-starter-template --skill manage-store
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-store
Source: https://github.com/subbly/builder-starter-template/tree/main/skills/manage-store
Command: npx skills add https://github.com/subbly/builder-starter-template --skill manage-store

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a programmatic interface to query and manipulate Subbly store data, streamlining operations related to products, bundles, and other store entities.

Core Features & Use Cases

  • Data Management: Fetch, create, update, publish, unpublish, and archive products, bundles, tags, surveys, and metafields.
  • API Interaction: Leverages the Subbly Private API for robust data operations.
  • Use Case: Automatically update product inventory levels across multiple variants or create new product bundles based on sales data.

Quick Start

Use the manage-store skill to list all products in your store.

Frequently Asked Questions about manage-store

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Subbly store data using the Private API?

You can manage Subbly store data by using a typed client that queries and manipulates products, bundles, tags, surveys, and metafields via the Subbly Private API. It enables deterministic task execution through pre-built or custom scripts.

What store management operations are supported for Subbly products and bundles?

Supported store management operations include fetching, creating, updating, publishing, unpublishing, and archiving products and bundles. You can also manipulate tags, surveys, and metafields to streamline store data operations.

Can I automate product inventory updates and bundle creation in Subbly?

Yes, you can automate Subbly product inventory updates across multiple variants or create new product bundles based on sales data by executing pre-built or custom scripts that interact with the Subbly Private API.

Does the Subbly API client require specific dependencies for store data manipulation?

Store data manipulation requires integrating with the `@subbly/private-api-client` for seamless API interaction. This typed client provides the programmatic interface needed to query and manipulate store entities like products and bundles.

What is the best way to execute deterministic tasks for Subbly store management?

The best way to execute deterministic tasks for Subbly store management is by running pre-built or custom scripts through a typed API client. This approach ensures reliable data operations on products, bundles, and metafields.

Why use a typed client for Subbly store management instead of direct API calls?

Using a typed client for Subbly store management provides a programmatic interface that ensures deterministic task execution and seamless API interaction. It streamlines operations on products, bundles, tags, surveys, and metafields compared to direct calls.