@optima-chat/optima-agent 0.8.27 → 0.8.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: browser
|
|
3
|
-
description: "Browser automation for web interactions. Use when user needs to login to platforms, fill forms, post content, test websites, or operate on third-party platforms without APIs. Uses 'browser-cli' commands. Do NOT use for simple web scraping (use WebFetch) or
|
|
3
|
+
description: "Browser automation for web interactions. Use when user needs to login to platforms, fill forms, post content, test websites, or operate on third-party platforms without APIs. Uses 'browser-cli' commands. Do NOT use for simple web scraping (use WebFetch) or tasks that have dedicated skills (e.g. scout, tiktok, instagram, shein, etc.)."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Browser Automation Skill
|
|
@@ -14,7 +14,7 @@ description: "Browser automation for web interactions. Use when user needs to lo
|
|
|
14
14
|
|
|
15
15
|
**Do NOT use for:**
|
|
16
16
|
- Simple web scraping → use WebFetch
|
|
17
|
-
-
|
|
17
|
+
- Tasks that have dedicated skills (e.g. scout, tiktok, instagram, shein, etc.)
|
|
18
18
|
|
|
19
19
|
## Commands
|
|
20
20
|
|