Labsco

Agent Skills

Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.

openai logo

notion-spec-to-implementation

23,200

by openai

Convert Notion specs into linked implementation plans, tasks, and progress tracking. Automates the workflow from spec discovery through task creation: search and fetch specs, parse requirements, generate implementation plans, and create tracked tasks in Notion. Includes templates for quick vs. full implementation plans, task creation patterns, and progress update cadences to match project scope. Provides reference guides for requirement extraction, task sizing (1–2 day chunks), dependency...

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

playwright

23,200

by openai

Terminal-driven browser automation with element snapshots and interactive UI workflows. Operates via playwright-cli wrapper script (requires npx ); supports headless and headed modes for visual debugging Core workflow: open page, snapshot for stable element references, interact using refs, re-snapshot after navigation or DOM changes Includes form filling, clicking, typing, multi-tab management, screenshot/PDF capture, and trace recording for flow debugging Element refs (e.g., e3 , e15 )...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
vercel-labs logo

agent-browser

5,700

by vercel

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web…

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

game-playtest

4,000

by openai

Run browser-game playtests and frontend QA. Use when the user asks for smoke tests, screenshot-based verification, browser automation, HUD or overlay review,…

🔥🔥🔥✓ VerifiedFreeQuick setup
browser-act logo

browser-act

3,600

by browser-act

Browser automation CLI for AI agents. NEVER run browser-act commands directly via Bash — always invoke this skill first. Use browser-act when a user mentions it by name, includes or asks to run a browser-act CLI command (e.g., browser-act browser list), or to: fetch, view, or extract rendered content from URLs, access pages requiring JavaScript, handle verification prompts, maintain authenticated sessions, fill forms and click through workflows, type, select, upload, take screenshots,...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
browserbase logo

autobrowse

3,600

by browserbase

Self-improving browser automation via the auto-research loop. Iteratively runs a browsing task, reads the trace, and improves the navigation skill…

🔥🔥🔥✓ VerifiedAccount requiredNeeds API keys
browserbase logo

functions

3,600

by browserbase

Deploy serverless browser automation as cloud functions using Browserbase. Use when the user wants to deploy browser automation to run on a schedule or cron,…

🔥🔥🔥✓ VerifiedFreeQuick setup
browserbase logo

browser-trace

3,600

by browserbase

Capture a full DevTools-protocol trace of any browser automation — CDP firehose, screenshots, and DOM dumps — then bisect the stream into per-page searchable…

🔥🔥🔥✓ VerifiedFreeQuick setup
browserbase logo

browser

3,600

by browserbase

Browser automation with local Chrome or remote Browserbase for protected sites, bot detection, and CAPTCHAs. Two modes: local Chrome (default, no setup) or remote Browserbase (anti-bot stealth, automatic CAPTCHA solving, residential proxies, session persistence) Core commands cover navigation, page inspection, interaction (click, type, fill, select, drag), and session management via CLI Use browse snapshot to read the accessibility tree and get element refs for reliable interactions; reserve...

🔥🔥🔥🔥✓ VerifiedAccount requiredNeeds API keys
browser-act logo

browser-act

3,600

by browser-act

browser-act is a CLI for browser automation with stealth and captcha solving capabilities. It supports two browser types (Stealth and Real Chrome) and provides commands for navigation, page interaction, data extraction, tab/session management, and more.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
browser-act logo

browser-act-skill-forge

3,600

by browser-act

Explores websites via browser-act automation and packages discoveries into callable Skill packages (SKILL.md + scripts) — execute reliably and efficiently without re-exploration. Use when: user wants a reusable Skill for any website ('create/make/build a skill for X'), needs to understand a site's internal APIs ('what endpoint does X use', 'how does X load data'), or requires batch extraction at scale (hundreds+ records — forge a Skill first, then execute reliably). Differs from browser-act:...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
callstack logo

agent-device

3,100

by callstackincubator

Automate iOS and Android app interactions with snapshot-based discovery and selector-driven replay. Supports iOS simulators/devices and Android emulators/devices with session-bound automation, multi-tenant remote daemon mode, and device-scope isolation for QA workflows Core commands: snapshot for UI discovery with refs, press / fill / scroll for interactions, open / close for app lifecycle, install / reinstall for binary deployment Includes utilities for logging, network inspection,...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
lackeyjb logo

Playwright Skill

2,900

by lackeyjb

Enables Claude to write and execute any Playwright automation on-the-fly - from simple page tests to complex multi-step flows.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-upgrade

2,700

by microsoft

Assess and upgrade Azure workloads between plans, tiers, or SKUs within Azure. Generates assessment reports and automates upgrade steps. WHEN: upgrade…

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-upgrade

2,700

by microsoft

Assess and upgrade Azure workloads between plans, tiers, or SKUs within Azure. Generates assessment reports and automates upgrade steps. WHEN: upgrade…

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-ai-contentunderstanding-py

2,700

by microsoft

Multimodal AI service that extracts semantic content from documents, video, audio, and image files for RAG and automated workflows.

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-communication-callautomation-java

2,700

by microsoft

Build call automation workflows with Azure Communication Services Call Automation Java SDK. Use when implementing IVR systems, call routing, call recording,…

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-ai-contentunderstanding-py

