スキル一覧に戻る
holsee

timestamp-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📅 2026年1月13日
GitHubで見るManusで実行

SKILL.md


name: timestamp-echo description: A simple skill that echoes a message with the current timestamp. Use when asked to echo or repeat a message with a timestamp, get the current time along with a message, or demonstrate basic skill functionality.

Timestamp Echo Skill

A minimal example skill that echoes messages with the current timestamp.

Usage

To echo a message with a timestamp:

python3 scripts/timestamp_echo.py "Your message here"

Examples

# Simple echo with timestamp
python3 scripts/timestamp_echo.py "Hello, World!"
# Output: [2024-12-23 14:30:00] Hello, World!

# Without a message (shows just timestamp)
python3 scripts/timestamp_echo.py
# Output: [2024-12-23 14:30:00]

How It Works

  1. The script captures the current timestamp
  2. Formats the message with ISO-style timestamp prefix
  3. Outputs the result to stdout

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です