# Broker Fuse

> Price Shield — sets the unbreachable floor price below which the AI will never adjust. The hard-stop risk control for AI-assisted pricing. Use when user wants to set a minimum price, price floor, or risk boundary. Trigger: "set minimum price", "price floor", "底价", "最低价", "I won't sell below", "fuse", "/broker-fuse".

- **Type:** Skill
- **Install:** `agentstack add skill-madguyevans-creator-resale-agent-skill-hub-broker-fuse`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [madguyevans-creator](https://agentstack.voostack.com/s/madguyevans-creator)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [madguyevans-creator](https://github.com/madguyevans-creator)
- **Source:** https://github.com/madguyevans-creator/resale-agent-skill-hub/tree/main/skills/broker-fuse

## Install

```sh
agentstack add skill-madguyevans-creator-resale-agent-skill-hub-broker-fuse
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# broker-fuse: Price Shield (Global Interceptor)

The hard-stop safety mechanism that gives users confidence to delegate pricing authority to the AI.

**This is a GLOBAL INTERCEPTOR, NOT a sequential step.** Every publish action (`broker-card`) and every auto-repricing action (`broker-schedule`) MUST validate against the floor. It is the gate that all price-mutating operations pass through.

## Core Principle

The user delegates daily price adjustments to the AI, but retains ultimate control via an unbreachable floor. The AI operates within a safe zone; the fuse is absolute.

Every price change — whether initial publish or later auto-repricing — flows through the shield check. If suggested_price  --set 200        # Set floor at ¥200
python3 scripts/fuse.py --item-id  --auto balanced   # Auto-calculate
python3 scripts/fuse.py --item-id  --check 150       # Check if ¥150 breaches
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [madguyevans-creator](https://github.com/madguyevans-creator)
- **Source:** [madguyevans-creator/resale-agent-skill-hub](https://github.com/madguyevans-creator/resale-agent-skill-hub)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-madguyevans-creator-resale-agent-skill-hub-broker-fuse
- Seller: https://agentstack.voostack.com/s/madguyevans-creator
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
