Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:9
forks:2
updated:2026년 5월 11일 18:30
파일 탐색기
SKILL.md
Guide for creating implementation plans. Use when breaking down complex work into actionable steps.
Search the web.
Automate browser actions using Puppeteer with a simple DSL for web testing and automation
| name | fetch |
| description | Fetch a URL and extract its main text content as markdown. |
cd ~/.claude/skills/fetch && pkgx uv run scripts/fetch.py "https://example.com"
--format <fmt> — markdown (default), txt, html, or json--include-links — keep hyperlinks--include-images — keep image references--with-metadata — prepend title / author / dateUses trafilatura to strip nav/ads/boilerplate and return just the article body. For JS-rendered pages, use the browser skill instead.