
CrewScore — find missing written guardrails
用23个浏览器本地控件检查AI助手指令的缺失防护措施。
shmindmaster · HN
CrewScore – coverage check for AI agent prompts (0.6.11)
完整作品展
技术栈
73 projects

用23个浏览器本地控件检查AI助手指令的缺失防护措施。
shmindmaster · HN
CrewScore – coverage check for AI agent prompts (0.6.11)

Mount what your model was never trained on. Unmount it when you're done. Sealed, signed, measured knowledge packs for local models.
@developerpranab · X
YantrikDB: mountable knowledge for local models. A 4B scores 7/53 on the MCP spec published this week; 42/53 with the pack mounted. No retraining.

无需登录的可视化CSV匹配工具。
ngarner · HN
ZeroGate – Fast, account-free visual CSV matching without AI

根据文本提示生成自定义乐高模型,获得完整的部件列表和建筑说明。
u/Leading_Green5185 · Reddit
Prompt to Physically Stable, Buildable Lego Model Tool https://reddit.com/link/1w5o7tg/video/pytzfh7nf6nh1/player https://reddit.com/link/1w5o7tg/video/wxc7lf5rf6nh1/player Looking at most "AI Lego generator" tools out there, I found that they mostly output nice looking renders, but ones which do not correspond to real LEGO bricks or physically stable structures. That lead me to the idea of BrickForgerAI . For me, the interesting part is the pipeline behind it - turning an arbitrar

Merge, split, compress, sign, and convert PDF files with 48 free tools that run entirely in your browser. No account, no upload, no limits.
@imissfiles · X

免费浏览器实用工具,用于开发、硬件测试和音频。
ChillyCapy · HN
CapyToolkit – Browser-native developer and hardware diagnostic tools

在浏览器中创建自定义应用和工具,无需编写代码。
thejarren · HN
Hey HN, I'm really excited to share Emra with you. The yc description would be: It's like "Notion meets Lovable". It's a workspace where you build full apps using AI and every app sits on one shared database and service layer. Generated apps are always editable, and (coming soon:) can interact with each other in the workspace. I'm of the opinion that the cost of software will go rapidly to zero (I don't think that's too surprising to any of you), but there will always be room for effort and creativity. Emra is essentially built for the future where every person is a developer. Essentially personal software for everyone. So far I've built notes apps with a 3d graph view to see connections, a video editing app and a canvas design tool (figma clone) with export capabilities, as well as a collection of project management tools and games. Right now the most satisfying thing is being able to fix a bug I run into in around the same amount of time that it takes to send a bug report in any tr


无代码创建应用内入门流程、卡片、推送通知和提示。
@adnaanazam · X
Build for no code dynamic screen

在浏览器中从视频提取帧,导出为 ZIP 或 PDF,无需上传。
YongYuan · V2EX
做了个纯浏览器端的视频抽帧工具,不上传、不安装 做视频相关的事时经常要把视频拆成一帧帧的图 —— 做封面、做分镜、给 bug 提单配图、分析动作。 常见的三条路我都不太满意: - **ffmpeg**:要装、要记命令,偶尔用一次还得翻文档 - **桌面软件**:多半收费,而且挺重 - **在线工具**:要上传视频,隐私和体积都不踏实 所以自己撸了一个:**Video2Frames** 👉 https://videotoframes.app ## 它是什么 一个纯前端的 Video Frame Extractor 。整个抽帧过程跑在你自己的浏览器里,用的是 HTML5 Video + Canvas ,**视频文件从头到尾不会离开你的电脑**。 ## 能做什么 - **批量抽帧**:按时间间隔(每 N 秒 / 每 N 帧)自动抓一段区间内的所有帧 - **单帧抓取**:拖进度条到某一刻,一键抓下当前帧 - **导出 ZIP**:所有帧打包成 PNG - **导出 PDF**:带时间戳的 contact sheet ,1/2/3/4/

将 OpenAPI 规范和数据库转换为 MCP 工具,无需编码。
mhmt_dmr · HN
MCP Gateway – Turn existing APIs and databases into MCP servers

上传 PDF 生成二维码和短链接,无需注册也无需下载。
EdenSu · V2EX
做了个托管 PDF 的二维码工具 最近老婆一直在抱怨给老外传 pdf 文件很麻烦,之前一直是走邮件附件。麻烦在于文件一改就得重发一遍,对方手上可能还留着旧版本,来回确认到底看的是哪一版特别费劲。 想着不如给她生成个二维码或者短链接,文件更新了直接换后面的,链接不变。搜了一圈现成的工具,试了几家都有点别扭。有的免费能生成,点下载却要注册。还有的会在扫码后的落地页上放广告,但那是发给客户看的东西,不太合适。 干脆自己做了一个: https://qrcodeforpdf.app 传个 PDF ,出一个二维码和短链接,扫了在浏览器里直接打开,不用下载也不用装 App 。文件可以随时替换,码和链接都不变,已经发出去或者印出去的都还能用。不注册就能生成和下载,PNG 和 SVG 都没有水印,应该是比较完美的,刚好也作为自己的一个小项目,也欢迎大伙们试用给建议,逐步优化!