skill-browser — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentsskill-browser
    Back to Agents
    skill-browser

    skill-browser

    AllenS0104 March 21, 2026
    3 copies 0 downloads

    Reusable AI Agent skills for Runtime-aware web interaction — adapt websites, build site profiles, search & summarize content. Works with Copilot CLI, OpenClaw/Antigravity, Claude Code, Cursor.

    Agent Definition
    # skill-browser
    
    Reusable **AI Agent skills** for **Runtime-aware web interaction** — works with GitHub Copilot CLI, OpenClaw/Antigravity, Claude Code, Cursor, and any agent that supports markdown-based skill files.
    
    可复用的 **AI Agent skills**,面向 **Runtime-aware 网页交互** —— 适用于 GitHub Copilot CLI、OpenClaw/Antigravity、Claude Code、Cursor 等所有支持 markdown skill 的 AI Agent。
    
    Core capabilities | 核心能力:
    
    - **Explore**: adapt unfamiliar websites generically | 通用适配陌生网站
    - **Stabilize**: turn proven flows into reusable profiles | 把验证过的流程沉淀为可复用 profile
    - **Execute**: search, rank, and summarize across platforms using the best available runtime | 用最优执行路径做搜索、排序和摘要
    ---
    
    ## Why this repo | 为什么做这个仓库
    
    This repo packages a practical browser-workflow playbook into shareable Cursor skills.
    
    这个仓库把一套实战验证过的浏览器工作流,整理成了可以分享、安装、复用的 Cursor skills。
    
    ### Architecture model (2026) | 架构模型
    
    ```text
    Cognition Layer    → LLM (Planner + Reasoner)
    Execution Layer    → opencli (CLI) / fetch (API) / Browser Agent (UI)
    Memory Layer       → site profiles, platform registry
    Environment        → Web
    ```
    
    The key insight: **the agent should pick the best execution path per platform, not default to browser scraping.**
    
    核心洞察:**Agent 应该按平台选最优执行路径,而不是默认走浏览器抓取。**
    
    ### Execution routing | 执行路由
    
    ```text
    if opencli supports the platform:
        use opencli (deterministic, zero LLM cost, session-reuse)
    elif public API exists:
        use fetch (structured JSON, no rendering needed)
    elif site is SSR and publicly accessible:
        use web_fetch or Playwright (metadata extraction)
    else:
        require login-state browser or declare blocked
    ```
    
    ### Platform access tiers | 平台接入分级
    
    | Platform | opencli | Public API | SSR fetch | Tier | Recommended |
    |----------|---------|-----------|-----------|------|-------------|
    | Bilibili | ✅ `bilibili search` | ✅ `api.bilibili.com` | partial | T1 | opencli |
    | YouTube | ✅ `youtube search` | ✅ Data API | partial | T1 | opencli |
    | HackerNews | ✅ `hackernews top` | ✅ `hn.algolia.com` | ✅ SSR | T1 | op

    Tags

    ai-agentai-skillsantigravitybrowser-automationcontent-summarizationcopilot-clicopilot-skillsopenclawopencliplaywright

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.