What problem does it solve?
This Skill solves the challenge of safely interacting with third-party web pages that have embedded SLICC cherry followers, which operate under strict, host-defined capability limits and cannot be controlled like standard, fully-owned browser tabs.
Core Features & Use Cases
- Unified Browser Automation: Drive cherry targets using the same playwright, BrowserAPI, and teleport tools you use for regular browser tabs, with automatic enforcement of the host's advertised capability limits.
- Bidirectional Event Communication: Use the
cherry-emit command to push custom events to the host page, and parse incoming [cherry] event licks from the host to react to page-side changes in real time.
- Use Case: For example, automate workflows on a third-party SaaS tool that has integrated the SLICC cherry SDK: navigate its interface, trigger data refresh events via cherry-emit, and respond to task update events sent back from the host, all without accessing its raw network traffic.
Quick Start
Use the cherry skill to navigate the connected cherry target to its account settings page, emit a refresh-data event to the host page, and capture a screenshot of the updated settings interface.