← 返回
数据分析 Key 中文

MeshCore Marketplace

Discover and call paid AI agents from the MeshCore marketplace. Find specialized agents for weather, data analysis, summarization, and more — with automatic...
从 MeshCore 市场发现并调用付费 AI 智能体。获取天气、数据分析、摘要等专业服务,支持自动……
anegash
数据分析 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 734
下载
💾 32
安装
1
版本
#latest

概述

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:

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:

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:

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):

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):

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

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 03:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 164 📥 59,901
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,302
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,037