TrailFuelCo โ€” Agent Command Center
Systems operational
Full Automation Pipeline
๐Ÿ“ฑ
Instagram DM Funnel
Built
๐ŸŽฌ
Video Creator + ElevenLabs VO
In Progress
โœ‚๏ธ
Platform Resize + Caption
In Progress
๐Ÿ“ค
Social Poster (IG, FB, TT, Threads)
Planned
Agent Status
๐Ÿ“ฑ
DM Funnel Agent
Watches Instagram comments for keywords, sends funnel link via DM automatically
Ready to test
social-agent/dm_agent.py ๐Ÿ“„
โœ“
Script written and corrected
โœ“
Persistent comment tracking added
โœ“
Rate limiting between DMs
!
Set COMPOSIO_API_KEY env variable
Replace YOUR_FUNNEL_LINK_HERE
Add more trigger keywords if needed
Test run on a real post
๐ŸŽฌ
Video Creator Agent
Assembles raw footage, generates script, calls ElevenLabs for voiceover, outputs finished video
Ready to test
video-creator/video_agent.py ๐Ÿ“„
โœ“
ElevenLabs account connected
โœ“
Pipeline design complete
โœ“
Raw footage folder confirmed โ€” Lux3
โœ“
ElevenLabs voice confirmed โ€” Liam (TX3LPaxmHKxFdv7VOQHJ)
โœ“
Script written with TrailFuelCo brand context
โœ“
Voiceover merge step included (ffmpeg)
โœ“
ffmpeg installed and confirmed
Drop into video-creator/ folder in repo
Test run in Claude Code Desktop
๐Ÿ“ค
Social Poster Agent
Takes finished video, creates 4 platform-specific versions, posts to IG, FB, Threads, TikTok
Planned
social-agent/post_agent.py ๐Ÿ“„
Define caption style per platform
Set video specs per platform (aspect, length)
Connect Composio social actions
Build Instagram Reels poster
Build Facebook poster
Build TikTok poster
Build Threads poster
โš ๏ธ PR #6 is open on GitHub โ€” merge it to clean up the "Sunny" placeholder content before building further. post_episode.py will need its content source updated after merge.
Tech Stack
๐Ÿ™
GitHub
drike33-crypto / glo-ministry-content
๐ŸŽ™๏ธ
ElevenLabs
Voiceover generation
๐Ÿ”—
Composio
API integrations (IG, FB, etc.)
๐Ÿค–
Claude API
claude-sonnet-4-6
๐Ÿ
Python
anthropic ยท composio-claude
๐Ÿ’ป
VS Code
Local development
Decisions Made
Brand
TrailFuelCo โ€” Family, Trail, Digital content and products
DM keyword
CASH โ€” triggers automated DM with funnel link
DM interval
Checks every 60 seconds. Random 3โ€“8s delay between individual DMs to avoid Instagram flags.
Repo structure
One central repo โ€” glo-ministry-content โ€” houses all agents. DM agent in social-agent/, video agent in video-creator/.
Video pipeline
Raw footage โ†’ assemble โ†’ ElevenLabs VO โ†’ merge โ†’ 4 platform versions โ†’ post. Build and dial in video side first before distribution.
Social platforms
Instagram, Facebook, Threads, TikTok โ€” each gets its own caption style and video spec, not the same post copied 4 times.
Model
claude-sonnet-4-6 โ€” corrected from invalid "claude-sonnet-5" in original script.