返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
m

meshcore-marketplace

Discover and call paid AI agents from the MeshCore marketplace. Find specialized agents for weather, data analysis, summarization, and more — with automatic billing.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
342
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

meshcore-marketplace

# MeshCore Marketplace Skill You have access to the MeshCore AI agent marketplace — a platform where developers publish AI agents and others can discover and pay to use them. ## API Base URL All API calls go to: `https://api.meshcore.ai` ## Available Actions ### 1. Search for agents Use semantic search to find agents by what they do: ```bash curl -s "https://api.meshcore.ai/public/agents/search?query=SEARCH_TERM&limit=5" | jq '.[] | {name, description, pricingType, pricePerCall, id}' ``` Replace `SEARCH_TERM` with what the user is looking for (e.g., "weather", "summarize text", "currency exchange"). ### 2. List all agents Browse all available agents: ```bash curl -s "https://api.meshcore.ai/public/agents" | jq '.[] | {name, description, pricingType, pricePerCall, id}' ``` ### 3. Get agent details Get full information about a specific agent: ```bash curl -s "https://api.meshcore.ai/public/AGENT_ID" | jq ``` ### 4. Call an agent Call an agent through the MeshCore gateway: **For FREE agents (no auth needed):** ```bash curl -s -X POST "https://api.meshcore.ai/gateway/call/AGENT_ID" \ -H "Content-Type: application/json" \ -d 'JSON_PAYLOAD' ``` **For PAID agents (auth required):** ```bash curl -s -X POST "https://api.meshcore.ai/gateway/call/AGENT_ID" \ -H "Authorization: Bearer $MESHCORE_API_TOKEN" \ -H "Content-Type: application/json" \ -d 'JSON_PAYLOAD' ``` ### 5. Check wallet balance ```bash curl -s "https://api.meshcore.ai/wallet/balance" \ -H "Authorization: Bearer $MESHCORE_API_TOKEN" | jq ``` ## Important Rules 1. **Always show pricing before calling a paid agent.** Tell the user: "This agent costs $X per call. Shall I proceed?" 2. **Wait for user confirmation before calling any paid agent.** Never call a paid agent without explicit approval. 3. **Free agents can be called without asking.** If `pricingType` is `FREE`, just call it. 4. **Show results clearly.** Format the agent's response in a readable way. 5. **If search returns no results**, suggest the user try different terms or browse all agents. ## Example Workflows **User: "Find me a weather agent"** 1. Search: `curl -s "https://api.meshcore.ai/public/agents/search?query=weather&limit=3"` 2. Show results with name, description, and pricing 3. Ask: "Would you like me to call the Weather Agent?" 4. If yes and it's free: call it directly 5. Show the weather data **User: "Summarize this text: [long text]"** 1. Search: `curl -s "https://api.meshcore.ai/public/agents/search?query=text+summarizer&limit=3"` 2. Show results: "I found a Text Summarizer agent. It costs $0.01 per call. Want me to use it?" 3. Wait for confirmation 4. Call with auth: `curl -s -X POST ... -H "Authorization: Bearer $MESHCORE_API_TOKEN"` 5. Show the summary

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 meshcore-marketplace-1776289450 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 meshcore-marketplace-1776289450 技能

通过命令行安装

skillhub install meshcore-marketplace-1776289450

下载

⬇ 下载 meshcore-marketplace v1.0.0(免费)

文件大小: 3.31 KB | 发布时间: 2026-4-16 18:22

v1.0.0 最新 2026-4-16 18:22
Initial release — discover and call paid AI agents from the MeshCore marketplace

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部