enact/hello-rust
Rust の挨拶プログラムを実行
シンプルなコンパイル済みの Rust 実行ファイルが必要なユーザーは、このスキルを使ってコマンドライン引数を受け取り、挨拶を出力する基本的な Rust プログラムをビルドして実行できます。
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"enact/hello-rust" 사용 중입니다. name=Alice
예상 결과:
- Hello, Alice! 🦀
"enact/hello-rust" 사용 중입니다. name=World
예상 결과:
- Hello, World! 🦀
보안 감사
낮은 위험Static scanner flagged 3 patterns including external_commands and weak cryptographic algorithms. Evaluation reveals all findings are false positives. The external_commands pattern at SKILL.md:33 is a bash documentation example, not code execution. The weak crypto flags at lines 5 and 14 are YAML description fields, not cryptographic code. The skill is a simple greeting tool with no malicious intent.
중간 위험 문제 (2)
위험 요인
⚙️ 외부 명령어 (1)
⚡ 스크립트 포함 (1)
품질 점수
만들 수 있는 것
Rust の基礎を学ぶ
Rust 初学者は、シンプルな Rust プログラムがコマンドライン引数を読み取り出力する方法を確認できます。
シンプルな CLI ツールを作成
開発者は、引数でユーザー入力を受け取る基本的な Rust CLI ツールを作るためのテンプレートとして利用できます。
Enact プロトコルのデモ
Enact プロトコルを調べているユーザーは、この最小例を通じてスキル定義の構造を理解できます。
이 프롬프트를 사용해 보세요
Use the enact/hello-rust skill to greet me.
Use the enact/hello-rust skill to greet Alice.
Greet me using the Rust greeting tool. My name is Bob.
Show me how to use the Rust greeting skill to greet multiple people one by one.
모범 사례
- 個別の挨拶を行う際は、わかりやすい名前を指定する
- 使用前に SKILL.md を確認して入力スキーマを理解する
- より複雑なワークフローには複数のスキル呼び出しを連結する
피하기
- 複雑な計算や外部 API 呼び出しは期待しない
- 本番の挨拶サービスにこのスキルを使用しない
- スキルの呼び出しでソースコードを変更しない