Habilidades enact/hello-python
📦

enact/hello-python

Baixo Risco ⚙️ Comandos externos

Run Python Greeting Tool

This skill provides a simple Python greeting utility that displays personalized messages with timestamp and version information for testing and demonstration purposes.

Suporta: Claude Codex Code(CC)
⚠️ 67 Ruim
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

Ative e comece a usar

Testar

A utilizar "enact/hello-python". Use enact/hello-python to greet Alice

Resultado esperado:

  • Hello, Alice! 🐍
  • Generated at: 2026-01-23T02:30:00.000000
  • Python version: 3.12.0

A utilizar "enact/hello-python". Use enact/hello-python with no name

Resultado esperado:

  • Hello, World! 🐍
  • Generated at: 2026-01-23T02:30:00.000000
  • Python version: 3.12.0

Auditoria de Segurança

Baixo Risco
v1 • 1/23/2026

All 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.

2
Arquivos analisados
44
Linhas analisadas
1
achados
1
Total de auditorias

Fatores de risco

⚙️ Comandos externos (1)
Auditado por: claude

Pontuação de qualidade

38
Arquitetura
100
Manutenibilidade
85
Conteúdo
29
Comunidade
90
Segurança
74
Conformidade com especificações

O Que Você Pode Construir

Quick Test Tool

Use this skill to quickly test that your Enact environment is working correctly and responding to inputs.

Learning Example

Study this skill as a reference implementation for creating your own Python-based skills with proper input handling.

Automated Greetings

Integrate this tool into workflows that need simple greeting outputs for testing message routing or notification systems.

Tente Estes Prompts

Basic Greeting
Use the enact/hello-python skill to greet me.
Personalized Greeting
Use the enact/hello-python skill to greet Alice.
Custom Name Greeting
Use the enact/hello-python skill to greet someone named ${name}.
Testing Skill Chain
First use enact/hello-python to greet Bob, then use another skill to process the greeting output.

Melhores Práticas

  • Use default name 'World' when no specific name is provided
  • Check Python version compatibility before running in production
  • Parse timestamp from output for logging or timing purposes

Evitar

  • Do not use this skill for production greeting services
  • Do not rely on this skill for time-sensitive operations
  • Do not pass sensitive data as the name parameter

Perguntas Frequentes

What inputs does this skill accept?
The skill accepts a single 'name' parameter which is a string. If no name is provided, it defaults to 'World'.
What does the output include?
Output includes a personalized greeting with timestamp in ISO format and the Python version string.
Can I use special characters in the name?
Yes, but the framework handles escaping. Test with simple names first for troubleshooting.
What Python version is required?
This skill runs on Python 3.12 or later as specified in the container base image.
Is this skill suitable for production use?
No, this is a demonstration skill for testing and learning. Use dedicated greeting services for production.
How do I integrate this into other workflows?
Use the output from this skill as input to other skills by extracting the greeting from the printed lines.

Detalhes do Desenvolvedor

Estrutura de arquivos

📄 hello.py

📄 SKILL.md