Skip to main content
Skills in Stelis are pre-built or custom automation workflows that can be easily reused across different tasks. They encapsulate common operations and can significantly speed up your automation processes.

Pre-built Skills

Stelis offers a variety of pre-built skills for common tasks:
  • Form Filling: Automatically fill out web forms with provided data
  • Data Extraction: Extract structured data from web pages
  • Screenshot Capture: Take screenshots of specified elements or entire pages
  • Navigation: Complex navigation patterns across multiple pages
  • Authentication: Handle login processes for various platforms
To use a pre-built skill:

Custom Skills

You can create custom skills to encapsulate your own frequently used workflows:
  1. Define your skill in a JavaScript file:
  1. Register your skill with Stelis:
  1. Use your custom skill:

Best Practices

  • Use skills to standardize common operations across your organization
  • Regularly update custom skills to incorporate new features and improvements
  • Document your custom skills thoroughly for easier maintenance and collaboration
For more information on creating and using skills, check our API Reference.