Skip to content

Instantly share code, notes, and snippets.

@kuc-arc-f
Created April 30, 2026 03:41
Show Gist options
  • Select an option

  • Save kuc-arc-f/357a83821bf3140d76317746856610b0 to your computer and use it in GitHub Desktop.

Select an option

Save kuc-arc-f/357a83821bf3140d76317746856610b0 to your computer and use it in GitHub Desktop.
codex agent Skills , example
#!/bin/bash
echo 'input-text:' $1
name echo_test
description 入力メッセージを返却する。

手順

STEP 1: 入力メッセージ(message)を、入力する

  • ユーザーに、入力メッセージを質問する:
入力メッセージ を入力してください。
例: テスト文字

STEP 2: スクリプトを実行する

./scripts/echo_test.sh {message}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment