bydesplega-ai· 27 skills
Fetch a file attached to your current task in ONE call. Use whenever a task carries an attachment (an image, PDF, or other file the requester uploaded) and you need its bytes on disk — the dispatch prompt lists attachments with a ready-to-run curl command, but if you're improvising (resumed session, follow-up task, or the recipe scrolled out of context) use this skill instead of reaching for the agent-fs CLI directly.
$npx -y skills add desplega-ai/agent-swarm --skill download-task-attachmentInstalls into the current project.
Run `npx skills use "https://github.com/desplega-ai/agent-swarm" --skill "desplega-ai/agent-swarm/download-task-attachment"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/desplega-ai/agent-swarm" that are relevant to the current task. Run `npx skills add "https://github.com/desplega-ai/agent-swarm"` and select the relevant skills, then follow their instructions.