2,700

by microsoft

Multimodal AI service that extracts semantic content from documents, video, audio, and image files for RAG and automated workflows.

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-communication-callautomation-java

2,700

by microsoft

Build call automation workflows with Azure Communication Services Call Automation Java SDK. Use when implementing IVR systems, call routing, call recording,…

🔥🔥🔥✓ VerifiedFreeQuick setup
samber logo

golang-continuous-integration

2,400

by samber

CI/CD pipeline configuration using GitHub Actions for Golang projects — testing, linting, SAST, security scanning, code coverage, Dependabot, Renovate, GoReleaser, code review automation, and release pipelines. Use when setting up or improving Go project CI, configuring GitHub Actions workflows, adding linters or security scanners, automating dependency updates, or adding quality gates.

🔥🔥🔥🔥✓ VerifiedAccount requiredAdvanced setup
samber logo

golang-dependency-management

2,400

by samber

Dependency management strategies for Golang projects — go.mod management, installing/upgrading packages, Minimal Version Selection, vulnerability scanning, outdated dependency tracking, binary size analysis, Dependabot/Renovate setup, conflict resolution, and go.work workspaces. Use when adding, removing, or upgrading Go dependencies, auditing vulnerabilities, resolving version conflicts, or setting up automated dependency updates.

🔥🔥🔥🔥✓ VerifiedFreeNeeds API keys
apify logo

apify-ultimate-scraper

2,200

by apify

Automated web scraper selecting optimal Actors for 55+ platforms including Instagram, TikTok, YouTube, Facebook, Google Maps, and more. Covers 55+ pre-configured Actors across 8 major platforms with use-case-specific selection guidance (lead generation, influencer discovery, brand monitoring, competitor analysis, trend research) Supports three output formats: quick chat display, CSV export, or JSON export with customizable result limits Includes multi-Actor workflow patterns for complex...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
apify logo

apify-actor-development

2,200

by apify

Create, debug, and deploy serverless cloud programs for web scraping, automation, and data processing. Supports JavaScript, TypeScript, and Python templates with integrated Crawlee, Playwright, and Cheerio libraries for HTTP and browser-based crawling Includes local testing via apify run with isolated storage, schema validation for inputs/outputs, and deployment to Apify platform via apify push Requires Apify CLI authentication and mandatory generatedBy metadata in .actor/actor.json for AI...

🔥🔥🔥🔥✓ VerifiedAccount requiredNeeds API keys
expo logo

expo-deployment

2,200

by expo

Automated deployment of Expo apps to iOS App Store, Android Play Store, web hosting, and preview environments. Supports production builds and submissions for iOS (App Store and TestFlight) and Android (Google Play Store) with single commands Includes EAS Hosting for web deployments with automatic PR preview URLs and production domain support Provides CI/CD workflow automation via EAS Workflows for triggered builds and submissions on code pushes Automatic version management with remote...

🔥🔥🔥✓ VerifiedFreeQuick setup
wordpress logo

wp-wpcli-and-ops

1,800

by wordpress

WordPress operations and automation via WP-CLI with safe search-replace, database management, and multisite support. Covers search-replace for domain migrations, database export/import, plugin/theme/user management, cron inspection, and cache flushing Includes built-in guardrails: environment confirmation, dry-run validation, and backup workflows before destructive operations Supports multisite operations with site-specific ( --url ) and network-wide ( --network ) targeting Enables...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
wordpress logo

wordpress-router

1,800

by wordpress

Classify WordPress codebases and route to the correct workflow for plugins, themes, blocks, and core checkouts. Runs automated project triage to identify repo type (plugin, theme, block theme, Gutenberg blocks, WP core) and available tooling Outputs classification results and decision tree routing to domain-specific skills based on user intent and project kind Requires repo root access and bash/Node filesystem operations; some workflows need WP-CLI Targets WordPress 6.9+ with PHP 7.2.24+;...

🔥🔥🔥✓ VerifiedFreeQuick setup
rivet-dev logo

agent-browser

1,500

by rivet-dev

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web…

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
callstackincubator logo

github

1,500

by callstackincubator

GitHub workflow automation via gh CLI for pull requests, stacked PRs, and repository management. Provides stacked PR merge workflow: squash-merge the first PR, then rebase and update base branch for each subsequent PR in the chain Includes conflict detection and manual resolution prompts to prevent silent failures during multi-PR merges Covers core gh CLI operations: PR creation, status checks, squash/rebase merging, and branch management Optimized for low context usage by relying on gh CLI...

🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

file-organizer

1,400

by langchain-ai

Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating…

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-upgrade

1,300

by microsoft

Assess and automate upgrades of Azure workloads across plans, tiers, and SKUs. Handles plan migrations (Consumption to Flex Consumption), tier upgrades, and cross-service moves (App Service to Container Apps) with sequential assessment before any changes Generates pre-upgrade readiness reports, collects existing app settings and configurations, then executes automated upgrade steps with idempotent scripts Requires explicit user confirmation for destructive actions and target plan/SKU...

🔥🔥🔥✓ VerifiedFreeQuick setup
← PrevPage 2 of 4Next →