Skip to main content

Skill creation guidelines

  1. Give indicative names to outpus (FileName instead of File, EmailBodyURL instead of URL)
  2. When using elementCount in a for loop (i.e., jump), it's highly recommend to use the same selector for the elementCount as the one used in the action in the loop (to avoid out of bounds errors) For example: WIZ | Extract cloud events raw data Skill.
  3. Actions with selector implicitly first run waitForElement action on the same selector.
  4. supported_auth_types specifies the credential type used when running autonomously. When developing a browser skill, use "basic" for tools that require user login, and "no-auth" only when no login is needed.
  5. format_with_context is required when using formatted params (those are ones with {{ and marked with depends_on_single_prev_output or depends_on_prev_outputs)