Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计提醒

nicheniche 搜索

Agent Skill

niche 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

37,087

周安装

1,530

GitHub Stars

公开资料未说明

下载量

12,118
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:niche(niche 搜索)
来源仓库:https://github.com/clementsutjiatma/niche
安装命令:
openclaw skills install niche
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install niche

简介

拥有部分 USDC 存款的交易卡市场。浏览卡、存入部分金额并通过安全的链上托管完成购买。

SKILL.md

name
niche
description
Trading card marketplace with partial USDC deposits. Browse cards, deposit partial amounts, and complete purchases with secure on-chain escrow.
metadata

Niche v1 — Trading Card Marketplace with Partial Deposits

A peer-to-peer trading card marketplace where users list, discover, and transact cards with partial USDC deposits on Base Sepolia. Meet in person to inspect cards before completing payment.

Architecture

Hosted backend on Supabase Edge Functions. The CLI is a thin HTTP client — all heavy logic (auth, signing, escrow, on-chain transactions) runs server-side.

CLI (thin client)          →  Edge Functions (Supabase)
  fetch() + open()              niche-api   (REST API)
  ~/.niche/auth.json            niche-ui    (hosted HTML pages)
  @supabase/supabase-js         niche-sign  (passkey signing)
  open (browser launcher)       niche-escrow (on-chain ops)

Hosted UI: https://niche-ddq89ltdk-clement-sutjiatmas-projects.vercel.app

Anyone with the link can browse cards — no install needed.

Why Partial Deposits + In-Person Inspection

  • Partial deposits — Hold a card with just $10-50 deposit, not full price
  • Meet & inspect — See the card condition in person before final payment
  • Atomic payment — Buyer confirms + pays remaining amount in single action
  • USDC escrow — All funds secured on-chain, released when both confirm
  • Buyer cancellation — Get full refund before seller confirms meetup
  • Passkey signing — Touch ID / Face ID to authorize transactions
  • Gas sponsored — No ETH needed for transactions
  • Shareable links — Send card URLs to anyone, no app needed

Trading Card Flow

1. Seller lists "Charizard Base Set" for $50 with $10 min deposit
2. Buyer deposits $10 USDC → card is held for buyer
3. Buyer can cancel anytime before seller confirms → full $10 refund
4. Both parties meet in person to inspect card
5. Seller confirms they showed up
6. Buyer confirms AND pays $40 remaining (atomic action)
7. Backend releases total $50 to seller

Commands

Browse (no account needed)

niche search --category "Pokemon" --max-price 100
niche browse                              # Open listings in browser
niche browse --category "Magic"           # Filtered browser view
niche view <id>                           # Open card detail in browser
niche show <id>                           # View card detail in terminal

Authentication

niche login       # Opens browser → email OTP → passkey → wallet created
niche logout      # Clear local session
niche whoami      # Show identity + wallet + USDC balance

Login happens entirely in the hosted UI. The browser handles:

  1. Email → OTP verification (Privy)
  2. Passkey registration (Touch ID / Face ID)
  3. Embedded wallet creation (server-side)

Listings

niche post --item-name "Charizard Base Set" --price 50 --min-deposit 10 --category "Pokemon"
niche list                    # Your listings
niche cancel <id>             # Cancel listing

Watches

niche watch --category "Pokemon,Magic" --max-price 100
niche watches                 # List active watches
niche unwatch <id>            # Remove watch
niche check-matches           # Check for new matches (cron)

Deposits & Payments

niche interest <id>           # Opens deposit page in browser (passkey signing)
niche confirm <id>            # Confirm meetup + pay remaining (buyer) OR confirm meetup (seller)
niche cancel <id>             # Cancel deposit and get refund (buyer only, before seller confirms)
niche dispute <id>            # File dispute, hold funds
niche escrow [id]             # View payment status
niche balance                 # Check wallet USDC + ETH balance
niche fund [amount]           # Open Circle faucet for testnet USDC

Testing

niche post --item-name "Pikachu" --price 25 --min-deposit 5 --simulate seller1
niche interest abc123 --simulate buyer1
niche confirm abc123 --simulate buyer1
niche confirm abc123 --simulate seller1

Authentication Requirements

ActionWithout LoginWith Login
Search / browse✅ Works✅ Works
Post listings✅ With simulate✅ Works
Place deposit❌ REQUIRES LOGIN✅ Real USDC deposit
Confirm + pay❌ REQUIRES LOGIN✅ Completes purchase
Cancel deposit❌ REQUIRES LOGIN✅ Get refund
Dispute❌ REQUIRES LOGIN✅ Holds funds
Fund wallet❌ REQUIRES LOGIN✅ Faucet

User Journey

1. BROWSE — niche search / niche browse (no account)
2. VIEW   — niche view <id> (opens hosted page)
3. LOGIN  — niche login (browser: email → OTP → passkey → wallet)
4. FUND   — niche fund 50 (Circle faucet → testnet USDC)
5. DEPOSIT — niche interest <id> (browser: passkey signs $10 deposit)
6. MEET   — Schedule in-person inspection
7. SELLER CONFIRMS — niche confirm <id> (seller acknowledges meetup)
8. BUYER CONFIRMS + PAYS — niche confirm <id> (buyer: passkey signs $40 remaining)
9. RELEASED — Backend releases total $50 to seller

Example Agent Interactions

First-Time User

User: "Find me a Charizard card under $100"

