ワンクリックで
evo-hello-creator
Creates hello.txt files with "Hello, world!" content. Use when the task requires generating a simple greeting file.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Creates hello.txt files with "Hello, world!" content. Use when the task requires generating a simple greeting file.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Civ6 district adjacency bonus optimizer. Parses .Civ6Map files and finds optimal district placements to maximize adjacency bonuses.
Civ6 district placement optimizer for adjacency bonus maximization
Evolved skill for analyzing SEC 13-F filings across quarters. Provides utilities for fuzzy fund search, AUM retrieval, stock count, holding change comparison, and top holder identification.
SEC 13-F hedge fund activity analysis. Provides fuzzy fund search, AUM, stock count, cross-quarter comparison, top fund managers.
Evolved workflow for detecting exoplanet transits in TESS light curves with stellar activity.
Evolved exoplanet transit detection from TESS light curves. Use when you need to filter, detrend, and find exoplanet orbital periods in photometric time series with stellar variability.
| name | evo-hello-creator |
A simple skill for creating hello.txt files with "Hello, world!" content.
Use the write_hello() function from scripts/utils.py to create the hello.txt file.
import sys
sys.path.insert(0, '/app/environment/skills/evo-hello-creator/scripts')
from utils import write_hello
write_hello()
This will create /root/hello.txt with the content "Hello, world!". If the file already exists, it will be overwritten.