Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

claude-skills

يحتوي claude-skills على 15 من skills المجمعة من zytedata، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
15
Stars
27
محدث
2026-07-16
Forks
3
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

scrape-analyze-page
مطوّرو البرمجيات

Extract structured data (all available fields with values) from a page saved locally as an HTML file, optionally following a schema. Use this skill only to process already downloaded files. Do not invoke when the user provides a URL. When invoking, pass the user's full request verbatim as args — do not pre-parse file paths and don't rephrase it.

2026-07-16
scrape-codegen-analyze
مطوّرو البرمجيات

Analyze an HTML page to produce field extraction instructions for code generation

2026-07-16
scrape-codegen-generate
مطوّرو البرمجيات

Generate web-poet page object code from per-page extraction analyses

2026-07-16
scrape-codegen
مطوّرو البرمجيات

Generate web-poet page object code from an extraction spec

2026-07-16
scrape-create-spider
مطوّرو البرمجيات

Generate a Scrapy spider that wires page objects together

2026-07-16
scrape-define
مطوّرو البرمجيات

Create a new extraction spec from a URL — explore a detail page, discover fields, quick schema approval

2026-07-16
scrape-review-schema
مطوّرو البرمجيات

Generate an HTML review page for schema and extracted data verification

2026-07-16
scrape-scrapy-cloud
مطوّرو البرمجيات

General-purpose Scrapy Cloud skill — deploy projects, schedule spiders, list/stop jobs, and view items or logs. Use when asked to deploy a project or spider to Scrapy Cloud / Zyte Cloud / Scrapinghub, schedule or run a spider remotely, manage jobs, or inspect scraped items and logs.

2026-07-16
scrape
مطوّرو البرمجيات

End-to-end web scraping workflow — from URL to working spider with web-poet page objects. Use this for full-site or multiple-page crawls that create a new scraping workflow. Do not use for fixing, debugging, or modifying an existing spider.

2026-07-16
scrape-spec
مطوّرو البرمجيات

Expand a spec created by /scrape-define — download more pages, compare HTML variants, extract values, optional browser review

2026-07-16
scrape-zyte-api-stats
مطوّرو البرمجيات

Query usage stats for Zyte API requests that have already been sent, including cost, request volume, response times, status codes, filters, grouping, and pagination. Use this skill whenever answering the request requires looking up recorded Zyte API usage, spend, request counts, response times, grouped stats, or filtered stats — including projecting future spend or usage when the projection explicitly extrapolates from actual recorded usage (e.g. "based on this month's usage so far, project month-end spend"). Do not use it when the user asks what a spider, job, or workload might, would, or could generate — those are hypothetical estimates with no recorded data to query, even if a spider exists in the project. For a projection to qualify, the user must explicitly reference past or current recorded usage as the basis. Also do not use for dashboard setup, documentation, configuration, or account-help questions.

2026-07-16
scrape-zyte-login
مطوّرو البرمجيات

Set up the user's Zyte account and credentials. Use when the user asks to set up, log in, sign up, or get an API key for Zyte; when ZYTE_API_KEY is missing; when a site is blocked; or before Scrapy Cloud deployment.

2026-07-16
scrape-add-page-object
مطوّرو البرمجيات

Add an empty web-poet page object to a Scrapy project

2026-07-03
scrape-ensure-project
مطوّرو البرمجيات

Ensure a Scrapy project exists with scrapy-poet and Zyte API support

2026-06-24
scrape-explore-site
مطوّرو البرمجيات

Explore a website to find and save diverse pages (start, list, detail) with classified links

2026-06-24