install
source · Clone the upstream repo
git clone https://github.com/fabiopacifici-bot/open-agentic-investor
OpenClaw · Install into ~/.openclaw/skills/
git clone --depth=1 https://github.com/fabiopacifici-bot/open-agentic-investor ~/.openclaw/skills/fabiopacifici-bot-open-agentic-investor-open-agentic-investor
manifest:
skill.yamlsource content
name: open-agentic-investor description: An OpenClaw skill for autonomous investment recommendations. Fetch stock prices, analyze portfolios, notify buy/sell orders, and optionally execute trades with Trading 212. metadata: version: 1.0.0 author: fabiopacifici-bot skill_type: autonomous entrypoint: scripts/ license: MIT compatibility: python: '>=3.7' dependencies: - requests - python-dotenv - schedule