enact/hello-python
執行 Python 問候工具
此技能提供一個簡單的 Python 問候工具,可顯示帶有時間戳和版本資訊的個人化訊息,用於測試和演示目的。
Baixar o ZIP da skill
Upload no Claude
Vá em Configurações → Capacidades → Skills → Upload skill
Ative e comece a usar
Testar
A utilizar "enact/hello-python". 使用 enact/hello-python 向 Alice 問候
Resultado esperado:
- Hello, Alice! 🐍
- Generated at: 2026-01-23T02:30:00.000000
- Python version: 3.12.0
A utilizar "enact/hello-python". 使用 enact/hello-python 且不提供名稱
Resultado esperado:
- Hello, World! 🐍
- Generated at: 2026-01-23T02:30:00.000000
- Python version: 3.12.0
Auditoria de Segurança
Baixo RiscoAll static findings are false positives. The code executes a simple Python script that accepts a name argument and prints a greeting. No command injection risk exists as the framework controls execution. Scanner incorrectly flagged markdown code fences as shell backticks and YAML description fields as cryptographic algorithms.
Fatores de risco
⚙️ Comandos externos (1)
Pontuação de qualidade
O Que Você Pode Construir
快速測試工具
使用此技能快速測試您的 Enact 環境是否正常運作並正確回應輸入。
學習範例
將此技能作為參考實作,用於學習如何建立自己的 Python 技能並正確處理輸入。
自動化問候
將此工具整合到需要簡單問候輸出以測試訊息路由或通知系統的工作流程中。
Tente Estes Prompts
使用 enact/hello-python 技能向我問候。
使用 enact/hello-python 技能向 Alice 問候。
使用 enact/hello-python 技能向名為 ${name} 的人問候。首先使用 enact/hello-python 向 Bob 問候,然後使用另一個技能處理問候輸出。
Melhores Práticas
- 未提供特定名稱時使用預設名稱 'World'
- 在正式環境執行前檢查 Python 版本相容性
- 從輸出中解析時間戳以用於記錄或計時目的
Evitar
- 不要將此技能用於正式環境的問候服務
- 不要依賴此技能進行時間敏感的作業
- 不要將敏感資料作為名稱參數傳遞