스킬 enact/hello-rust
🦀
enact/hello-rust
낮은 위험 ⚙️
외부 명령어⚡
스크립트 포함
運行 Rust 問候程式
需要簡單編譯 Rust 可執行檔的使用者可以使用此技能來構建和運行接受命令列參數並產生問候輸出的基本 Rust 程式。
지원: Claude Codex Code(CC)
1
스킬 ZIP 다운로드
2
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
3
토글을 켜고 사용 시작
테스트해 보기
"enact/hello-rust" 사용 중입니다. name=Alice
예상 결과:
- Hello, Alice! 🦀
"enact/hello-rust" 사용 중입니다. name=World
예상 결과:
- Hello, World! 🦀
보안 감사
낮은 위험v1 • 1/23/2026
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
스캔된 파일
43
분석된 줄 수
4
발견 사항
1
총 감사 수
중간 위험 문제 (2)
External Commands Documentation Misidentified
Static scanner flagged 'Ruby/shell backtick execution' at SKILL.md:33. This is a false positive - the line contains a bash example in a code block: `enact run ./examples/hello-rust --input "name=Alice"`. This is documentation showing usage, not actual code execution.
YAML Description Fields Misidentified as Cryptographic Algorithms
Static scanner flagged 'Weak cryptographic algorithm' at SKILL.md:5 and 14. This is a false positive - both lines are simple YAML description fields: `description: "A simple Rust greeting tool"` and `description: "Name to greet"`. No cryptographic algorithms are present in this skill.
위험 요인
⚙️ 외부 명령어 (1)
⚡ 스크립트 포함 (1)
감사자: claude
품질 점수
38
아키텍처
100
유지보수성
85
콘텐츠
20
커뮤니티
80
보안
83
사양 준수
만들 수 있는 것
學習 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 調用
- 避免將此技能用於生產環境的問候服務
- 不要透過技能調用來修改原始碼
자주 묻는 질문
此技能有什麼作用?
此技能會編譯並運行一個簡單的 Rust 程式,該程式會根據名稱向您問候。它接受名稱輸入並輸出 Hello, {name}! 🦀。
我可以自訂問候訊息嗎?
不行。問候訊息是硬編碼在 Rust 原始碼中的。您只能變更名稱參數。
此技能接受什麼輸入?
此技能接受 'name' 參數(字串類型),如果未提供,預設值為 'World'。
此技能會發出網路請求嗎?
不行。此技能僅編譯並運行本地 Rust 程式碼,沒有網路存取功能。
我可以將此與其他技能一起使用嗎?
可以,您可以在對話中將此技能與其他技能串聯使用。輸出可以在後續的技能調用中被引用。
哪些工具支援此技能?
此技能適用於 Claude、Codex 和 Claude Code。技能定義遵循 Enact 協定規範。