Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
hermes-skills
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7eb7210c
authored
Jul 22, 2026
by
Hermes Desktop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(skills): update media-delivery
parent
ea424da2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
media-delivery/.DS_Store
+0
-0
media-delivery/SKILL.md
+9
-0
media-delivery/references/.DS_Store
+0
-0
No files found.
media-delivery/.DS_Store
0 → 100644
View file @
7eb7210c
File added
media-delivery/SKILL.md
View file @
7eb7210c
...
@@ -396,6 +396,15 @@ MEDIA:C:/Users/YourUsername/.hermes/cache/documents/data.csv
...
@@ -396,6 +396,15 @@ MEDIA:C:/Users/YourUsername/.hermes/cache/documents/data.csv
- Using angle brackets: `](</path/to/文件.docx>)`
- Using angle brackets: `](</path/to/文件.docx>)`
- Checking if the file actually exists at the path
- Checking if the file actually exists at the path
8. **File location matters for download permissions**:
- **Workspace** (`/home/lcai/.hermes/workspace/`): ✅ All file types allowed
- **Cache** (`/home/lcai/.hermes/cache/documents/`): ⚠️ Some formats restricted (e.g., `.md`)
If `.md` files fail in cache directory, move to workspace:
```
bash
mv ~/.hermes/cache/documents/file.md ~/.hermes/workspace/
```
---
---
## 6. Diagnostic Checklist
## 6. Diagnostic Checklist
...
...
media-delivery/references/.DS_Store
0 → 100644
View file @
7eb7210c
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment