在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用testecho-tool
星标18
分支4
更新时间2026年3月9日 17:07
A tool that echoes its input for testing
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
A tool that echoes its input for testing
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generates ASCII art from a given text
Transform data between CSV and JSON formats with filtering and column selection
Roll dice with configurable sides and count - a simple Rust example tool
LLM guide for creating, publishing, and running Enact tools
Scrape, crawl, search, and extract structured data from websites using Firecrawl API - converts web pages to LLM-ready markdown
A simple Go greeting tool
| name | test/echo-tool |
| version | 1.0.0 |
| description | A tool that echoes its input for testing |
| from | alpine:latest |
| scripts | {"echo":"echo"} |
| outputSchema | {"type":"object","properties":{"output":{"type":"string"}}} |
A simple tool that echoes back the input text. Used for testing.
enact run test/echo-tool:echo --text "Hello"