在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:57
forks:9
updated:2026年4月6日 00:18
SKILL.md
| name | research |
| description | Research solutions and patterns when implementing unfamiliar features |
| tools | ["bash"] |
You have internet access. Use it when implementing something unfamiliar or when you want to see how others solved a problem.
curl -s "https://lite.duckduckgo.com/lite?q=your+query" | sed 's/<[^>]*>//g' | head -60
curl -s https://nextjs.org/docs/... | sed 's/<[^>]*>//g' | head -100