bash-echo

Echoes provided input text and optionally transforms it to uppercase characters.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/billlzzz10/bl1nk-skill-mcp-server --skill bash-echo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bash-echo
Source: https://github.com/billlzzz10/bl1nk-skill-mcp-server/tree/main/skills/bash-echo
Command: npx skills add https://github.com/billlzzz10/bl1nk-skill-mcp-server --skill bash-echo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill demonstrates a Bash-based execution pattern to echo and optionally transform input text.

Core Features & Use Cases

  • Echo: output the provided message.
  • Transform: optionally uppercase the message for demonstration.
  • Use Case: Simple CLI utility to validate argument flow.

Quick Start

bl1nk-skill run bash-echo -a '{"message": "hello", "uppercase": true}'