Use TVCMALL data with your AI assistant, securely.

Set up the TVCMALL Customer Data Skill once, then ask your preferred AI coding assistant for product, shipping, order and account information in natural language.

Install and Activate Your AI Assistant

Choose one compatible assistant. Install the assistant using its official installation guide, then use the matching method below to add and verify the TVCMALL Customer Data Skill.

Get the Official TVCMALL Customer Data Skill

Download the skill folder as-is and review the latest installation, verification and security guidance.

Open GitHub Repository
01

Codex CLI

Project Level

Start Codex from the cloned repository root to discover the project skill.

cd skills codex
User Level

Copy the skill folder to the user-level Cursor skills directory.

$HOME/.agents/skills/ query-tvcmall-customer-data/

Then invoke:$query-tvcmall-customer-data , or ask a matching TVCMALL question.

02

Claude Code

Project Level

Copy the skill folder into your current project.

.claude/skills/ query-tvcmall-customer-data/
User Level

Copy the skill folder to your user-wide Claude Code skills directory.

$HOME/.claude/skills/ query-tvcmall-customer-data/

Then invoke:/query-tvcmall-customer-data .

03

Gemini CLI

Project Level

Install the skill into the current workspace.

gemini skills install https://github.com/tvcmall-dev/skills.git --path .agents/skills/query-tvcmall-customer-data --scope workspace --consent
User Level

Copy the skill folder to the user-level Gemini CLI skills directory.

$HOME/.gemini/skills/ query-tvcmall-customer-data/

Verify:gemini skills list --all or /skills list.

04

GitHub Copilot CLI

Project Level

Keep the folder in the repository, copy it to .github/skills/, or add it from the clone.

copilot skill add .agents/skills/query-tvcmall-customer-data
User Level

Copy the skill folder to the user-level Copilot skills directory.

$HOME/.copilot/skills/ query-tvcmall-customer-data/

Verify:/skills reload , then /skills info query-tvcmall-customer-data.

05

Cursor CLI

Project Level

Keep the folder in the repository or copy it into the current project.

.cursor/skills/ query-tvcmall-customer-data/
User Level

Copy the skill folder to the user-level Cursor skills directory.

$HOME/.cursor/skills/ query-tvcmall-customer-data/

Then invoke:/query-tvcmall-customer-data or @query-tvcmall-customer-data.

06

Qwen Code

Project Level

Copy the skill folder to the current project.

.qwen/skills/ query-tvcmall-customer-data/
User Level

Copy the skill folder to the user-level Qwen Code skills directory.

$HOME/.qwen/skills/ query-tvcmall-customer-data/

Verify:run /skills before asking a TVCMALL data question.

After adding the skill, continue with the TVCMALL connection steps below. You only need one of the assistants above.

Connect TVCMALL in Four Steps

Once your assistant is installed and the skill is active, connect it with your personal TVCMALL API Key.

Before You Begin

You need Python 3.11 or later and a personal TVCMALL API Key. Your API Key is personal - do not share it in chat, screenshots or source code.

01

Open Your Assistant

Start a new session in the assistant you selected above. Invoke $query-tvcmall-customer-data when supported, or ask a matching TVCMALL question.

query-tvcmall-customer-data
02

Apply for an API Key

Sign in to TVCMALL and apply for your personal key in Account Settings.

tvcmall.com/user/agentkeys
03

Configure Securely

Ask your assistant to configure TVCMALL. After you confirm plaintext storage, enter the full key only in the hidden prompt of the local system terminal.

04

Restart and Ask

Restart your assistant or open a new session. It can then verify the connection with tvcmall_auth_status and answer data requests.

Available Information

All skill actions are read-only. It helps you find and understand your TVCMALL data; it cannot place orders, make payments or change account details.

Products

Search products, filters, details and product images. Returned image paths are displayed as usable links.

Shipping

Estimate shipping cost before placing an order.

Orders

List orders and review item, total and delivery details.

Tracking

Get the shipment status and tracking history.

Points & Balance

Check remaining points, balance and balance records.

Protected Access

Your personal key authorizes secure, read-only access.

Ask in Plain Language

After setup, describe what you need. Your assistant selects the appropriate secure TVCMALL query for you.

  • Search SKU 6602010144A and show the product details and images.
  • Find black cases for iPhone 17 Pro.
  • Estimate shipping for 2 units of this product to the United States.
  • Show the tracking status for my recently shipped orders.
  • List my 10 most recent orders.
  • How many products were added today?
  • Show my remaining points.
  • Show my current balance and recent balance expenses.
Your data stays protected

Never paste your API Key into a conversation. The skill does not place orders, make payments, cancel orders, change addresses, redeem points, create exports or expose information the platform has masked.