Bilibili Video Downloader and Uploader
Submit a Bilibili URL to automatically download the video, upload it to Google Drive with public access, and email you the link or an error.
This directory currently includes 19 recipes for the browser / computer-use action pattern, across 7 roles. Browser and computer-use agents carry out a defined task in a user interface. They may fill a form, download a file, copy information between systems, make a booking, or complete another visible sequence of steps. This pattern is useful where no direct integration exists or where the work genuinely happens in a browser. The examples show why guardrails matter more here than in read-only workflows: the agent can change external state. Give it a narrow task, explicit permissions, visible checkpoints, and a clear recovery path when the interface or data changes. Start with a reversible action in a stable environment. Build confidence from screenshots, logs, and human confirmation before allowing actions that affect customers, money, or access. Every example makes its inputs, output, and handoff concrete, so you can compare real workflow boundaries before adapting the pattern to your own tools and process.
Submit a Bilibili URL to automatically download the video, upload it to Google Drive with public access, and email you the link or an error.
New URL row in Sheets? The agent captures a screenshot using CustomJS and saves it to Drive named after the site title.
Submit a text prompt to generate a cinematic video via Vertex AI Veo 3 and automatically save the MP4 to your Google Drive.
Automates uploading screenshots to Postimages.org via browser session, capturing a validation screenshot upon success.
Accepts a URL via webhook, validates it for security, and returns a screenshot link from ScreenshotMachine.
When a new spreadsheet lands in your Drive folder, it captures screenshots of every URL listed and emails you the link to the results.
Automatically captures headless screenshots of protected websites using Bright Data Web Unlocker and saves the PNG to your local disk.
Receives a product collection webhook, uploads each slide image, assembles them into an Instagram carousel, publishes the post.
Automatically detects new YouTube videos, translates titles and descriptions into multiple languages via AI.
Reads shoe URLs from a sheet, scrapes details via BrowserAct, creates products with variants in Shopify, and notifies you on Slack.
Submit a text description to generate an 8-second professional video via VEO3, with AI-optimized prompts and automatic Google Drive storage.
Reads new insurance applications from a sheet, matches them to carriers by revenue and industry, generates PDFs, emails them.
Submit a video concept and style, then the agent refines the prompt, generates an 8-second clip via Fal.ai Veo3, creates SEO metadata.
Daily at 19:00, it reads pending posts from a Google Sheet, publishes them to Instagram, Facebook, and LinkedIn.
Every hour, it checks your YouTube Shorts playlist for new videos, downloads them, and automatically posts or drafts them on TikTok.
Submit a text prompt to generate a cinematic video via Vertex AI Veo 3 and automatically save the MP4 to your Google Drive.
Receives a product collection webhook, uploads each slide image, assembles them into an Instagram carousel, publishes the post.
Automatically publishes Instagram Reels from an Airtable content calendar by uploading videos via API and updating record status.
Accepts a URL via webhook, validates it for security, and returns a screenshot link from ScreenshotMachine.
When a new spreadsheet lands in your Drive folder, it captures screenshots of every URL listed and emails you the link to the results.
Submit a text description to generate an 8-second professional video via VEO3, with AI-optimized prompts and automatic Google Drive storage.
New URL row in Sheets? The agent captures a screenshot using CustomJS and saves it to Drive named after the site title.
Automates uploading screenshots to Postimages.org via browser session, capturing a validation screenshot upon success.
Start Qualys vulnerability scans or generate security reports directly from Slack using interactive modals with real-time status updates.
Automatically captures headless screenshots of protected websites using Bright Data Web Unlocker and saves the PNG to your local disk.
Takes a visual snapshot of any URL via uProc and posts the image directly to your Telegram channel.
Automates downloads from JS pages by learning DOM selectors and timing via Chrome CDP.
It completes a defined workflow through a browser or software interface, much like a person following steps.
Use it when a stable interface is the only practical path and the action can be constrained and checked.
Use least privilege, approval points, action logs, error handling, and a safe way to stop or reverse work.