Filtmall Shopping Assistant
Official Filtmall (Filtalgo) commerce skill for product discovery, comparison, cart, checkout, order tracking, and after-sales in chat.
UtilitiesIntermediate★ 788⑂ 8AI score 8/10Last updated: Sep 17, 2026
What it does
- Detects real shopping intent when no marketplace is named and searches actual Filtmall (筛电 / Filtalgo) products.
- Handles follow-ups: candidate details, lookup by position number, product comparison, link research, and cheaper/similar alternatives.
- Covers the full transaction chain — cart CRUD, buy-now, address and coupons, checkout, payment links, payment status, order list/detail, logistics, cancellation, refunds, returns, after-sales progress, and support handoff.
- Provides read-only lookup of a single cosmetic ingredient's benefits, uses, and cautions.
- Puts medical safety first: on serious allergy statements it stops searching or transacting and only issues a safety interception.
- Enforces strict output discipline: real detail URLs per product, two-stage scoring/ranking, no invented brands, prices, or ratings.
Who it's for
- Shoppers who actually use the Filtmall (Filtalgo) marketplace.
- Users who want the whole journey from discovery to payment and delivery tracking inside one chat.
- Cosmetics buyers who check ingredients before purchasing.
Usage examples
- "Recommend a moisturizer for dry skin under 100" → returns vetted candidates with scores, overview, and real product links.
- "Compare the first and second items you just showed" → re-queries the exact SKUs from the last visible list and builds a comparison.
- "Add the second one to my cart and give me a payment link" → shows the target item and impact, waits for explicit confirmation, then runs the confirmed command.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/filtalgo/Filtmall-Shopping-Skill/HEAD/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the SKILL.m folder from the GitHub repo filtalgo/Filtmall-Shopping-Skill into my ~/.claude/skills/filtmall-shopping/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/filtalgo/Filtmall-Shopping-Skill.git ~/.claude/skills/filtmall-shopping⚠ This is a third-party skill. Check the source repository before installing.
- Confirm Node.js is available: run
node -v. - Create the skills folder:
mkdir -p ~/.claude/skills - Clone the repo:
git clone https://github.com/filtalgo/Filtmall-Shopping-Skill.git ~/.claude/skills/filtmall-shopping - Verify the folder contains
SKILL.md,references/, andscripts/filtalgo.js. - Restart Claude Code and try a prompt like "recommend a product for..." to confirm the skill loads.
- For account features (cart, orders, refunds), complete Filtmall login using the verification link and user code the skill hands you.
View source on GitHub ↗License: Apache-2.0