CLI and Agent skill for interacting with Framer projects via the Framer Server API.
npx skills add framer/daltonThen, simply open your preferred agent, ask to interact with your Framer project and the agent will handle the rest.
See skills/framer/SKILL.md for full CLI usage and API documentation.
Build and symlink to PATH + install skill locally:
make install-devIf you want to hit a local FramerHeadlessAPI instance, when interacting with your agent, tell it something like this:
Use the framer skill, but use `FRAMER_HEADLESS_SERVER_URL=ws://localhost:8080/channel/headless-plugin framer` (never with @latest) for all commands instead of `npx framer-dalton`
Remove local install:
make uninstall-dev