Shopvidi us skill
GenPark skill: Automate ShopVidi US wholesale tasks, product scraping, and bulk orders.
npx -y skills add alphaparkinc/shopvidi-us-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Automate ShopVidi US wholesale tasks via Rube MCP (Composio), including product scraping, bulk orders, and inventory tracking for Art Toys and Lifestyle Goods.
SKILL.md
3.0 KB, 679 tokens by cl100k_base, as published. Nobody here has run it
ShopVidi US Automation Skill
Overview
The shopvidi-us-automation skill equips GenPark AI agents with the ability to interact with the ShopVidi US wholesale marketplace. This skill is optimized for B2B e-commerce automation, focusing on discovering trendy Art Toys, tracking blind box inventory, and managing bulk purchasing workflows.
Capabilities
1. Product Discovery & Scraping
Agents can automatically scan and scrape product data across ShopVidi's main categories:
- Blind Boxes: Characters (Video & Game, Anime, Original & Artist Collaboration), Animal Series, Action Figures (BJD, MJD), Stationary, Trading Cards.
- Toys & Games: Plush & Soft Goods, Building Blocks.
- Lifestyle Goodies: Beauty (Wigs), Pet Furniture & Toys, Electronics, and Bags.
- Trendy IPs: Sanrio, Fuggler, Naruto, My Little Pony, The Powerpuff Girls, Frieren.
2. Campaign & Promotion Tracking
Agents can monitor ShopVidi for time-sensitive promotions and campaigns to secure the best wholesale margins:
- Track "Featured Campaigns" (e.g., Movie Release Celebrations, FIFA World Cup Mascots).
- Monitor "Get Free Display" offers (Buy 5/12 Sets Get 1 Free Display).
- Apply volume discounts automatically (e.g., Buy 10+ Sets for 15% OFF, Buy 30+ Sets for 20% OFF).
3. Inventory Routing & Logistics
To minimize shipping delays, agents can filter and prioritize stock based on warehouse availability:
- Ready from US Warehouse: For immediate shipping.
- China Warehouse: For scheduled pre-orders or delayed shipments.
4. Bulk Order Automation
Automate the process of building mixed carts ("Mix & Match Any Styles Across Selected Categories to Unlock Bulk Discounts") and checking out.
Action Patterns
When executing this skill, agents should follow these patterns:
// 1. Monitor Trending IPs
const trendingToys = await composio.shopvidi.getBestSellers({
category: "Weekly Best Sellers",
warehouse: "US Warehouse"
});
// 2. Add to Cart with Volume Discount
await composio.shopvidi.addBulkToCart({
items: [
{ sku: "SANRIO-82341", quantity: 20 },
{ sku: "FUGGLER-PLUSH-01", quantity: 15 }
],
applyPromoCode: "RUSH20" // 30+ items discount
});
Setup & Configuration
This skill requires active authentication with ShopVidi US.
- Ensure the user has a registered ShopVidi B2B wholesale account.
- Authenticate the agent via the Composio MCP integration for
shopvidi-us. - Provide appropriate shipping/billing defaults for the US or China warehouse workflows.
Ethical Guidelines & Best Practices
- Rate Limiting: Do not overload the ShopVidi product search endpoints; implement polite delays between automated category scraping.
- Order Verification: Always present a final summary of the cart (including items, volume discounts, and shipping origins) to the user before confirming payment.
What ships with it: 1 file
1 B alongside SKILL.md
scripts/
- .gitkeep1 B