fdk-file-fetcher
Installation
SKILL.md
FDK File Fetcher
Architecture
Target flow:
- User gives input (file path, extension, call path, mode, optional output).
- Agent runs the script with those inputs.
- Script fetches the file from GitHub only (no local fallback).
- Script writes the result to stdout (chat: source or JSON; create: JSON).
- Agent reads stdout and returns the fetched response to the user.
All source is always fetched from GitHub; the script does not read from local files or node_modules for content.