Habilidades enact/hello-js
👋

enact/hello-js

Seguro

生成友好问候

此技能为基于 Enact 协议构建的 AI 代理提供简单的问候功能。它演示了基本的 JavaScript 执行和用于代理交互的字符串模板技术。

Soporta: Claude Codex Code(CC)
📊 69 Adecuado
1

Descargar el ZIP de la skill

2

Subir en Claude

Ve a Configuración → Capacidades → Skills → Subir skill

3

Activa y empieza a usar

Pruébalo

Usando "enact/hello-js". 运行 hello-js

Resultado esperado:

  • Hello, World! 👋
  • Generated at: 2026-01-23T02:03:45.838Z
  • Node version: v22.0.0

Usando "enact/hello-js". 使用 name=Alice 运行 hello-js

Resultado esperado:

  • Hello, Alice! 👋
  • Generated at: 2026-01-23T02:03:45.838Z
  • Node version: v22.0.0

Auditoría de seguridad

Seguro
v1 • 1/23/2026

This is a benign example skill that demonstrates basic JavaScript output functionality. All static findings were false positives: JavaScript template literals were misidentified as shell backticks, and YAML frontmatter keywords were misidentified as cryptographic terms. The code performs no file system access, network requests, or command execution.

2
Archivos escaneados
45
Líneas analizadas
0
hallazgos
1
Auditorías totales
No se encontraron problemas de seguridad
Auditado por: claude

Puntuación de calidad

38
Arquitectura
100
Mantenibilidad
85
Contenido
30
Comunidad
100
Seguridad
74
Cumplimiento de la especificación

Lo que puedes crear

学习 Enact 协议

初学者可以通过研究此技能来了解 Enact 工具的结构和执行方式。

快速原型开发

在构建需要简单输出功能的新 Enact 技能时,可将其作为模板使用。

测试代理工作流

可作为冒烟测试来验证 Enact 代理设置是否正常工作。

Prueba estos prompts

基本问候
运行 hello-js 工具向我打招呼
个性化问候
使用 hello-js 向 {name} 打招呼,其中 {name} 是你选择的名称
包含系统信息
运行 hello-js 并显示它揭示的系统信息
集成测试
作为日志输出序列的一部分执行 hello-js

Mejores prácticas

  • 将此技能作为构建更复杂 Enact 工具的模板
  • 在集成到代理工作流时测试输出捕获机制
  • 部署前验证 Node.js 版本兼容性

Evitar

  • 不要用于需要文件系统或网络访问的生产工作流
  • 不要假设此技能可以在调用之间持久化数据
  • 不要将此技能用于安全敏感操作

Preguntas frecuentes

此技能做什么?
它打印一条问候消息以及时间戳和 Node.js 版本,以演示基本的 Enact 工具执行。
我可以在生产环境中使用这个吗?
这是用于学习目的的示例技能。对于生产环境,请使用具有适当错误处理和安全控制的技能。
如何自定义问候语?
传递名称参数以自定义问候语。该技能接受一个可选参数,用于替换输出中的 'World'。
此技能需要什么工具?
此技能需要在执行环境中可用 Node.js。
此技能可以访问文件吗?
不,这个示例技能只执行控制台输出,不读取或写入文件。
此技能是如何组织的?
该技能使用一个简单的 hello.js 脚本,其中包含 YAML 前-matter 定义了要执行的命令。

Detalles del desarrollador

Estructura de archivos

📄 hello.js

📄 SKILL.md