04-16 00:00 · 技术迭代,生态扩展,内容生成,平台竞争,技能模块
根据文字描述或参考图片生成视频的技能
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
AI视频生成与编辑,使用火山引擎 Doubao Seedance 模型。支持文生视频、图生视频、有声视频。当用户要求生成视频、制作视频、文生视频、图生视频时使用此 skill。
Like a lobster shell, security has layers — review code before you run it.
▸ 展开全文
04-16 00:00 · 技术升级,平台生态,AI技能,检索增强,产品更新
生产级长期记忆管理技能,支持智能提取、混合检索等功能
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
This skill should be used when working with memory-lancedb-pro, a production-grade long-term memory MCP plugin for OpenClaw AI agents. Use when installing, c...
Like a lobster shell, security has layers — review code before you run it.
▸ 展开全文
04-16 00:00 · 技术迭代,平台生态,内容生成,技能扩展,AI工具集成
基于文字描述的图片生成技能,支持多种风格和模型
Generate images using multiple AI models — Midjourney (via Legnext.ai), Flux, Nano Banana Pro (Gemini), Ideogram, Recraft, and more via fal.ai. Intelligently...
Like a lobster shell, security has layers — review code before you run it.
▸ 展开全文
04-16 00:00 · 技能发布,流程自动化,社交媒体,平台更新,功能增强
OpenClaw微博发帖自动化技能,支持格式校验、定时发帖等功能
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
发微博(新浪微博)。当用户说"发微博"、"发条微博"、"发到微博"、"发一条微博"、"帮我发微博"、"发到微博"时触发。使用浏览器自动发微博。
Like a lobster shell, security has layers — review code before you run it.
▸ 展开全文
04-16 00:00 · 芯片发布,硬件升级,AI算力,模型训练,技术赋能
英伟达发布Blackwell架构AI芯片,性能提升显著,支持更大模型训练
Data Center
The NVIDIA inference platform powers the highest performance across a broad range of workloads to scale AI factory revenue.
Energy
Major power producers support new AI factories built with NVIDIA Vera Rubin DSX architecture to accelerate deployment and strengthen the U.S. power grid.
Explore the Best of GTC 2026 Sessions
NVIDIA Extreme Co-Design Delivers New MLPerf Inference Records
DLSS 4.5 Now Available
NVIDIA and Emerald AI Accelerate Power-Flexible AI Deployment
Make Autonomous Agents More Secure by Design With NVIDIA OpenShell
NVIDIA Vera Rubin Opens Agentic AI Frontier
▸ 展开全文
04-16 00:00 · AI,微软,Copilot,AI
微软宣布Copilot AI助手全面集成到Windows 12操作系统
使用 Microsoft 365 充分利用每一天
只要购买一项计划,即可享受在线保护、安全的云存储空间和多款创新应用,满足你的各种需求。
Xbox 控制器
Elite 品质,无线连接,随处适用 - 无论你的游戏风格如何,这款控制器都能满足你的需求。
Xbox Elite 无线控制器 2 代 黑色
全新 Xbox Elite 无线控制器 2 代针对竞技型玩家所设计
Microsoft Edge
浏览过程中,可体验出色性能,隐私性更强、效率和价值更高。
商业版
全新
来认识一下最新的 Surface 商用版 Windows 11 AI+ PC
便携、性能强劲,且具备世界级安全防护—这就是搭载 Snapdragon® 处理器的 12 英寸 Surface Pro 商用版以及 13 英寸 Surface Laptop 商用版。
获取适合你的业务的 Microsoft Teams
联机会议、聊天、实时协作以及共享云存储,尽在一处。
加入 AI 时代
使用最新的 Microsoft AI 解决方案进行创建、沟通和编码。
面向企业的 Windows 11
专为混合办公而设计。为员工提供强大支持。为 IT 提供一致体验。全面的安全保障。
▸ 展开全文
04-16 00:00 · AI,视频生成,StabilityAI,AI
Stability AI发布文本到视频生成模型,支持高质量短视频生成
Marketing
Create high-quality on-brand assets for every campaign using our image generation and editing tools.
Gaming
Build immersive worlds with our 3D and 4D video models that take volumetric generative media to the next level.
Entertainment
From storyboarding to color grading, our image and video tools help you get to the final cut faster.
Your next production requires more than a prompt.
Your business needs comprehensive controls to deploy Gen AI with confidence.
The flexible deployment you need
to get to the outcomes you want.
Self-Hosted
Deploy our models in your environment for advanced customization and control of your data.
Get license
Applications
Brand Studio, our fully managed creative production platform for enterprise teams.
See plans
API
Seamlessly integrate our production-ready media generation and editing tools with no infrastructure to manage.
See plans
Cloud Service
Deploy our models in your environment for advanced customization.
See plans
Less busywork.
More great work.
The future of creativity is here, and it’s not just a prompt. It’s people like you, using tools like ours. So, ready to start making like nobody’s business?
▸ 展开全文
04-16 00:00 · AI自动化,开源工具,技术迭代,流程优化,浏览器技术
Show HN: Libretto – Making AI browser automations deterministic
Libretto is a toolkit for building robust web integrations. It gives your coding agent a live browser and a token-efficient CLI to:
- Inspect live pages with minimal context overhead
- Capture network traffic to reverse-engineer site APIs
- Record user actions and replay them as automation scripts
- Debug broken workflows interactively against the real site
We at Saffron Health built Libretto to help us maintain our browser integrations to common healthcare software. We're open-sourcing it so other teams have an easier time doing the same thing.
libretto-demo.mov
- Website: libretto.sh
- Docs: libretto.sh/docs
- Repository: github.com/saffron-health/libretto
- Discord: discord.gg/NYrG56hVDt
npm install libretto
# First-time onboarding: install skill, download Chromium, and pin the default snapshot model
npx libretto setup
# Check workspace readiness at any time
npx libretto status
# Manually change the snapshot analysis model (advanced override)
npx libretto ai configure <openai | anthropic | gemini | vertex>
setup
detects available provider credentials (e.g. OPENAI_API_KEY
) and automatically pins the default model to .libretto/config.json
. Re-running setup
on a healthy workspace shows the current configuration instead of re-prompting. If credentials are missing for a previously configured provider, setup
offers an interactive repair flow.
Use ai configure
when you want to explicitly switch providers or set a custom model string.
Libretto is designed to be used as a skill through your coding agent. Here are some example prompts:
Use the Libretto skill. Go on LinkedIn and scrape the first 10 posts for content, who posted it, the number of reactions, the first 25 comments, and the first 25 reposts.
Your coding agent will open a window for you to log into LinkedIn, and then automatically start exploring.
I'm gonna show you a workflow in the eclinicalworks EHR to get a patient's primary insurance ID. Use libretto skill to turn it into a playwright script that takes patient name and dob as input to get back the insurance ID. URL is ...
Libretto can read your actions you perform in the browser, so you can perform a workflow, then ask it to use your actions to rebuild the workflow.
We have a browser script at ./integration.ts that automates going to Hacker News and getting the first 10 posts. Convert it to direct network scripts instead. Use the Libretto skill.
Libretto can read network requests from the browser, which it can use to reverse engineer the API and create a script that directly calls those requests. Directly making API calls is faster, and more reliable, than UI automation. You can also ask Libretto to conduct a security analysis which analyzes the requests for common security cookies, so you can understand whether a network request approach will be safe.
We have a browser script at ./integration.ts that is supposed to go to Availity and perform an eligibility check for a patient. But I'm getting a broken selector error when I run it. Fix it. Use the Libretto skill.
Agents can use Libretto to reproduce the failure, pause the workflow at any point, inspect the live page, and fix issues, all autonomously.
You can also use Libretto directly from the command line. All commands accept --session <name>
to target a specific session.
npx libretto open <url> # launch browser and open a URL
npx libretto snapshot --objective "..." # capture PNG + HTML and analyze with an LLM
npx libretto exec "<code>" # execute Playwright TypeScript against the open page
npx libretto close # close the browser
Run npx libretto help
for the full list of commands.
All Libretto state lives in a .libretto/
directory at your project root. See the configuration docs for details on config files, sessions, and profiles.
Join our Discord to connect with other developers, get help, and share what you've built:
For longer-form threads, head to GitHub Discussions. Found a bug? Open an issue.
MIT License — use it freely in commercial and open-source projects.
For local development in this repository:
pnpm i
pnpm build
pnpm type-check
pnpm test
Source layout:
packages/libretto/src/cli/
— CLI commandspackages/libretto/src/runtime/
— browser runtime (network, recovery, downloads, extraction)packages/libretto/src/shared/
— shared utilities (config, LLM client, logging, state)packages/libretto/test/
— test files (*.spec.ts
)packages/libretto/README.template.md
— source of truth for the repo and package READMEspackages/libretto/skills/libretto/
— source of truth for the Libretto skill
Run pnpm sync:mirrors
after editing packages/libretto/README.template.md
or anything under packages/libretto/skills/libretto/
.
To check that generated READMEs, skill mirrors, and skill version metadata are in sync without fixing them, run pnpm check:mirrors
. To release, run pnpm prepare-release
.
Note
This is an early-stage project under active development. APIs may change before version 1.0. We recommend pinning to specific versions in production.
Built by the te
▸ 展开全文
04-16 00:00 · 招聘,AI人才,初创公司,YC孵化,技术社区
Adaptional (YC S25) is hiring AI engineers
Adaptional is building AI for insurance. Insurance is one of the largest industries globally, and still manages huge amounts of work with manual data entry, outsourced teams, human error-checking, and 20-year-old software. We are building a platform that delivers the claude-code experience for insurance teams.
Adaptional’s founders previously built and exited a VC-backed insurance startup and raised a $10m seed round, one of the largest insurtech seeds to date. We are working with top-10 insurance companies and are building a multi-product roadmap rapidly.
As a founding engineer you will build the company at the earliest stage, both technically and culturally. The role of an engineer is evolving from writing code to being full-stack problem solvers (and using lots of AI agents to do it), and we are looking for AI-pilled engineers with strong technical foundations who are excited by this. You’ll build the core product, work directly with our customers, and do whatever it takes to make our customers successful.
We work together in-person at an office in the Presidio, San Francisco.
What you’ll do:
Qualifications:
Compensation:
▸ 展开全文
04-16 00:00 · AI,编程工具,Cursor,大模型,AI
Cursor 2.0发布,支持多模型切换,代码生成和审查能力增强
This element contains an interactive demo for sighted users showing multiple Cursor interfaces: Cursor CLI interface, Cursor Desktop interface. The interface is displayed over a subtle, solid brand background.
Cursor CLI
Cursor Agent
~/cursor/cursor-web
Analyze Tab vs Agent Usage Patterns
Help me understand how teams split their focus between the tab view and the agents panel across our workspaces.
→
Composer 2 / for commands · @ for files
Cursor Desktop
http://localhost:3000
Acme Labs
Software creation is changing. We are a group of researchers, engineers, and technologists inventing at the edge of what's useful and possible.
This element contains an interactive demo for sighted users. It's a demonstration of Cursor's IDE showing AI-powered coding assistance features. The interface is displayed over a subtle, solid brand background.
Cursor
Plansfeature-prd.md
Mission Control Interface
A grid view of all open windows as scaled previews, allowing quick selection to bring any window to front.
Trigger
Menu item in MenuBar.tsx (View > Mission Control), hotkey F3, or double-tap desktop.
View Behavior
Overlay existing windows into a grid of live previews with spring-based layout animations and shared element transitions.
3 Tasks
Add multiplayer mode to useAppStore.ts
Create a new MissionControlView.tsx component
Update AppManager.tsx to apply expose modes.
Add a task, ⌘K to generate...
Plan Mission Control
let's build a mission control interface, similar to the expose-style window manager on macOS
Works autonomously, runs in parallel
Agents use their own computers to build, test, and demo features end to end for you to review.
let's build a dashboard to make our research findings interactive
Explored12 files, 4 searches
On it. I'll build the dashboard using your theme config, wire up the research data, and add interactive charts with public access controls.
Worked for 14m 22s
Processedscreen recording
Done! Here's a walkthrough of the dashboard.
Acme Labs
Summary
Built the interactive dashboard with realtime charts, data from Snowflake, and shadcn components. Deployed to staging via Vercel.
Add a follow up...
In every tool, at every step
Cursor runs in your terminal, collaborates in Slack, and reviews PRs in GitHub.
curlhttps://cursor.com/install-fsS | bash
This element contains an interactive demo for sighted users showing multiple Cursor interfaces: the CLI with command-line assistance, Slack integration for team communication. The interface is displayed over a scenic painted landscape wallpaper, giving the demo an artistic backdrop.
Slack
swhitmore5m
i wanna be able to go to cursor.com/changelog#1.0 to see 1.0 changelog
eric4m
checks out
@cursor can you take a stab?
CursorAPP2m
I added direct linking for changelog entries and updated the Node.js version constraints across the project for better maintainability.
This element contains an interactive demo for sighted users. It's a demonstration of Cursor's IDE showing AI-powered coding assistance features. The interface is displayed over a scenic painted landscape wallpaper, giving the demo an artistic backdrop.
Cursor
"use client";import React, { useState } from "react";import Navigation from "./Navigation";import SupportChat from "./SupportChat";export default function Dashboard() { return ( <div className="flex h-[600px] border rounded-lg overflow-hidden"> <div className="w-64 border-r"> </div> <div className="w-80 border-l"> <SupportChat /> </div> </div> );}
"use client";import React, { useState } from "react";import Navigation from "./Navigation";import SupportChat from "./SupportChat";export default function Dashboard() { return ( <div className="flex h-[600px] border rounded-lg overflow-hidden"> <div className="w-64 border-r"> </div> <div className="w-80 border-l"> <SupportChat /> </div> </div> );}
The new way to build software.
Stay on the frontier
Use the best model for every task
Choose between every cutting-edge model from OpenAI, Anthropic, Gemini, xAI, and Cursor.
This element contains an interactive demo for sighted users showing multiple Cursor interfaces: Cursor CLI interface, Cursor Desktop interface. The interface is displayed over a subtle, solid brand background.
Cursor CLI
Cursor Agent
~/cursor/cursor-web
Analyze Tab vs Agent Usage Patterns
Help me understand how teams split their focus between the tab view and the agents panel across our workspaces.
→
Composer 2 / for commands · @ for files
Cursor Desktop
http://localhost:3000
Acme Labs
Software creation is changing. We are a group of researchers, engineers, and technologists inventing at the edge of what's useful and possible.
This element contains an interactive demo for sighted users. It's a demonstration of Cursor's IDE showing AI-powered coding assistance features. The interface is displayed over a subtle, solid brand background.
Cursor
Plansfeature-prd.md
Mission Control Interface
A grid view of all open windows as scaled previews, allowing quick selection to bring any window to front.
▸ 展开全文