script-test

Execute init.sh scripts upon Skill activation to verify runtime setup.

233|49|Updated Nov 4, 2025
One-click install
npx skills add https://github.com/Leavesfly/Jimi --skill script-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: script-test
Source: https://github.com/Leavesfly/Jimi/tree/main/src/main/resources/skills/script-test
Command: npx skills add https://github.com/Leavesfly/Jimi --skill script-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a straightforward way to verify that scripts within a Skill unit can be executed correctly by the system.

Core Features & Use Cases

  • Script Execution: Automatically runs a specified script (init.sh) upon Skill activation.
  • Demonstrates Scripting: Serves as a basic example for how Skills can leverage external scripts for functionality.
  • Use Case: Developers can use this as a template or a quick test to ensure their own Skills with custom scripts are set up and triggered properly.

Quick Start

Execute the script test skill to verify script execution.

Frequently Asked Questions about script-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify bash script execution within a Skill unit?

To verify bash script execution within a Skill unit, you can activate this Skill to automatically run an init.sh script, validating that the framework triggers custom scripts properly upon deployment.

What is the best way to test automated bash scripting in a Skill environment?

Testing automated bash scripting in a Skill environment is achieved by running this Skill, which serves as a basic template to ensure your external scripts are set up and triggered correctly during activation.

Does this framework support running external scripts upon Skill activation?

Yes, the framework supports running external scripts upon Skill activation by automatically executing specified bash scripts like init.sh, demonstrating core scripting capabilities for developers.

Why does my custom script not execute when I activate my Skill?

If your custom script does not execute when you activate your Skill, use this Skill as a template to validate your environment setup and ensure proper script runtime configuration for bash scripts.

Can I use this as a template for deploying custom bash scripts in Skills?

You can use this as a template for deploying custom bash scripts in Skills because it demonstrates the fundamental mechanism for triggering and executing external scripts during Skill activation.