Skip to content
View AB498's full-sized avatar
  • 11:15 (UTC +06:00)
  • Facebook ab100

Block or report AB498

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ab498/README.md

Pinned Loading

  1. computer-control-mcp computer-control-mcp Public

    MCP server that provides computer control capabilities, like mouse, keyboard, OCR, etc. using PyAutoGUI, RapidOCR, ONNXRuntime. Similar to 'computer-use' by Anthropic. With Zero External Dependencies.

    Python 47 8

  2. code-context-provider-mcp code-context-provider-mcp Public

    MCP server that provides code context and analysis for AI assistants. Extracts directory structure and code symbols using WebAssembly Tree-sitter parsers with Zero Native Dependencies.

    JavaScript 18 3

  3. Scrape + Download Google Classroom F... Scrape + Download Google Classroom Files [Script]
    1
    // 📌 Paste in browser console on a loaded Classroom page like: https://classroom.google.com/u/1/c/xxxxx
    2
    
                  
    3
    // Step 1: Scroll to bottom to load all content
    4
    while (await new Promise(r => setTimeout(r, 1500, scrollTo(0, h = document.body.scrollHeight))) || h != document.body.scrollHeight);
    5
    
                  
  4. caption-translator caption-translator Public

    Android app live translating captions from user apps using Accessibility.

    Java

  5. lxp498 lxp498 Public

    Full Stack Language Learning Platform

    JavaScript

  6. speech-transcribe speech-transcribe Public

    Mobile Speech To Text With Local Model

    Java