flip-pipeline-operator

flip-pipeline-operator is a skill for Claude Code, Codex from Stijnman/grok-custom-skills. It costs 70 tokens per session (289 once invoked), scanned A, original, MIT.

A resale analysis workflow for second-hand listings in Belgium, the Netherlands, and the United States. It compares marketplace prices with fees and shipping costs to estimate a deal's margin.

In plain words
What is it for?
Use it to find potentially underpriced items, score their return on investment, compare listings across 2dehands, Marktplaats, Vinted, and eBay, and save results as CSV.
Why use it?
It replaces rough price comparisons with calculations that account for marketplace charges, delivery, seller type, and whether comparison prices are only proxies.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to find potentially underpriced items, score their return on investment, compare listings across 2dehands, Marktplaats, Vinted, and eBay, and save results as CSV.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/stijnman/grok-custom-skills/flip-pipeline-operator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Stijnman/grok-custom-skills --skill flip-pipeline-operator
Clone the repo
git clone --depth 1 https://github.com/Stijnman/grok-custom-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for flip-pipeline-operator

README.md
[![agentmods](https://agentmods.dev/badge/skills/stijnman/grok-custom-skills/flip-pipeline-operator/github.svg)](https://agentmods.dev/skills/stijnman/grok-custom-skills/flip-pipeline-operator)
Your own site
<a href="https://agentmods.dev/skills/stijnman/grok-custom-skills/flip-pipeline-operator"><img src="https://agentmods.dev/badge/skills/stijnman/grok-custom-skills/flip-pipeline-operator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for flip-pipeline-operator

Your own site · 80×15
<a href="https://agentmods.dev/skills/stijnman/grok-custom-skills/flip-pipeline-operator"><img src="https://agentmods.dev/badge/skills/stijnman/grok-custom-skills/flip-pipeline-operator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 289 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00070 $0.00289
Opus 5 $0.00035 $0.00144
Sonnet 5 $0.00014 $0.00058
Haiku 4.5 $0.00007 $0.00029

Measured 2d ago against content hash bbbc51cd6ba5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

flip-pipeline-operator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.grok/skills/flip-pipeline-operator/SKILL.md · 20 lines

What it actually says

Flip Pipeline Operator

Version: 1.1.0 (2026-09-09)

When to use

User wants underpriced second-hand deals in BE/NL/US scored after fees and shipping.

Do this

  1. Confirm query, budget, region (be default), min ROI, private vs business eBay seller.
  2. Source first from Adevinta JSON — GET https://www.2dehands.be/lrp/api/search — not HTML scrape.
  3. Score with scorer.py using 2026 tables (US 13.6%+$0.40, EEA private 0%, EEA business ~11%+1.9%+€0.35, bpost pickup €5.40/0-2kg).
  4. Label comps as proxy unless Marketplace Insights / Terapeak sold data is present. Finding API died 2025-02-04.
  5. Never scrape Facebook Marketplace or OfferUp.
  6. Persist CSV + push Stijnman/flip-pipeline.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 20 lines · 70 tokens per session scan A bbbc51cd6ba5

Subscribe to this mod's changes

flip-pipeline-operator is a skill published in the GitHub repository Stijnman/grok-custom-skills (9 stars, last pushed yesterday), licensed MIT. It adds 70 tokens to every session and 289 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-10.

Related

Other skills, from other repositories

billing-automation

Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recurring payment systems.

Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI · 40 tokens

returns-reverse-logistics

Codified expertise for returns authorization, receipt and inspection, disposition decisions, refund processing, fraud detection, and warranty claims management. Informed by returns operations managers with 15+ years experience. Includes grading frameworks, disposition economics, fraud pattern recognition, and vendor…

khanhhuyenngo985-sys/character-scene-design-skills · 80 tokens

stripe

Stripe API integration with managed OAuth. Manage customers, subscriptions, invoices, products, prices, and payments. Use this skill when users want to process payments, manage billing, or handle subscriptions with Stripe. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).…

CraftOS-dev/CraftBot · 79 tokens

ai-slop

Operational rubric that turns "don't make AI slop" into observable properties, severity levels, evidence requirements, and repair actions for interface design. Use as the reference rubric when building or reviewing marketing sites, product interfaces, dashboards, portfolios, or e-commerce pages, especially alongside…

waybarrios/opencode-power-pack · 61 tokens

payment-processor

Skill "payment-processor" from Signal-Execution-Labs/forex-trading-ai-agent, covering payment processor skill, supported services, capabilities, view balances and get all balances.

Signal-Execution-Labs/forex-trading-ai-agent · 0 tokens

marketplace-purchase-vetting

Use this when the user asks whether a local listing is a scam, "too good to be true," worth looking at, or a good deal. Also use this when he asks you to find options — search/discover candidates, then vet the best ones. The goal is not a generic buying guide; it is a practical risk read with clear next steps.

AtlasOmnia/donna-starter · 72 tokens