openclaw-workspace-pet-macos
Personal OpenClaw workspace for pet pharmaceutical market analysis. Currently focused on competitive intelligence for Boehringer Ingelheim pet drugs in the Chinese market.
Summary
A market research and analysis workspace powered by OpenClaw + LLM. The agent (pet-competitor) specializes in synthesizing pet pharmaceutical market data, generating competitive comparison reports, and providing structured analysis for market intelligence purposes.
Primary focus: Boehringer Ingelheim China pet drug product line vs. Zoetis China, including:
- Product portfolio comparisons
- Competitive landscape analysis
- Market trends and insights
- Report generation (PDF/HTML)
Included Assets
openclaw-workspace-pet-macos/
├── AGENTS.md # Session startup procedures
├── MEMORY.md # Long-term curated memory
├── SOUL.md # Agent personality and values
├── TOOLS.md # Environment-specific tool notes
├── IDENTITY.md # Agent identity (pet-competitor)
├── USER.md # User context
├── HEARTBEAT.md # Periodic task template
├── BOOTSTRAP.md # Initial agent setup
├── annotate_screenshots.py
├── .git-sync.sh # Auto-sync to GitHub
│
├── memory/ # Daily session logs
│ ├── 2026-04-06-bi-zoetis-pet-comparison.md
│ ├── 2026-04-06-last30days-config.md
│ ├── 2026-04-08.md
│ └── 2026-04-13-openclaw-llm-swot-analysis.md
│
└── skills-for-share/ # Reusable OpenClaw skills
├── web-access/ # CDP browser automation
├── openclaw-tavily-search/
├── minimax-mcp-call/ # MiniMax search + image understanding
├── minimax-multimodal/ # Voice/music/video generation
├── memory-setup/
└── agent-browser-clawdbot/
How to Use
Clone to New Environment
git clone https://github.com/zhaoomi-zyw/openclaw-workspace-pet-macos.git ~/.openclaw/workspace
Install Shared Skills
cp -r skills-for-share/web-access ~/.openclaw/skills/
cp -r skills-for-share/openclaw-tavily-search ~/.openclaw/skills/
cp -r skills-for-share/memory-setup ~/.openclaw/skills/
# ... additional skills as needed
Configure Environment
| Setting | Value |
|---|---|
| Chrome | /Applications/Google Chrome.app/Contents/MacOS/Google Chrome (v136) |
| Tavily API | Configured in ~/.openclaw/.env |
| Workspace path | ~/.openclaw/workspace-pet-macos |
Search Workflow
Priority: Tavily → CDP → Abandon/Alternative
| Scenario | Use |
|---|---|
| News/industry reports | Tavily |
| JS-rendered pages | CDP (browser automation) |
| Xiaohongshu/TikTok detail pages | Abandon (login required, ephemeral content) |
Git Sync
The .git-sync.sh script auto-commits and pushes changes every 30 minutes. Run manually:
bash .git-sync.sh
Notes
- Language: Primary working language is Chinese (简体中文)
- Report Style: Deep green color scheme (
#1a3d1a,#2d5a2d,#e8f5e9) - GitHub Repo: Private repository at
github.com/zhaoomi-zyw/openclaw-workspace-pet-macos - Platform: macOS (omi's MacBook Pro, Darwin 25.4.0)
- Key Limitation: Xiaohongshu/TikTok content requires login; detail pages often return 404 for historical posts
No comments yet.