在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:2026年1月30日 03:53
SKILL.md
| name | browser-screenshot |
| description | Take a screenshot of a webpage using the streaming browser |
| allowed-tools | Bash |
| argument-hint | <url> |
Take a high-quality screenshot of a webpage using the streaming browser infrastructure.
cd ${pluginDir} && npm run dev -- screenshot --url "$ARGUMENTS" --output ./screenshots --headless
Screenshots are saved as screenshot_<timestamp>.jpg in the specified output directory.