Posts

Showing posts from 2026

Clawing Now to Speed Up Later

Image
OpenClaw OpenClaw  has captured people's imagination in a big way in the last few weeks. The ability to turn an idea into something concrete like an app has always been aspiration for a business user or a technology developer. OpenClaw simply removes the barriers for anyone to be able to build an app or an AI agent . Taking it for a spin My last post was a geeky take on using Gemini CLI as an Investment Advisor . That was perhaps best appreciated by a developer and not a non-tech person. I am taking the same use case from financial industry and turning it into a tool that anyone could use with OpenClaw. OpenClaw The Builder I built 2 skills for stock trading. The first one is an investment council which studies the market and serves as a stock screener. The second is a detailed stock analyzer.  Investment Council This is a skill that contains a series of python scripts to perform the above capabilities. In total, it is about 15,000 lines of python code, all written by AI. Key ...