check-extension-exports

Retrieve lkup.info extension HTML captures and session data from Supabase tables.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ammonfife/sakima.co --skill check-extension-exports
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-extension-exports
Source: https://github.com/ammonfife/sakima.co/tree/main/.claude/skills/check-extension-exports
Command: npx skills add https://github.com/ammonfife/sakima.co --skill check-extension-exports

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automatically identifies and analyzes pages, HTML captures, and session data written by the lkup.info browser extension into Supabase raw tables, providing insights and monitoring capabilities.

Core Features & Use Cases

  • Extension Data Identification: Detects pages, HTML captures, and session data from the lkup.info browser extension.
  • Supabase Table Analysis: Reviews specific Supabase tables for detailed data.
  • Query by Pattern, Hostname, or Tag: Enables querying based on URL patterns, hostnames, or user_note tags for targeted analysis.
  • Quick Access to HTML Content: Retrieves HTML content for further analysis or extraction.
  • Use Case: Suppose you want to review all pages related to 'claudecodesession' from the extension. This Skill can quickly locate and retrieve the relevant data.

Quick Start

Run the check-extension-exports skill to find HTML captures for a specific hostname, e.g., 'check-extension-exports hostname=like.%25HOSTNAME%25'.

Frequently Asked Questions about check-extension-exports

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query browser extension data stored in a Supabase database?

You can query browser extension data stored in a Supabase database by using Python-based API calls to identify and retrieve specific records from raw tables based on URL patterns, hostnames, or user_note tags. This process requires proper authentication to access the Supabase data.

How do I retrieve HTML captures from web scraping sessions in Supabase?

To retrieve HTML captures from web scraping sessions in Supabase, you can automate the identification of pages and session data written by browser extensions into raw tables, querying by hostname or tag to quickly locate and extract the relevant HTML content for further analysis.

Can I analyze lkup.info extension exports using Python?

Yes, you can analyze lkup.info extension exports using Python. The Skill requires Python-based API calls to review specific Supabase tables and detect pages, HTML captures, and session data, provided you have the proper authentication configured to access your Supabase data.

What is the best way to monitor web scraping data written to Supabase raw tables?

The best way to monitor web scraping data written to Supabase raw tables is to automate the analysis process. By querying specific records based on URL patterns, hostnames, or tags, you can identify and retrieve targeted pages, HTML captures, and session data for ongoing monitoring.

Does analyzing Supabase extension data require any specific authentication setup?

Yes, analyzing Supabase extension data requires proper authentication setup. Because the Skill uses Python-based API calls to access Supabase databases and review specific raw tables, valid authentication credentials are necessary to retrieve pages, HTML captures, and session data.