تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٠
forks:٠
updated:٣٠ يناير ٢٠٢٦ في ٠٣:٥٣
SKILL.md
| name | stream-browser |
| description | Start a streaming browser session with real-time visual feedback |
| allowed-tools | Bash |
| argument-hint | [url] |
Start a high-performance browser session with real-time CDP streaming.
Start a streaming browser session:
cd ${pluginDir} && npm run dev -- interactive --url "$ARGUMENTS"
The streaming browser provides:
Once the browser is running, you can execute actions in JSON format:
{"action": "navigate", "url": "https://example.com"}
{"action": "left_click", "coordinate": [500, 300]}
{"action": "right_click", "coordinate": [500, 300]}
{"action": "double_click", "coordinate": [500, 300]}
{"action": "triple_click", "coordinate": [500, 300]}
{"action": "mouse_move", "coordinate": [500, 300]}
{"action": "left_click_drag", "startCoordinate": [100, 100], "endCoordinate": [200, 200]}
{"action": "type", "text": "Hello, world!"}
{"action": "key", "text": "Return"}
{"action": "key", "text": "ctrl+s"}
{"action": "scroll", "coordinate": [500, 400], "scroll_direction": "down", "scroll_amount": 3}
{"action": "wait", "duration": 2}
status - Show browser and streaming statusframe - Show current frame informationquit or exit - Close browser and exit