enact/hello-go
建立個人化問候語
需要為使用者產生友善的問候訊息或用於測試嗎?此技能會列印個人化問候語,並顯示 Go 版本資訊,適用於開發和展示目的。
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「enact/hello-go」を使用しています。 Alice
期待される結果:
Hello, Alice! 🐹
Go version: go1.23.0
「enact/hello-go」を使用しています。 Claude User
期待される結果:
Hello, Claude User! 🐹
Go version: go1.23.0
セキュリティ監査
安全All static findings are false positives. The skill is a simple Go greeting tool with no network access, no file writes, and no secret handling. Static scanner incorrectly flagged Go import syntax as dynamic import, YAML frontmatter as cryptographic algorithms, and documentation code blocks as shell execution. No malicious patterns detected.
リスク要因
⚡ スクリプトを含む (1)
品質スコア
作れるもの
開發測試
透過執行簡單的 Go 範例來測試 Enact 技能工作流程和 CLI 互動,該範例會輸出可預測的問候訊息。
文件範例
作為文件中的最小可運作範例,用於展示 Enact 技能結構和輸入/輸出模式。
快速問候
為演示、原型或需要友善歡迎文字的使用者入職流程產生簡單的問候訊息。
これらのプロンプトを試す
Use the enact/hello-go skill to greet me with the name Alice.
Run the hello-go skill to greet someone named ${user_name}.Use enact/hello-go to greet ${name} and show what Go version is running.Use enact/hello-go to generate greetings for a list of names: Bob, Carol, Dave. Show me each greeting output.
ベストプラクティス
- 在建構更複雜的 Enact 技能之前,先使用此技能進行測試和開發
- 與其他技能結合,建立包含多個步驟的問候工作流程
- 在整合到自動化管線時,檢查輸出的 JSON 結構
回避
- 不要在沒有新增自訂邏輯的情況下,將此技能用於生產環境的使用者面向問候
- 不要期望豐富的格式化或 HTML 輸出 - 它僅列印純文字
- 不要假設呼叫之間的狀態持續性