Scrape Connections Skill
This skill is used to keep the list of connections in connections.md up to date.
Usage
- •Authentication (One-time):
- •Run
mise run authif not already logged in. This saves the session to.playwright/storageState.json.
- •Run
- •Action:
- •Run
mise run connections. - •This script:
- •Navigates to the connections page.
- •Scrolls to load connections.
- •Extracts the data using the saved session.
- •Outputs the connections as Markdown table rows.
- •Run
- •Post-processing:
- •Compare the extracted connections with the existing ones in
connections.md. - •Add new connections to the top of the table.
- •Set the default category to
Uncategorized.
- •Compare the extracted connections with the existing ones in
Implementation Details
The extraction relies on scripts/scrape_full_connections.ts. The script formats output as Markdown table rows ready for insertion.