OpenClaw Automation
Allow telegram to run commands on host
NOTICE: THIS IS VERY DANGEROUS!
Allow openclaw access openclaw host files and directories via telegram chat:
json
{
"commands": {
"ownerAllowFrom": ["telegram:xxx"]
}
}Connect to web browser
~/.openclaw/openclaw.json
json
{
"plugins": {
"entries": {
"browser": {
"enabled": true
}
}
}
}shell
openclaw config set browser.enabled true
openclaw config set browser.executablePath "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
openclaw config set browser.defaultProfile "openclaw"
openclaw config set browser.headless true
openclaw config set browser.noSandbox trueshell
openclaw gateway restart
openclaw browser start
openclaw browser statusrefs:
Build a framework(or auto SOP) for specify work flow
TBD.
