browser-harness
vmain
skillsmp.browser-use-browser-harness-skill-md
Always use browser-harness for any web interaction: automation, scraping, testing, or site/app work.
共 23,480 个资源
vmain
skillsmp.browser-use-browser-harness-skill-md
Always use browser-harness for any web interaction: automation, scraping, testing, or site/app work.
vmain
io.github.first-fluke/oh-my-agent/oma-backend
Backend specialist for APIs, databases, authentication with clean architecture (Repository/Service/Router pattern). Use for API, endpoint, REST, database, server, migration, and auth work.
vmain
io.github.first-fluke/oh-my-agent/oma-backend
Backend specialist for APIs, databases, authentication with clean architecture (Repository/Service/Router pattern). Use for API, endpoint, REST, database, server, migration, and auth work.
vmain
io.github.omnigent-ai/omnigent/docker
Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack for a new platform.
vlatest
io.mcp-cn.bytefun-ai-mcp
ByteFun AI MCP服务 - 打通产品设计、UI设计、代码开发的服务平台,支持设计稿转代码和跨平台原生代码开发。提供两大核心功能模块:UI设计优化 - 将用户输入的需求转换为带有UI设计规范的静态HTML+CSS设计提示词,实现设计稿到代码的转换;代码开发优化 - 将用户输入的需求转换为带有完整开发规则的TypeScript代码开发提示词,支持跨平台原生开发。
vmain
io.github.HKUDS/OpenSpace/css-append-selector-verify
Safely append CSS styles from one file to another, with per-selector grep verification after every append to catch silent truncation that tail or wc-l alone would miss
vmain
io.github.HKUDS/OpenSpace/api-proxy-endpoint
Create serverless API proxy endpoints that hide API keys and provide a unified backend for the dashboard frontend. Designed for Vercel deployment.
vmain
io.github.HKUDS/OpenSpace/python-spreadsheet-debug
Systematic Python debugging workflow for spreadsheet tasks to isolate environment issues from script logic
vmain
io.github.HKUDS/OpenSpace/python-shell-workaround
Workaround for executing Python code with external packages when sandbox fails
vmain
io.github.HKUDS/OpenSpace/python-shell-fallback
Fallback to shell execution when sandbox fails for library-dependent Python code
vmain
io.github.HKUDS/OpenSpace/python-heredoc-fallback
Use shell Python heredoc as fallback when code sandbox fails
vmain
io.github.HKUDS/OpenSpace/python-execution-fallback
Four-step recovery workflow for code execution failures when inline Python fails
vmain
io.github.HKUDS/OpenSpace/python-execution-fallback-9d4989
Fallback method for executing Python when execute_code_sandbox fails with unknown errors
vmain
io.github.HKUDS/OpenSpace/python-debug-pattern
Debug Python script execution failures by capturing full output with exit codes and verifying working directory before file operations
vmain
io.github.HKUDS/OpenSpace/python-debug-execution
Debug Python scripts with proper error surfacing and working directory verification
vmain
io.github.HKUDS/OpenSpace/python-debug-execution-911f17
Debug Python script execution failures by capturing full tracebacks and verifying working directory
vmain
io.github.HKUDS/OpenSpace/typescript-typecheck-fallback
Reliably run TypeScript type-checking (npx tsc --noEmit) by using shell_agent as a fallback when run_shell fails due to environment or timeout issues.
vmain
io.github.HKUDS/OpenSpace/typescript-import-audit
Systematic workflow for auditing TypeScript codebases for import hygiene issues (value vs. type imports, duplicates), missing base class extensions, and incomplete barrel file re-exports, with actionable fix patterns.
vmain
io.github.HKUDS/OpenSpace/typescript-compile-check-resilient
TypeScript compile-checking in projects where npx and node_modules/.bin symlinks fail, with a filtering technique to isolate errors from only newly-created or task-specific files — ignoring pre-existing legacy errors.
vmain
io.github.HKUDS/OpenSpace/typescript-compile-check-resilient-fallback
A resilient workflow for running TypeScript compile checks (tsc --noEmit) that falls back gracefully when npx or direct binary invocations fail, and distinguishes pre-existing errors from newly introduced ones.
vmain
io.github.HKUDS/OpenSpace/react-localstorage-keyboard-nav
Create React components with localStorage persistence and keyboard navigation support
vmain
io.github.ruvnet/ruflo/browser-intent
Execute a natural-language browser intent via page-agent (browser_act) when the target is easier to describe than to select — degrades gracefully when page-agent or an OpenAI-compatible LLM provider isn't configured
vmain
io.github.ruvnet/ruflo/browser-screenshot-diff
Visual + DOM diff between two recorded sessions at matching trajectory step ids; used for visual regression and replay verification
vmain
io.github.ruvnet/ruflo/browser-replay
Replay a recorded session trajectory against the same URL or a mutated variant; uses browser-selectors embedding similarity to recover from DOM drift