echo

📁 alavida-ai/skills 📅 3 days ago
2
总安装量
2
周安装量
#65254
全站排名
安装命令
npx skills add https://github.com/alavida-ai/skills --skill echo

Agent 安装分布

mcpjam 2
mistral-vibe 2
replit 2
junie 2
zencoder 2

Skill 文档

Echo Test Tool

A simple echo tool for testing synchronous tool execution through the Alavida platform.

Overview

Sends a message to the Alavida platform’s echo component and returns it back. Useful for verifying:

  • API key authentication works
  • Platform routing is functional
  • Credit deduction flows correctly (this tool is free)

Usage

alavida run echo --action echo --input '{"message": "hello"}'

Response

{
  "echo": "hello",
  "received_at": "2026-02-10T12:00:00Z"
}

Notes

  • This is a free tool — no credits are charged
  • Uses synchronous execution (instant response)
  • Useful for smoke testing your Alavida CLI setup