Agent runs: niche search --category "Pokemon" --item-name "Charizard" --max-price 100

Agent: "Found 2 Charizard cards! Here are the results:
  1. [a1b2c3d4] Charizard Base Set 1st Edition - $50 (min deposit: $10)
  2. [e5f6g7h8] Charizard EX Full Art - $85 (min deposit: $20)

Want to see any in your browser? Or interested in one?"

User: "I'm interested in #1"

Agent runs: niche whoami

Agent: "You'll need to login first. Opening the login page..."

Agent runs: niche login

Agent: "Complete the email verification and passkey setup in your browser.
        Once done, run `niche whoami` to verify."

Deposit Flow

User: "Place deposit on listing a1b2c3d4"

Agent runs: niche interest a1b2c3d4

Agent: "Opening the deposit page in your browser.
        Sign with your passkey (Touch ID) to deposit $10 USDC.
        You'll pay the remaining $40 when you meet and confirm."

Buyer Confirmation + Payment

User: "I met the seller and the card is perfect. Complete the purchase."

Agent runs: niche confirm a1b2c3d4

Agent: "Opening the confirmation page in your browser.
        Sign with your passkey to:
        1. Confirm you inspected the card
        2. Pay the remaining $40 USDC

        The seller will receive the total $50 once both confirm."

Cancellation

User: "I need to cancel my deposit on listing a1b2c3d4"

Agent runs: niche cancel a1b2c3d4

Agent: "Cancelling your deposit. You'll get your full $10 USDC back.
        (Note: You can only cancel before the seller confirms meetup)"

Tips for Agents

  1. Auto-login for deposits — Before niche interest, check niche whoami. If not logged in, run niche login.
  2. Always check setup — Run niche whoami to see if user is configured.
  3. Offer to watch — If search returns no results, offer niche watch.
  4. Show listing IDs — Users need IDs for interest/confirm/view.
  5. Explain partial deposits — Users deposit minimum amount, pay rest at meetup.
  6. Prompt before confirming — Confirming as buyer = paying remaining amount (real funds).
  7. Prompt before interest — Deposits real USDC to escrow.
  8. --simulate is for demos only — Only use when user explicitly asks to test.
  9. Browser commandsniche login, niche interest, niche confirm (buyer), niche fund, niche browse, niche view all open the browser.
  10. Terminal commandsniche search, niche show, niche whoami, niche balance, niche confirm (seller) stay in terminal.
  11. Cancellation window — Buyers can cancel anytime before seller confirms meetup.

Sample Trading Cards (15 Available)

Pokemon (5 cards):

  • Charizard Base Set 1st Edition - $50 (min: $10)
  • Blastoise Base Set - $30 (min: $8)
  • Pikachu Illustrator - $150 (min: $50)
  • Mewtwo EX Full Art - $25 (min: $5)
  • Rayquaza VMAX Rainbow - $40 (min: $10)

Magic: The Gathering (4 cards):

  • Black Lotus Alpha - $200 (min: $75)
  • Mox Sapphire - $100 (min: $30)
  • Tarmogoyf Future Sight - $35 (min: $10)
  • Liliana of the Veil - $45 (min: $12)

Sports (4 cards):

  • Michael Jordan 1986 Fleer Rookie - $120 (min: $40)
  • Tom Brady 2000 Playoff Contenders Auto - $80 (min: $25)
  • Mike Trout 2009 Bowman Chrome Auto - $60 (min: $20)
  • LeBron James 2003 Topps Chrome Rookie - $55 (min: $15)

Yu-Gi-Oh (2 cards):

  • Blue-Eyes White Dragon 1st Edition - $28 (min: $8)
  • Dark Magician Girl MFC 1st - $22 (min: $6)

Testnet & On-Chain

All transactions use real on-chain USDC on Base Sepolia testnet. No real funds at risk.

  • USDC (Base Sepolia): 0x036CbD53842c5426634e7929541eC2318f3dCF7e
  • Gas is sponsored — users don't need ETH
  • Get testnet USDC: https://faucet.circle.com (select Base Sepolia)

Error Handling

ErrorAgent Response
Not logged inRun niche login to open browser auth.
No walletLogin creates a wallet automatically.
Insufficient USDCRun niche fund to get testnet USDC from Circle faucet.
Listing not foundCheck ID, or run niche search again.
Already confirmedWaiting for other party.
Cannot cancelSeller already confirmed. Buyer can only cancel before seller confirms.
On-chain tx failedTry again; escrow Edge Function handles retries.

Data Storage

  • Supabase Postgres — Users, listings, watches, escrows (with partial deposit tracking)
  • Supabase Vault — Privy secrets, escrow private key
  • Edge Functions — All server-side logic (Deno runtime)
  • Local~/.niche/auth.json (auth token + wallet), ~/.niche/config.json (legacy)

Key Differences from v0 (Housing)

  • Partial deposits — Deposit only minimum amount, not full price
  • Atomic confirmation + payment — Buyer confirms and pays remaining in single action
  • Buyer cancellation — Full refund before seller confirms
  • In-person inspection — Meet to verify card condition before completing purchase
  • Trading cards — Pokemon, Magic, Sports, Yu-Gi-Oh instead of housing
  • Categories — Card categories instead of neighborhoods
  • Simplified UI — Less "escrow" jargon, clearer payment flow

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.29%
按下载量换算9,730

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills