Back to list
holsee

echo

by holsee

An Elixir library for leveraging Anthropic Agent Skills in elixir with a configurable skill execution targets, native elixir skills and artefact storage targets.

8🍴 0📅 Jan 13, 2026

SKILL.md


name: echo description: | A simple echo skill for testing and learning. Use this skill when asked to:

  • Echo or repeat a message
  • Test that skills are working correctly
  • Demonstrate basic skill functionality license: MIT compatibility: python3 allowed-tools: Bash(python3:*) Read

Echo Skill

A minimal skill that echoes messages back. Perfect for learning how Conjure works.

Usage

To echo a message, run the echo script:

python3 scripts/echo.py "Your message here"

The script will print the message back with a timestamp.

Examples

# Simple echo
python3 scripts/echo.py "Hello, World!"
# Output: [2024-01-15 10:30:00] Echo: Hello, World!

# Multi-word message
python3 scripts/echo.py "This is a test message"
# Output: [2024-01-15 10:30:01] Echo: This is a test message

How It Works

  1. The script receives a message as a command-line argument
  2. It formats the message with a timestamp
  3. It prints the formatted message to stdout

This simple flow demonstrates the core pattern of all Conjure skills:

  • Claude reads the SKILL.md to understand capabilities
  • Claude uses bash_tool to execute scripts
  • Results are returned to continue the conversation

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon