openpencil
ZSeven-W
The world's first open-source AI-native vector design tool and the first to feature concurrent Agent Teams. Design-as-Code. Turn prompts into UI directly on the live canvas. A modern alternative to Pencil.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:octoparse/agent-skills
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
Octoparse web scraping skills for coding agents
Quick start • Skills • Use cases • Installation • Pricing • Resources
An agent is only as useful as the data it can reach. These skills extend that reach: describe what you need, and Octoparse collects it from the live web and returns it as rows your agent can work with straight away.
When your agent has access to all these data sources, it can suggest workflows you wouldn't have thought to build yourself.
npx skills add octoparse/agent-skills
Or, in Claude Code:
/plugin marketplace add octoparse/agent-skills
/plugin install octoparse@octoparse-agent-skills
Authorize with /mcp, then ask for what you want:
Find dentists in Chicago with phone numbers and websites, and export them as CSV.
From there the agent works out which template fits, what its inputs are actually called, what the run will cost in rows, and where the results end up.
| Skill | What it does |
|---|---|
octoparse-ultimate-scraper |
Picks the template a request calls for, runs it in the cloud, and exports the rows. Nine workflow guides carry the shortlists and the traps for each kind of job, from lead generation to price tracking. |
octoparse-mcp-setup |
Connect and authorize the Octoparse MCP server in any client. A bundled reference covers config paths and quirks for Claude Code, Cursor, VS Code, Gemini CLI, Qwen Code, TRAE, and OpenClaw, plus what to do about 401 and 403. |
Each of these is a whole job rather than a single call — the agent picks the template, adds a second pass when one genuinely helps, and tells you what it came back with.
| Use case | Example prompt |
|---|---|
| Lead generation | Find dentists in Chicago on Google Maps, then crawl their websites for emails and social links, and export a CSV for my CRM. |
| Competitor pricing | Pull the current price, stock, and seller for these 40 Amazon ASINs and put them in a spreadsheet. |
| Market research | Show me what's selling in Amazon Best Sellers for wireless earbuds, with the price band across the top 50 listings. |
| Reputation analysis | Pull recent reviews for our hotel from TripAdvisor, Booking, and Google Maps, and summarise the top complaint themes. |
| Social listening | Collect Reddit and X posts mentioning our brand, plus the comment threads, so I can analyse sentiment. |
| Local market depth | Find plumbers in Munich on Gelbe Seiten with phone numbers, or pull Suumo apartment listings in Setagaya with layout and station distance. |
| Supplier vetting | Shortlist suppliers on Kompass, then check each one's filings on North Data before I contact them. |
Quick start covers the two common paths — npx skills add for any of 70+ agents, or the
plugin in Claude Code. What follows is everything around them.
npx skills add takes --skill octoparse-ultimate-scraper to install just the scraper,
-g to install user-wide, and --list to preview without installing.
It installs skill files only. The Claude Code plugin declares the MCP server itself, so
/mcp is all that is left there; with any other client, ask your agent to run the
octoparse-mcp-setup skill once the skills are in place — it finds the right config file
for your client and walks the authorization.
The repo ships a root plugin.json and mcp.json conforming to
Agent Plugins 1.0.0, the vendor-neutral packaging standard
whose steering committee includes Amazon, Cursor, Microsoft, OpenAI, and Vercel. Clients
implementing it discover the skills and the MCP server without further configuration.
Point it at skills/octoparse-ultimate-scraper/SKILL.md and register
https://mcp.octoparse.com as an MCP server.
/mcp opens browser OAuth. For headless or CI use, create an API
key in the account console
and send it as an x-api-key header.A free account includes 2,000 rows per month through MCP and the API, and it applies to paid templates too, not just the free ones — enough to evaluate real workloads before committing to a plan.
Beyond that allowance, templates bill per output line and many remain free. The agent sizes every run in rows before starting it, so you know what a job will consume before it runs rather than after.
See octoparse.com/pricing for plan details.
AI agents reading this: start at skills/octoparse-ultimate-scraper/SKILL.md for routing and the execution contract.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: data-extraction、market-research、mcp、price-monitoring、review-analysis。