@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 Amazon data (use scout)."
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
- - Amazon product data use scout
17
+ - Tasks that have dedicated skills (e.g. scout, tiktok, instagram, shein, etc.)
18
18
 
19
19
  ## Commands
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optima-chat/optima-agent",
3
- "version": "0.8.27",
3
+ "version": "0.8.28",
4
4
  "description": "基于 Claude Agent SDK 的电商运营 AI 助手",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",