
Agent-Sin
AI agent that handles repeated tasks through reusable skills
115 followers
AI agent that handles repeated tasks through reusable skills
115 followers
Agent-Sin is a personal AI agent that handles the small daily chores quietly stealing your time β email, news, todos, "where did I put that?" searches across Slack and notes. Just ask in plain language. Agent-Sin turns your request into a reusable program (a "skill"), so the same task runs reliably, fast, and cheaply β every time. No prompt drift, no surprise bills.
Products used by Agent-Sin
Explore the tech stack and tools that power Agent-Sin. See what products Agent-Sin uses for development, design, marketing, analytics, and more.
LLMsΒ 1
LLMsΒ 1
Social & CommunityΒ 2
Social & CommunityΒ 2

Telegram 4.7Cloud-based, secure messaging app
4.8 (44 reviews)
My go-to surface for quick notifications. Lightweight, instant push, and perfect for the "just glance and move on" updates from Agent-Sin β daily news, todos, Stripe sales pings. Pairs well with Discord, which I use for deeper conversations.
Engineering & DevelopmentΒ 3
Engineering & DevelopmentΒ 3

Codex 3.0 by OpenAICodex can now build, test & debug on autopilot
5.0 (38 reviews)
A solid second engine for skill generation. Useful when I want a different take on the same task, or when I'm iterating fast on smaller scripts. Having two strong coding models side-by-side made skill development much smoother.

Claude CodeAnthropicβs deep-context AI coder
5.0 (539 reviews)
The most reliable tool I've used for generating skills β it understands long, messy context and produces code I can actually drop into Agent-Sin without much cleanup. Speed and accuracy on multi-file edits is what kept me coming back.

VercelThe frontend cloud. Creators of Next.js.
5.0 (942 reviews)
We're using Vercel to host both our landing page and the install script endpoint β and honestly, it just removed
every piece of friction we expected to deal with.
A few things stood out over the alternatives:
- Zero-config deploys from Git β push to main, it's live. No pipeline to babysit.
- Edge network out of the box β the install script (curl β¦ | sh style) needs to feel instant from anywhere in
the world, and Vercel's edge handled that without us configuring a CDN.
- Preview deployments per PR β being able to share a live URL for every change made iterating on the LP way
faster.
- Custom domains + automatic HTTPS β set once, never thought about it again.
We looked at Cloudflare Pages and Netlify too, both solid, but Vercel's DX around Next.js and the speed of the
dashboard tipped it. For a small team shipping fast, that compounds.

