Activity
Mon
Wed
Fri
Sun
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
What is this?
Less
More

Owned by Josue

AI, Sales, Beer

600 members • Free

The pub where we build the future of sales. Crack a cold one, talk shop, and automate your way to the top.

The AI Lounge

21 members • Free

A space to learn AI and automation, share your journey, and grow together. 🚀

Memberships

AI Money Lab

72.9k members • Free

AI Automation Skool

2.3k members • Free

AI Automation Station

2.6k members • Free

Skoolers

190.1k members • Free

School of Content

1.2k members • Free

AI Systems & Soda

3.2k members • Free

Builder’s Console Log 🛠️

2.5k members • Free

Agent Space

708 members • Free

Chase AI Community

61.9k members • Free

116 contributions to AI Automation Society
I automated my entire content strategy with one AI skill
I was spending 4-5 hours every weekend manually creating guides, writing LinkedIn posts, and crafting DM templates for my lead magnets. Same process every week. So I built a Claude Code skill that does the whole thing for me. Here's the workflow: 1. I paste a YouTube video URL 2. The skill extracts the transcript using yt-dlp (free open source tool) 3. It researches the topic further on its own using web search 4. It writes a full Notion guide with step-by-step instructions, formatting, and sources 5. It generates 3 LinkedIn post variations (story angle, problem angle, framework angle) 6. It creates a DM template with placeholders for the person's name and the guide link The whole thing runs in about an hour for a full week of content. The only manual step is the graphic in Canva because image models still can't nail that consistently. The key here is that skills are just text files. No code. You describe your workflow once in plain English and Claude follows it every time. The structure is simple: a SKILL.md file for the main instructions, a references folder for things like writing rules and guide templates, and optionally a scripts folder for any code it needs to run. If you have any repeating workflow in your business (content, outreach, reporting, onboarding) you can turn it into a skill the same way. Just do the task once with Claude, then tell it to package the whole process into a skill using the Skill Creator. I put together a full walkthrough showing the entire build if anyone wants to see how the pieces fit together 👇 https://youtu.be/Z1zx4SivZ2Y?si=ViSKIkQsRq8AjcT4
Claude Cowork is the most underrated way to use Claude right now
Most people either use Claude through the chat or jump straight into Claude Code. But Cowork (the middle option in Claude Desktop) is honestly where non-technical users should be spending their time. Quick breakdown for anyone who hasn't tried it yet: The 3 modes and when to use each: → Chat = conversations, brainstorming, writing → Cowork = real tasks on your computer (files, email, dashboards, automations) → Code = full dev projects in a terminal Setup stuff most people skip: → You can import your ChatGPT or Gemini memory into Claude so it already knows your context → Global instructions let you set tone, formatting rules, etc. once and forget about it → Connectors (Gmail, Calendar, Drive, Notion) are one click to set up. No API keys. What Cowork can actually do: → Scan your email and calendar then summarize your week with pending tasks → Audit a website's structure through the Chrome extension → Build an interactive HTML dashboard from your email data → Organize hundreds of files in your Downloads folder in under a minute → Schedule any of these to run automatically on a timer The file organization one surprised me the most. 151 screenshots sorted into folders in about 30 seconds. And scheduled tasks mean you set it up once and never think about it again. No coding. No terminal. Just plain language. If you've been curious about Claude but felt intimidated by the code side, Cowork is the move. Same power, way more user friendly. I put together a full walkthrough with live demos of all of this if you want to see how it works in practice: https://youtu.be/w2-3cwNumlw?si=vGaUQU__SRexfs0W
4
0
I Built a Voice AI Agent Using Claude Code 🤖
I built a fully working voice AI receptionist that books appointments into Google Calendar. The whole thing took about 20 minutes. No drag and drop. No tutorials. Just Claude Code and a few prompts. The agent answers phone calls, checks calendar availability, collects the caller's info, and books the appointment on the spot. I tested it live in the video and it handled everything. Here's what I walk you through: • Setting up Claude Code from scratch for a voice AI project • Installing MCP servers for Vapi and n8n so Claude can build inside both platforms • Getting all your API keys (Vapi, n8n, Google Calendar) step by step • How Claude Code built the entire n8n workflow without me touching n8n once • Testing the agent live and troubleshooting a calendar bug using Vapi logs • How skills work in Claude Code and why they matter for repeatable builds The part that got me was how simple the troubleshooting was. The first call didn't book to the calendar. I exported the Vapi logs, pasted them into Claude Code, and it found the issue and fixed it on its own. Second call worked perfectly. If you've been curious about voice AI but thought you needed to be technical to build one, this video proves you don't. All the prompts are in the classroom under the Courses section so you can follow along and build it yourself. Check out the full walkthrough here: https://youtu.be/ZkABnQ_StcI?si=fX2CDku-QIhM652J
0 likes • Mar 3
@Alec Stephens bet!
5 Ways I'm Using OpenClaw Every Day 🦞
I've been running OpenClaw locally for the past couple weeks. Not for experiments. For actual daily work. Most of the content about OpenClaw right now is quick demos. This is what it looks like when you actually build real systems around it and use them every single day. Here's what I have running: • A YouTube competitor dashboard that tracks my channel and 5+ creators in my space. Built overnight while I was sleeping • Separate Telegram sessions for different workflows, each with their own skills and memory • A content repurposing pipeline that turns any YouTube link into 3 LinkedIn post variations in under a minute • Natural language reminders through cron jobs. "Remind me in 2 hours to email John." Done • An AI day planner that fills my Google Calendar from one message The part that got me was the overnight builds. I told OpenClaw "we have unused Claude tokens expiring, build something useful." One rule: don't ask me anything, just build it and test it yourself. Woke up to a fully working dashboard. 😅 I recorded a full walkthrough showing each use case, how I set it up, and how the Telegram sessions and skills system works. If you're curious about what a real daily OpenClaw setup looks like, check it out. https://youtu.be/ljFZMSJtuEg
AI Agents Built My App While I Watched 👀
Claude just dropped a feature called Orchestrated Teams. Instead of chatting with one AI, you now spin up a full team of agents that talk to each other and build together. I tested it by having three agents (frontend dev, backend dev, QA engineer) build a habit tracker app from scratch. No hand-holding. They coordinated tasks, flagged issues between each other, and delivered a working app in about 10 minutes. Here's what stood out: • The team lead delegates tasks and tracks progress without writing any code itself • Agents actually communicate. If the frontend needs something from the backend, they work it out • You get a real-time status board showing what each agent is doing • Plan mode first, then execution. Way better results than just winging it • The QA agent catches bugs the other two miss Before this, you could run multiple agents in parallel, but they had no idea what the others were doing. Frontend would build something that didn't match the backend. Now they coordinate like an actual dev team. This isn't just for building apps either. Think market research, competitor analysis, content workflows. Anything where you need multiple perspectives working together on one problem. I walked through the full setup step by step in my latest video. Terminal install, permissions, plan mode, agent spawning, everything. Check it out here: https://youtu.be/j9j_LRepWUo?si=FcexK55tUAXbKKMk
8
0
1-10 of 116
Josue Hernandez
5
172points to level up
@josue-hernandez-1795
Automation and AI Enthusiast Check out my YT! https://www.youtube.com/@JosueHernandez-AI

Active 7h ago
Joined Feb 12, 2025
Phoenix, Arizona
Powered by