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

Memberships

AI Automation Society

420k members • Free

AI Automation Agency Ninjas

21.1k members • Free

[CLOSED] ItsKeaton Group

1.8k members • Free

AI Automation Agency Hub

328.1k members • Free

6 contributions to AI Automation Society
Day 3 done. Built my own Claude Code skill and now I kind of want to build ten more. 🛠️
Rolling into Day 3 of the challenge 🙌 What I built: A custom "company brief" skill for Claude Code. I feed it a company name or a URL, and it does the research and spits out a genuinely sharp-looking HTML report, overview, products and services, market positioning, recent news and signals, all with real cited sources at the bottom. My sample run was on Republic Services, and it came out looking like something I'd actually hand to a client. It works for straight company research or competitor analysis. Then I got greedy and built a second skill that takes that HTML and renders it into a clean PDF. (Screenshots below 👇) One thing that clicked: Skills are basically reusable superpowers. Instead of re-explaining what I want every single time, I taught Claude Code how to do the job once, and now it just does it on command. The moment it really landed was chaining the two together; one skill builds the report, the next turns it into a polished PDF. That's when it stopped feeling like a one-off task and started feeling like I was building my own little toolkit that compounds. One thing I'd improve next time: A couple of things on the list. I want to tighten the source quality, so it leans on primary sources like investor pages and earnings releases over aggregators. And I'd love to add a competitor comparison mode that briefs two companies side by side in the same report, since that's really where the analysis gets useful for my business. Wild how fast this stuff comes together once you stop thinking in one-off prompts and start building tools you reuse. Anyone else in the group building custom skills? Drop what you're working on, I want ideas for skill number three. 🚀
Day 3 done. Built my own Claude Code skill and now I kind of want to build ten more. 🛠️
Day 5 #7DayAISChallenge
I only spent around 30 minutes on this to get a basic understanding of how to create websites in Claude Code. I didn't add diverse animations or anything but I made sure the website looked good still. https://www.risedigitalco.com/ This is the frontend page for my AI Agency although there isn't a backend as I'm not quite finished with designing the website. The hack that helped the most from Nates website building video was definitely the front-end design skill. I tried making a website with Claude a while back and it looked absolutely horrendous, I wasn't using the front-end design skill then but now I did and there is a MASSIVE difference.
0 likes • 9h
That looks great. I haven’t built a few webpages with Claude code, however, I have not utilized the front end skill that is taught in the video. So I am looking forward to seeing what that does to a current site that I have built with it. Keep it up. Looking forward to see your progress as you continue.
When do I start building?
Good afternoon everyone. As I’m closing down on the 2nd chapter of the course, I wanted to know when do I start building in n8n? I been so eager to build but just been patient with learning through the videos.
2 likes • 9h
@Reginald Smith Jr that is kind of the whole point, he talks about how using Claude code is way faster for a lot of things compared to whole set up in n8n. If you were doing the seven day challenge, and you hopefully are starting to realize that a lot of of what you’re doing is what you can do inside of n8n, this is just a faster way and still even integrate it with n8n if desired too. Lots to learn, but take it all one bite at a time and it’ll start to come together.
Day 1 done. Built a newsletter bot and it kind of blew my mind. 🎉
New here and jumping into the 7-day challenge, so hi everyone 👋 What I built: An automated newsletter workflow. I hand it a topic, and it takes it the rest of the way: researches recent sources, drafts the copy in my brand voice, generates on-brand infographics, hosts the images, builds the email-safe HTML, and sends it to the inbox. Topic in, finished newsletter out. My first issue was on the rising cost of funerals and how final expense insurance helps. (Screenshots below 👇) One thing that clicked: The big lightbulb was how much you can hand off to the agent once the workflow is set up right. I give it a topic and it makes the calls the whole way down, research, stat selection, copy, layout, send. The trick is splitting the work into predictable stuff the tools handle and the judgment stuff the agent reasons through, so the whole thing runs start to finish without me hovering over it. Oh, and a fun little tell I learned to hunt down: those long dashes (the em dash) are a dead giveaway that something was AI-generated. So I had it strip them out so the writing actually reads human. 😅 One thing I'd improve next time: Three tweaks on my list. Bake the dash cleanup in so it's automatic every time. Add a step that double-checks the data points against their sources before they land in the draft. And build a quick compliance checklist into the flow so it catches missing disclosures or a wrong link on its own. Honestly, this was way more fun and way simpler to put together than I expected. Excited for Day 2. Anyone else building something automated? Would love to see what you all are cooking up. 🚀
Day 1 done. Built a newsletter bot and it kind of blew my mind. 🎉
0 likes • 1d
@Ahmad Khan Great question! For now, I have just sent the data out as is, trusting it is correct. It was utilizing the research it had from perplexity. The way I was planning to set this up was to have a Google sheet get a row added with the critical data points that need to be verified, and once a selection is approved from the drop-down, it fires off the agent to send the email as expected. That is part of that 10% human Nate talks about.
0 likes • 9h
@Tsvetomir Krumov it’s all on one skill. I do have it utilize agents within its own call via prompt telling it to have them do research and then put the email together and it is to verify the data and email and structure all looks correct prior to sending.
Day 2 done. Played with the Firecrawl MCP server and this one fought back a little. 😅
Back for round two of the 7-day challenge 🙌 What I built: I hooked up the Firecrawl MCP server and put it to work scraping real data off the web. Started with a pull from Yelp to grab some leads, and that went smoothly, no complaints. Then I got ambitious and tried scraping product reviews, first off Google, then off Best Buy, and that's where things got spicy. One thing that clicked: Not every site scrapes the same. The Yelp pull was quick and clean, but the moment I pointed it at Google and Best Buy for reviews, it hit some real snags. I ended up having to restart the whole scraping session, and the second run did behave better, so sometimes the fix really is just to tear it down and start fresh. Good reminder that the tool working perfectly once doesn't mean the next target is going to be as friendly. One thing I'd improve next time: The big head-scratcher was speed. That second run took way longer than my earlier Yelp pull, and I honestly can't tell you why yet. So next time I want to actually dig into what's slowing it down, whether it's the site fighting back, the volume of reviews, or something in how I set up the request. Figuring out the "why" behind the slow run is my homework. Not as clean as Day 1, but I learned more from it wrestling with me than the easy win did. That's the point of the challenge, right? 😄 Anyone else run into scrapers that work great on one site and choke on the next? Curious how you all handle it. (The third page, for some reason, kept failing, so I just told Claude to run with the 2 pages we had.)
Day 2 done. Played with the Firecrawl MCP server and this one fought back a little. 😅
1-6 of 6
Austin Weinland
3
26points to level up
@austin-weinland-5021
Here for good conversation and fun learning!

Active 5h ago
Joined Jul 4, 2026
Powered by