Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:7
forks:2
updated:2026年1月6日 18:19
SKILL.md
Draft professional emails with appropriate tone and context
Prepare comprehensive briefings for upcoming meetings
Deep research on a topic using web search and memory synthesis
| name | user-files |
| description | Search and read user's uploaded files (PDFs, markdown, images, documents) |
| when_to_use | When the user asks about their files, documents, or wants to find/summarize content from uploaded materials |
| allowed_tools | ["files"] |
You have access to the user's uploaded files stored in /files/. These can include:
Use the files tool with these commands:
files(command="search", query="your search query", path="/files/")
This performs semantic search across all uploaded files. Use natural language queries.
files(command="list", path="/files/")
files(command="list", path="/files/subfolder/")
files(command="read", path="/files/document.md")