traktor
Extract all assets and content from websites including images, SVGs, fonts, videos, and page structure. Parallel agents with thorough scraping coverage. Triggers: "extract assets", "scrape website", "download site assets", "get all images from", or "/traktor url". Supports multiple URLs.
Why use this skill?
Traktor is a powerful OpenClaw skill that uses browser automation to extract images, fonts, and site structure. Perfect for developers and designers.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dorukardahan/traktorWhat This Skill Does
Traktor is a high-performance web asset extraction tool for OpenClaw that functions as an intelligent, parallelized agent. Unlike basic scrapers, Traktor is designed for "paranoid-level" thoroughness. It automates browser navigation using MCP (Model Context Protocol) browser extensions to bypass common scraping hurdles like lazy-loading, dynamic JavaScript-rendered content, and complex DOM structures. When triggered, Traktor spawns sub-agents that execute controlled browsing sequences—including scrolling and viewport manipulation—to ensure every image, SVG, font, video, and stylesheet is captured and systematically organized into a structured local filesystem.
Installation
To add Traktor to your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/dorukardahan/traktor
Ensure that you have the claude-in-chrome MCP server configured and active, as the skill relies on these browser-specific hooks to interact with target websites.
Use Cases
Traktor is ideal for developers and designers who need to perform brand audits, competitive analysis, or site cloning for local development. Common scenarios include:
- Creative Asset Archiving: Quickly grabbing all source images, logos, and icons from a design portfolio.
- Front-end Auditing: Collecting CSS files and page structure to understand how a specific landing page layout is constructed.
- Asset Migration: Downloading all media from a legacy site to prepare for a migration project.
- UI/UX Research: Gathering site-wide component sets (icons, buttons, styles) for design system references.
Example Prompts
- "/traktor https://stripe.com"
- "Extract all assets from https://vercel.com and https://linear.app to my local folder."
- "scrape website https://example.com for images and fonts."
Tips & Limitations
Traktor is extremely efficient but requires specific prerequisites.
Tips:
- Always ensure you have sufficient disk space when scraping multiple sites simultaneously, as the filesystem structure (pages, assets, styles) can grow quickly.
- Use the '/traktor' trigger with multiple URLs if you are performing a comparative analysis, as the agent is optimized to handle multiple parallel requests.
Limitations:
- Browser Dependency: This skill is strictly coupled to the
mcp__claude-in-chrome__*tools. It will fail in headless environments that lack a compatible browser extension server. - Anti-Bot Measures: While it mimics real user behavior (scrolling, loading), highly protected sites with advanced CAPTCHAs may still challenge the agent's navigation capabilities.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dorukardahan-traktor": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution
Related Skills
research-reprompter
Transform rough research questions into executable USACF research prompts. Use when user says "research", "research this", "investigate", "deep dive", "researcher", or pastes a research topic. Generates complete multi-agent swarm configuration with algorithm selection, claude-flow commands, and adversarial review.
ralph-security
Comprehensive security audit with 100 iterations (~30-60 min). Use when user says 'security audit', 'ralph security', 'weekly security check', 'audit this project', 'new project security review', or 'check for vulnerabilities'. Covers OWASP Top 10, auth, secrets, infrastructure, and code quality.
skeall
Agent Skills (SKILL.md) builder, auditor, and improver for cross-platform LLM agents. Use for "skeall", "build a skill", "create skill", "improve skill", "audit skill", "skill review", or any SKILL.md question. Follows agentskills.io standard.
humanizer-enhanced
Advanced AI text humanizer for blog content. Detects and removes 34 AI writing patterns, adds personality/soul, and handles crypto/Web3 specific tells. Use when user says /humanizer, "humanize this", "remove AI patterns", "make it sound human", or asks to clean up blog posts, articles, or drafts. Features: 28 base patterns from Wikipedia's "Signs of AI writing", 6 crypto/Web3 specific patterns, severity scoring (HIGH/MEDIUM/LOW), stat attribution fixer, soul/personality injection, batch mode.
zeroapi
Route tasks to the best AI model across paid subscriptions (Claude, ChatGPT, Codex, Gemini, Kimi) via OpenClaw gateway. Use when user mentions model routing, multi-model setup, "use Codex for this", "delegate to Gemini", "route to the best model", agent delegation, or has OpenClaw agents configured with multiple providers. Do NOT use for single-model conversations or general chat.