sky-claw-automation

Scrape Nexus Mods data, manage SQLite DB, and send Telegram notifications.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/FacundoSu1986/Sky-Claw --skill sky-claw-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sky-claw-automation
Source: https://github.com/FacundoSu1986/Sky-Claw/tree/main/.agents/skills/sky-claw-automation
Command: npx skills add https://github.com/FacundoSu1986/Sky-Claw --skill sky-claw-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aiohttp, and includes scripts (resource) components.

What problem does it solve?

Automate the lifecycle of Skyrim mod management by combining Nexus Mods scraping, local SQLite DB maintenance, and Telegram-based notifications, reducing manual overhead in keeping mods up to date and compatible.

Core Features & Use Cases

  • Automated metadata scraping: fetches mod details and updates from Nexus Mods to keep the local App-nexus DB current.
  • Database-driven maintenance: performs CRUD operations on a SQLite database to track mod state, dependencies, and versions.
  • Telegram-driven alerts: sends concise status updates and alerts when dependencies or updates are detected.

Quick Start

Configure and run the automation to begin syncing mods and sending Telegram alerts for new updates.

Frequently Asked Questions about sky-claw-automation

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

FAQPage Schema
How do I automate Skyrim mod lifecycle management end-to-end?

You can automate Skyrim mod lifecycle management by scraping Nexus Mods metadata, maintaining a local SQLite database for mod versions, and sending Telegram notifications for updates and dependency resolutions.

Can I use a Telegram bot to get alerts for Nexus Mods updates?

Yes, this automation uses a Telegram bot to send concise status updates and alerts when new updates or dependency changes are detected for your Skyrim mods.

How do I sync Skyrim mod metadata from Nexus Mods to a local SQLite database?

You can sync Skyrim mod metadata by running modular Python scripts that scrape Nexus Mods data and execute transactional CRUD operations to update your local SQLite database.

Do I need aiohttp to run web-scraping automation for Nexus Mods?

Yes, aiohttp is required as a dependency to handle the asynchronous web-scraping of mod details and updates from Nexus Mods.

What is the best way to track Skyrim mod dependencies and status locally?

The best way to track Skyrim mod dependencies is through a local SQLite database that records mod state and versions, enabling ongoing monitoring and automated dependency resolution.

Does this Nexus Mods scraper handle transactional database operations?

Yes, the automation implements transactional database operations in SQLite to safely manage mod state, dependencies, and version tracking during metadata syncing.