enact/hello-js
生成友好问候
此技能为基于 Enact 协议构建的 AI 代理提供简单的问候功能。它演示了基本的 JavaScript 执行和用于代理交互的字符串模板技术。
Descargar el ZIP de la skill
Subir en Claude
Ve a Configuración → Capacidades → Skills → Subir skill
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
SeguroThis 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.
Puntuación de calidad
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
- 不要用于需要文件系统或网络访问的生产工作流
- 不要假设此技能可以在调用之间持久化数据
- 不要将此技能用于安全敏感操作