autoskill
betaAI that teaches itself to use any software.
A generalist skill framework where LLMs autonomously learn to operate applications — browsers, terminals, and anything you can plug in. Give it a task in plain language, and autoskill figures out the interface, executes the steps, and remembers what worked. The next run is faster because the AI already knows how.
- BrowserSkill — AI navigates websites, logs in, extracts data. No selectors, no per-site config.
- TerminalSkill — generates and executes shell commands from natural language with adaptive safety.
- Universal memory — learns from every run. First execution explores, second execution flies.
- Destructive command blocker — keyword + LLM two-layer safety gate for terminal operations.
- Adaptive trust — new tools start in sandbox mode, graduate to live execution after 3 successes.
- Plugin system — add custom skill backends in under 50 lines of Python.
- Unified CLI — auto-detects whether a task needs a browser or terminal.
- Streaming execution — watch the AI work in real-time, intervene when needed.
- Checkpoint recovery — save and restore execution state on failure.
- Self-evolution — skills learn from failures and improve autonomously.