Install
# Clone the repository git clone https://github.com/sediman-agent/OpenSkynet.git cd OpenSkynet # Install dependencies npm install bun install # Start the backend bun run backend # Start the Electron app (in another terminal) npm run electron
Browser-First Architecture
OpenSkynet is a browser automation platform focused on:
- Browser Automation — Navigate, click, type, and extract data from any website
- Skills System — Record browser actions and replay them as reusable skills
- Self-Healing — Pages change? The agent adapts automatically
- Community Skills — Browse and install skills from the community hub
What it does
- Learn by showing — watch your browser once, replay anytime
- Self-healing — pages change? it patches itself automatically
- 24/7 scheduling — cron-based automation, runs while you sleep
- Skills hub — browse and install community skills
- Persistent memory — remembers preferences across sessions
Documentation
For configuration, providers, and advanced usage, see the docs.
Contributing
PRs welcome. Fork, branch, submit.
