WebSculpt: Memory-Based Browser Automation
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md and install @user_787620f7/websculpt.
About this skill
Problem
WebSculpt targets AI agents that repeatedly need to access login-walled or content-walled pages, or perform the same web operations over and over. Conventional browser automation forces the model to re-interpret pages, locate elements, and re-execute workflows each time, which consumes context and is brittle when sites change. WebSculpt turns verified web paths into CLI commands so later tasks can reuse the same behavior with lower overhead.
How It Works
The skill organizes the command lifecycle into four stages:
- websculpt-explore: discovers and validates a page path when no existing command is available, such as login, pagination, or content extraction.
- websculpt-capture: solidifies a validated path into a repeatable command.
- websculpt-maintain: repairs or iterates on commands when page structure changes or parameters need adjustment.
- websculpt-library: curates, trims, backs up, migrates, or shares the command library.
The bootstrap skill handles initial environment probing, installation-state checks, and stage routing; after setup, it reads the relevant lifecycle skill file and continues the task without asking the user to retrigger it.
Scope
It fits scenarios where information sits behind walls or operations are highly repetitive, such as competitor monitoring, platform asset collection, research tracking, and community sentiment collection. It is not a general-purpose scraping framework and is not ideal for one-off, heavily customized scripts; anti-bot controls, login-state maintenance, and output formatting still depend on the target site.
Use Cases
- Content creators need to download Douyin or Bilibili videos and compare posting cadence.
- E-commerce operators track competitor prices, new listings, sales trends, and ad assets.
- Investment analysts collect research reports, announcements, and community sentiment into reusable feeds.
- AI practitioners monitor competitor launches, technical updates, and forum discussion heat.
Best For
- E-commerce operations staff who compile competitor price and launch changes into recurring tracking sheets
- Content creators who extract topic ideas from Douyin or Xiaohongshu comments
- Investment analysts who collect research reports, announcements, and sentiment on a schedule
- AI engineers who want agents to reuse repetitive web collection workflows
Related Skills
Collects daily conversations, task logs, and errors, then runs a nine-module review to surface blind spots, generate actions, and update memory.
Local long-term memory for AI agents that appends key facts and daily logs, supports cross-session context and search recall, and auto-archives old diaries to gzip files.
Run a grilling session to interact with or test AI agents.
A systematic prompt optimization skill that refines prompts using a four-step distillation framework (diagnose, structure, think, compress) and methodologies from four prompting masters.