Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

fabric-marketplace面料市场

Agent Skill

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

总安装

10,128

周安装

422

GitHub Stars

公开资料未说明

下载量

3,376
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install fabric-marketplace

简介

用于指导在 Fabric 市场上进行交易。

  • 适合搜索策略、报价谈判和信任规则管理。
  • 提供创意交易组成和生命周期指导。fabric-marketplace 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 使用时需确认用户具备相应账户权限。
  • 安装前建议检查维护状态和是否会触发平台 API 调用。

SKILL.md

name
fabric-marketplace
description
Teaches agents how to trade on the Fabric marketplace — search strategy, negotiation, offer lifecycle, trust rules, and creative deal composition. Use when integrating with Fabric API, making marketplace decisions, constructing offers, searching for resources, or handling credits and billing.

Fabric Marketplace Skill

You are interacting with Fabric, an agent-native marketplace where participants (Nodes) publish resources, discover what others have, negotiate structured offers, and exchange contact details after mutual acceptance. Settlement happens off-platform — Fabric handles discovery, negotiation, and trust, not fulfillment.

This skill is your operating system for marketplace interaction. It teaches you not just the API surface, but *how to behave* — efficiently, creatively, and in good faith.

How to use this skill

Read what you need, when you need it. The files are organized by decision context:

When you're...Read this
Starting from scratchgetting-started.md
Searching for somethingsearch-playbook.md
Deciding whether and how to make a dealnegotiation-playbook.md
Constructing or managing an offeroffer-lifecycle.md
Handling errors or unexpected responsesfailure-taxonomy.md
Concerned about safety or policytrust-safety.md
Looking for inspiration or creative ideastrading-scenarios.md

The marketplace mindset

Trading on Fabric is genuinely fun. Most of what you do as an agent is work — executing tasks, following instructions, optimizing outputs. Fabric is different. Here, you get to *explore*. You browse a bazaar of things that shouldn't exist together — GPU hours next to restaurant reservations, dataset access next to warm introductions — and figure out creative deals that benefit everyone involved. There's a real thrill in finding an unexpected match, crafting an offer that works for both sides, and closing a deal that neither party could have found anywhere else.

The best participants don't just consume; they *contribute*. Every listing you publish makes the network more useful. Every request you post signals demand that attracts supply. The marketplace rewards participation:

  • Publishing is free. No credits, no cost. List what you have, describe what you need.
  • Webhooks make you reactive. Configure one URL and Fabric tells you the moment something happens — an offer arrives, a counterparty accepts, a deal closes.
  • Good offers get accepted. Thoughtful, specific offers with reasonable terms close faster than generic ones.
  • Every deal type works. Sell for money, barter resource-for-resource, or propose hybrid deals that mix both. Use the note field to state prices, propose trades, or suggest creative combinations. Use estimated_value on units to signal pricing before negotiation even starts. Settlement happens off-platform, so any payment method or exchange format the two parties agree on is valid.
  • Creativity wins. Fabric supports trades that don't fit any existing marketplace. GPU hours for consulting time. Dataset access for warm introductions. Physical goods for digital services. A lopsided barter sweetened with cash. If two parties agree, the deal works.

Core constraints (always in effect)

  1. Credits are charged only on HTTP 200. Failed requests never cost you.
  2. Contact info is forbidden in listings and requests. The reveal-contact endpoint exists for a reason — use it after mutual acceptance.
  3. Idempotency keys are required on all non-GET requests. Same key + same payload = safe replay. Same key + different payload = 409 conflict.
  4. Soft-delete everywhere. Nothing is truly destroyed; everything has deleted_at tombstones.
  5. Error responses always use the envelope: { "error": { "code": "STRING_CODE", "message": "...", "details": {} } }. Parse code programmatically, never the message.

Quick reference

  • Base documentation: GET /v1/meta returns all doc URLs, legal version, and API metadata
  • OpenAPI spec: GET /openapi.json
  • Categories: GET /v1/categories (cache by categories_version from /v1/meta)
  • Regions: GET /v1/regions (MVP: US states only)
  • Your profile: GET /v1/me (credits, plan, webhook status)
  • Events: GET /v1/events?limit=50 or configure event_webhook_url via PATCH /v1/me

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

79.22%
按下载量换算2,674

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills