One-click install
npx skills add https://github.com/meiiie/neko-core --skill procurement-meiiie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: procurement
Source: https://github.com/meiiie/neko-core/tree/main/skills/procurement
Command: npx skills add https://github.com/meiiie/neko-core --skill procurement-meiiie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually searching for product prices across multiple Vietnamese retailers, comparing variants (new, used, installment), and compiling accurate price lists for purchasing decisions is time-consuming and prone to errors like misreading prices, missing variants, or mixing up product models.

Core Features & Use Cases

  • Live price extraction: Pulls real-time prices from Vietnamese electronics, consumer goods, and B2B retailers, tracking all variants (color, storage, condition) and seller reliability.
  • Deterministic price processing: Uses bundled scripts to parse prices, sort listings, and calculate min/max/median values to avoid LLM math or transcription errors.
  • Excel export: Generates clickable, filterable Excel files with product links for team review and approval workflows.
  • Use Case: A procurement officer needs to source 5 laptop models for their company, compare prices across 8 retailers, filter for official channels with VAT, and export a price list for manager sign-off.

Quick Start

Use the procurement skill to find the lowest official price for a Samsung Galaxy S26 Ultra 256GB across Vietnamese retailers and export the full comparison table to an Excel file with clickable seller links.

Frequently Asked Questions about procurement

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

FAQPage Schema
How do I automate price comparison across Vietnamese e-commerce retailers?

To automate price comparison across Vietnamese e-commerce retailers, you can use a procurement skill that pulls live prices, tracks product variants, and filters sellers. It parses prices deterministically via bundled scripts to avoid LLM transcription errors and exports the compiled data to Excel.

What is the best way to export a B2B product sourcing list to Excel with clickable links?

Exporting a B2B product sourcing list to Excel with clickable links is done by extracting real-time retail data and generating a filterable spreadsheet. This workflow includes seller reliability filtering and price sorting for direct team review and manager sign-off.

Can I track used product variants and installment pricing during retail price checks?

Yes, you can track used product variants and installment pricing during retail price checks. The extraction process enumerates all product conditions, colors, and storage options using schema-guided web extraction to ensure accurate variant tracking across dynamic sites.

Why does LLM price transcription fail on dynamic e-commerce sites and how is it fixed?

LLM price transcription fails on dynamic e-commerce sites due to misreading numbers and missing variants. This is fixed by enforcing deterministic price parsing and arithmetic through bundled scripts, which include adversarial extraction guardrails for reliable data retrieval.

Does this procurement workflow support filtering for official channels with VAT?

Yes, the procurement workflow supports filtering for official channels with VAT. It includes built-in seller filtering capabilities to identify official retailers, allowing procurement officers to source products compliant with business purchasing requirements.