Beyond code
Lukan isn’t just for code. Use it for daily operational execution:Common automations
- Read and send emails
- Schedule and manage calendar tasks
- Trigger deployments and monitor status
- Coordinate cross-tool workflows from one prompt
- Interact with web applications via browser automation
For reliable outcomes, include expected output and validation criteria in your prompt.
Browser Automation
Enable browser control with the--browser flag:
BrowserNavigate- Navigate to a URLBrowserNewTab- Open a new tabBrowserSnapshot- Take an accessibility tree snapshotBrowserScreenshot- Take a JPEG screenshotBrowserClick- Click an element by reference numberBrowserType- Type text into an input fieldBrowserEvaluate- Evaluate JavaScriptBrowserSavePDF- Save the current page as a PDFBrowserTabs- List open tabsBrowserSwitchTab- Switch between tabs
Browser options
| Flag | Description |
|---|---|
--browser-visible | Launch Chrome with visible window |
--browser-user-profile | Use default Chrome profile |
--browser-cdp <url> | Connect to existing Chrome via CDP |
--browser-allow-internal | Allow navigation to internal/private URLs |
Skills
Skills are project-specific extensions stored in.lukan/skills/<name>/SKILL.md.
Creating a Skill
Using Skills
/skills- List available skills- The agent loads skills automatically via the
LoadSkilltool when a matching task is detected
