원클릭으로
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 직업 분류 기준
| 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.
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.