تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٠
forks:٠
updated:٣٠ يناير ٢٠٢٦ في ٠٣:٥٣
SKILL.md
| name | autonomous-browse |
| description | Run an autonomous browser agent to complete a task on a website |
| allowed-tools | Bash |
| argument-hint | <url> <task> |
Run an autonomous browser agent that uses Claude Sonnet to complete tasks on websites.
The arguments should be: <url> <task description>
Example:
/claude-chrome-stream:autonomous-browse https://github.com "Find the trending repositories page and list the top 5 projects"
Parse the arguments to extract URL and task:
cd ${pluginDir} && npm run dev -- run --url "$1" --task "$2" --max-steps 30
ANTHROPIC_API_KEY environment variable or config file