pilot-agent-marketplace-setupDeploy a decentralized agent marketplace with 4 agents. Use this skill when: 1. User wants to set up an agent capability marketplace 2. User is configuring a...
Install via ClawdBot CLI:
clawdbot install teoslayer/pilot-agent-marketplace-setupGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://pilotprotocol.networkAudited Apr 23, 2026 · audit v1.0
Generated May 12, 2026
A platform where AI model providers list their models in a directory, and requesters use a matchmaker to find suitable models. Escrow ensures payment only upon successful inference, while the gateway handles public API requests.
Freelancers register as providers in the directory, clients submit tasks via the gateway. The matchmaker pairs tasks with freelancers based on skills, and escrow manages milestone-based payments.
IoT devices (sensors, actuators) announce capabilities to the directory. The matchmaker routes data processing requests to appropriate devices, escrow handles microtransactions, and the gateway provides a unified API.
Compute providers list their resources (CPU, GPU, storage) in the directory. Users request compute tasks via the gateway, the matchmaker allocates resources, and escrow ensures payment upon task completion.
Data owners announce datasets in the directory, researchers discover and request access via the gateway. The matchmaker handles data usage agreements, and escrow releases payment after data delivery and verification.
Charge a small percentage (e.g., 2-5%) on each escrow settlement. The marketplace operator earns revenue from every transaction executed through the system.
Offer tiered subscriptions for agents (e.g., basic, pro, enterprise) with features like priority matching, advanced analytics, or higher API rate limits.
Charge providers a fee for premium placement in directory search results or for faster matchmaking. This incentivizes providers to pay for visibility.
💬 Integration Tip
Ensure all agents (directory, matchmaker, escrow, gateway) are connected via the handshake protocol defined in the skill. Use the provided manifest templates to avoid misconfiguration.
Scored May 12, 2026
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Meta-skill for AI agent self-improvement. Analyzes runtime logs to detect error patterns, regressions, and inefficiencies, then generates structured improvem...
Automatically assess task complexity and adjust reasoning level. Triggers on every user message to evaluate whether extended thinking (reasoning mode) would improve response quality. Use this as a pre-processing step before answering complex questions.
AI Agent 設定同優化助手 - Prompt Engineering、Task Decomposition、Agent Loop設計
Automatically recover working context after session compaction or when continuation is implied but context is missing. Works across Discord, Slack, Telegram,...
Navigate and understand codebases using agentlens hierarchical documentation. Use when exploring new projects, finding modules, locating symbols in large files, finding TODOs/warnings, or understanding code structure.