ワンクリックで
echo-stream
Echo words from text one at a time as a stream. Use to test streaming.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Echo words from text one at a time as a stream. Use to test streaming.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
An agentskills.io skill with no handler — used to test warning behaviour.
Compute the factorial of a non-negative integer n, streaming each multiplication step. Use when asked to compute factorial, calculate n!, or demonstrate streaming math computation.
harnessapi best practices, skill creation, and API exposure. Use when working with harnessapi, creating or editing skill folders, converting agentskills.io skills to API endpoints, wrapping Python functions as skills, running the skill server, or connecting MCP clients. Keeps harnessapi code idiomatic and up to date.
Greet someone by name. Use when asked to greet or say hello.
| name | echo_stream |
| description | Echo words from text one at a time as a stream. Use to test streaming. |
Yield each word from the input text as a separate chunk.