Skip to content

Quickstart

Quickstart

Get from zero to a working skill in a few minutes.

1. Install FYY

curl -fsSL https://fyy.dev/install.sh | sh

This installs the fyy CLI and joins your device to the mesh.

2. Install a skill

curl -fsSL https://fyy.dev/install.sh | sh -s -- --skill web-research-agent

The --skill <slug> argument installs FYY and the named skill in one step.

3. Confirm it works

fyy status

You should see your device online and the installed skill listed.

Next steps