You need Node.js with
npx or Bun, an installed AI agent, and at least one
agent skill. SelfTune uses your existing agent environment for interactive
reasoning; local setup does not require a separate model API key.Recommended: let your agent do it
Copy the setup prompt from Set up with your agent. Your agent will inspect the environment, choose the right installation path, and stop when it needs permission.Manual setup
1
Install the agent skill
2
Initialize SelfTune
Ask your agent:The agent should detect supported harnesses and explain the changes it
intends to make.
3
Check the runtime
4
Import existing local evidence
5
Inspect the inventory
Verify the result
You are done when all of these are true:doctorreports no blocking runtime or permission error;- SelfTune finds the skills you expect it to find;
statusreturns a health or no-data state for each discovered skill; and- no remote upload, publication, credential, or background-service change happened without your approval.
A no-data result is valid on a fresh installation. Use the skill naturally,
then run
sync and status again after the agent session ends.Open the local dashboard
If setup does not work
Rundoctor again and keep its exact output. Then follow
Troubleshooting for runtime, discovery, permissions,
and no-data problems.