# Quickstart

> skyfolder - Network File Sharing

- Skill: `javimosch/quickstart-2006` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/quickstart-2006`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/quickstart-2006/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/quickstart-2006

---

# skyfolder - Network File Sharing

## Overview
skyfolder shares folders on the network. Turn any device into a file-server accessible on the web.

## Quick Start

### Share a folder
```bash
sc skyfolder share folder <path>
```

### Passthrough to skyfolder CLI
```bash
sc skyfolder _ <skyfolder-args>
```

## Key Features

- **Network Sharing**: Share folders over network
- **File Server**: Turn device into file server
- **Web Access**: Access files via web
- **Cross-platform**: Works on Windows, macOS, Linux
- **BitTorrent**: Uses BitTorrent protocol
- **Command Line**: CLI interface for sharing

## Installation

```bash
cargo install skyfolder
```

## Usage Examples

### Share a folder
```bash
skyfolder /path/to/folder
```

### With custom port
```bash
skyfolder --port 8080 /path/to/folder
```

### With authentication
```bash
skyfolder --user admin --pass secret /path/to/folder
```

### Read-only mode
```bash
skyfolder --read-only /path/to/folder
```

## Notes

- Run `skyfolder --help` to see all available options

