Quickstart
This path gets a new machine from zero to a remote skill run without copying skill source into agent folders.
Install the CLI
Install the public package once on the machine.
bun install -g @hasna/skillsCreate or reuse an account
Sign in with the passwordless OTP flow. The same command works for first-time users and returning users.
skills auth signupRegister agent integrations
Register the MCP server for supported hosts from the project where you want agents to use skills.
skills setup agentsFind a skill
Search by task, inspect the contract, and quote premium work before running it.
skills search pdfskills info pdf-to-markdownskills quote pdf-to-markdown --input ./report.pdfRun and inspect outputs
Run by skill name. Outputs materialize under .skills/exports/<skill>/<run-id>/.
skills run pdf-to-markdown --input ./report.pdffind .skills/exports/pdf-to-markdown -maxdepth 2 -type fWhat success looks like
After setup, agents discover skills through MCP, request the selected skill contract only when needed, ask for approval for paid work, and return generated files in the workspace.