deerflow2/backend/src/gateway
hetaoBackend a9e11f6341 feat: add skill installation API endpoint
Add POST /api/skills/install endpoint to install .skill files from
thread's user-data directory. The endpoint extracts the ZIP archive,
validates SKILL.md frontmatter, and installs to skills/custom/.

Frontend Install buttons now call the API instead of downloading.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 22:10:05 +08:00
..
routers feat: add skill installation API endpoint 2026-01-31 22:10:05 +08:00
__init__.py feat: add gateway module with FastAPI server (#5) 2026-01-16 13:22:26 +08:00
app.py fix: ensure MCP and skills config changes are immediately reflected 2026-01-25 22:40:09 +08:00
config.py feat: add nginx reversed proxy (#15) 2026-01-19 23:23:38 +08:00