
Agent Caly
在Google日历中调度AI代理任务
matt413 · HN
Schedule tasks for your AI agents from Google Calendar
完整作品展
技术栈
60 projects

在Google日历中调度AI代理任务
matt413 · HN
Schedule tasks for your AI agents from Google Calendar

DashForm - 为AI代理优化的联系表单和预订表单生成器。
@AIDailyGuy · X
the form built for agents

用 CountrySafe 的AI检查目的地安全,生成个性化行程,无需注册。
@TheFallen_jay · X
built this no signup,no pay in 1 hour


粘贴网址描述需求,用 ResetUI 生成现代化登陆页面设计。
@YaramasaGautham · X
Redesign you Landing page with URL

上传电子表格自动生成专业交互仪表板,无需代码。
@njpCoder · X
The analyst every business wishes they had.

HSR跃迁计算器,计算保底进度、抽取概率和星琼需求
HSR Warp Calculator — 《崩坏:星穹铁道》跃迁规划工具,计算保底进度、抽取概率和星琼需求

使用AI增强的安全分析扫描代码和应用漏洞。
u/swifi_ai · Reddit
After 10 years of keeping this idea alive, I finally launched my AI security platform to beta After more than 10 years of keeping this idea alive in one form or another, I finally pushed Swifi live to beta: https://swifi.ai Swifi is an AI-augmented application security platform. The goal: combine traditional security scanning with AI so teams can understand risk across code, vulnerabilities, and production context without stitching together a dozen disconnected tools. Why now? AI change

回答3个问题,发现适合你的需求、技能和预算的2-3个AI工具。
@Nouhsamo · X
Stop drowning in 300+ AI tools. I built the AI Stack Picker — answer 3 questions, get the 2–3 AI tools that actually fit what you do, how technical you are, and your budget. Free, no signup: You can watch the YouTube video about this here: Which AI Tools Do You Actually Need? I Built a Free Tool for That Stop drowning in 300+ AI tools. I built the AI Stack Picker — answer 3 questions, get the 2–3 AI tools that actually fit what you do, how technical you are, and your budget. Free, no signup: In this video you watch the whole thing get built and shipped — with AI — from a blank file to a live URL: the 3-question flow, the curation logic that makes it useful, the real bug that broke it on a real input (and the fix), and the 30-second deploy to Vercel. 🔥 WHAT IS THE AI STACK PICKER? The AI Stack Picker is a free web tool by Build Leaner (Bassam Nouh) that recommends a short, personal AI stack — 2–3 tools instead of 30

在一个仪表板中管理出租物业、跟踪租户、租金和维护日志。
@KatiyarSaiyam · X
just shipped my first full-stack app 🏠 properties, tenants, rent tracking & maintenance logs, all in one place. UI is still a work in progress — actively making it better. would love honest reviews & UI suggestions! 🔗 #buildinpublic #webdev #reactjs

用AI和OCR将PDF、截图和邮件转换为整理好的Excel表格。
Messy2Sheet — AI 文档转表格工具,把截图、邮件订单和 PDF 价格表按自定义字段整理成 Excel/CSV,支持保存可复用 Recipe

管理学术会议:提交和审阅论文、处理日程安排和注册。
@harryjwang · X
I've used many of the major conference systems. Plenty still have docs as an unsearchable static site — or worse, as PDFs that stopped tracking the product three versions ago. Somehow, still true in 2026. We took an AI-first path with instead. Our docs are generated from the codebase itself. A custom Claude Code skill writes each page and retakes the screenshots whenever a feature changes — so the docs don't drift from the product. Every page still gets reviewed by a human before it ships. Now you can talk to them, too. We just shipped "Ask AI" over our docs: This feature also turned out to be a nice teaching case for agentic RAG vs. classic RAG: • Classic RAG: chunk → embed → vector DB → retrieve once, by fixed rules • Agentic RAG: hand the model a search tool and let it drive — write a query, read the results, rewrite, retry At more than 100 pages, still no vector database needed. And every answer cites the exact page it came from. #Age