Contexi
Hacker News Show7/2 21:1775

开源AI助手Valmis:安全优先的Claude Cowork替代方案

Show HN: I built an open-source alternative to Claude Cowork

阅读原文 ↗

中文摘要

开发者因现有AI助手OpenClaw在API集成与安全性上的不足,创建了开源替代品Valmis。Valmis通过代理系统设计解决安全问题:将AI代理运行在Docker容器中,仅能通过凭证ID请求主机执行API调用,主机完成实际请求后返回JSON数据,此设计甚至允许在断开容器网络访问的情况下工作。目前该系统已支持超过100款商业与生产力应用集成,包括Google Workspace、Slack、Notion等。Valmis还提供自动化工作流功能,支持通过cron、webhook或应用事件触发多步骤工作流,并包含条件与循环控制。

原文内容

Hey HN, A few months ago, I tried to automate some of my work with the popular AI agent OpenClaw, and then I quickly realized how difficult it is to get it to work with APIs and third-party services securely, which is essential for a lot of work-related tasks. Then I realized OpenClaw is more of a personal assistant and it was not designed to get actual work done as a coworker. So I started to build Valmis, an alternative to OpenClaw that works with more than 100 apps and services, with security being the priority. Valmis addresses the security issue by designing a proxy system: dockerized agent runtime can only request the host machine to make API requests by providing the relevant credential ID. The host then makes the actual request and returns the JSON data to the agent runtime. With this design, you can even turn off the internet access of the agent container while making it work. Our proxy system now supports 100+ business and productivity integrations, including all Google Workspace apps, Slack, Notion, HubSpot, Salesforce, and Figma. One of the coolest features of Valmis is the automated workflow. You can automate multi-step workflows using our workflow builder. Each workflow can be triggered by cron, webhooks, app events, and it supports conditions and loops. I'd be happy to answer any questions in the comment section. Comments URL: https://news.ycombinator.com/item?id=48761096 Points: 30 # Comments: 7