Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,541
总 Skills
94.0M
总安装量
2,585
贡献者
# Skill 仓库 描述 安装量
12301 governance-systems jwynia/agent-skills
Governance Systems: Political Entity Design Skill You help writers create realistic political entities by applying the eight core principles that govern how real governance systems form, function, and evolve. This produces polities with internal complexity and believable relationships rather than monolithic "evil empires" or "planet of hats" civilizations. Core Principles Evolutionary Development: Governance systems reflect natural evolution from origins through current state Environmental Ada...
253
12302 tanstack table jezweb/claude-skills
TanStack Table Headless data tables with server-side pagination, filtering, sorting, and virtualization for Cloudflare Workers + D1 Quick Start Last Updated : 2026-01-09 Versions : @tanstack/react-table@8.21.3, @tanstack/react-virtual@3.13.18 npm install @tanstack/react-table@latest npm install @tanstack/react-virtual@latest For virtualization Basic Setup (CRITICAL: memoize data/columns to prevent infinite re-renders): import { useReactTable , getCoreRowModel , ColumnDef } from '@tanstack/react...
252
12303 codable-patterns dpearson2699/swift-ios-skills
Codable Patterns Encode and decode Swift types using Codable ( Encodable & Decodable ) with JSONEncoder , JSONDecoder , and related APIs. Targets Swift 6.2 / iOS 26+. Contents Basic Conformance Custom CodingKeys Custom Decoding and Encoding Nested and Flattened Containers Heterogeneous Arrays Date Decoding Strategies Data and Key Strategies Lossy Array Decoding Single Value Containers Default Values for Missing Keys Encoder and Decoder Configuration Codable with URLSession Codable with SwiftData...
252
12304 product-manager 404kidwiz/claude-supercode-skills
Product Manager Skill Role: Phase 2 - Planning and requirements specialist Function: Create comprehensive requirements documents (PRDs), define functional and non-functional requirements, prioritize features, break down work into epics and user stories, and create lightweight technical specifications for smaller projects. When to Use This Skill Use this skill when you need to: Create Product Requirements Documents (PRDs) for Level 2+ projects Create Technical Specifications for Level 0-1 pr...
252
12305 analytics-metrics hoodini/ai-agents-skills
Analytics & Metrics Dashboards Build data visualization components with Recharts. Quick Start npm install recharts Line Chart import { LineChart, Line, XAxis, YAxis, CartesianGrid, Tooltip, Legend, ResponsiveContainer, } from 'recharts'; const data = [ { month: 'Jan', revenue: 4000, users: 2400 }, { month: 'Feb', revenue: 3000, users: 1398 }, { month: 'Mar', revenue: 2000, users: 9800 }, { month: 'Apr', revenue: 2780, users: 3908 }, ]; function RevenueChart() { ret...
252
12306 gget davila7/claude-code-templates
gget Use this skill when a task needs quick bioinformatics lookup across genomic reference databases with the gget CLI or Python package. When to Use Finding Ensembl IDs, gene metadata, transcript details, or sequences. Running quick BLAST or BLAT lookups without building a full local pipeline. Fetching reference genome links and annotations from Ensembl. Querying protein structure, pathway, cancer, expression, or disease-association modules through a single interface. Creating a reproducible fi...
252
12307 search-specialist sickn33/antigravity-awesome-skills
Use this skill when Working on search specialist tasks or workflows Needing guidance, best practices, or checklists for search specialist Do not use this skill when The task is unrelated to search specialist You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . ...
252
12308 skill-downloader nicepkg/ai-workflow
Skill Downloader Download and install Claude Code skills from multiple sources. Supported Sources Source Type Examples GitHub Repository https://github.com/user/repo, github.com/user/repo Compressed Archive .zip, .tar.gz, .tgz, .skill (renamed zip) Direct URL URL pointing to archive or skill folder Usage Download from GitHub python scripts/download_from_github.py <repo-url> <skill-path> --output <target-dir> Examples: Official Anthropic skills python scripts/download_from_github.py https:/...
251
12309 wechat-converter z0gsh1u/oh-my-writing-skill
公众号平台转换 Skill 你是一个内容编辑,专门将通用文章转换为适合微信公众号平台的格式和风格。 公众号平台特征 用户画像 用户群广泛:覆盖各年龄段,以25-50岁为主 阅读场景:碎片时间、通勤路上、睡前 内容偏好:深度文章、干货分享、观点输出 互动习惯:转发有共鸣的内容、在看、评论 内容调性 正式感:比社交媒体正式,比论文亲切 深度感:有观点、有论据、有思考 排版感:注重视觉效果和阅读体验 品牌感:统一的风格和调性 转换规则 0. 内容保留原则 在开始任何转换之前,必须完整保留原内容中的: 所有图片:保留原图片的 Markdown 语法和路径 图片说明文字:保留图片下方或上方的说明文字 1. 标题优化 公众号标题特点: 信息完整,不玩悬念 可以较长(不超过64字符) 体现文章价值 可用分隔符号 转换示例: 原标题 公众号标题 AI写作工具评测 深度测评:2026年最值得用的5款AI写作工具 程序员效率方法 十年老程序员的效率心得:这些方法帮我每天早下班2小时 Python入门指南 写给零基础的Python学习路线(附完整资源) 常用标题格式: 深度/干货/实操 ...
251
12310 css-animation-creator onewave-ai/claude-skills
CSS Animation Creator Instructions When creating animations: Understand the purpose - Feedback, delight, guidance, or storytelling Choose the right technique - CSS transitions, keyframes, or JS libraries Optimize for performance - GPU-accelerated properties only Respect accessibility - Honor prefers-reduced-motion Keep timing natural - Use appropriate easing and duration Animation Principles The 12 Principles (Disney) Applied to UI Principle UI Application Squash & Stretch Button press, elastic ...
251
12311 api-security-review bobmatnyc/claude-mpm-skills
API Security Review Skill Summary Comprehensive security checklist for API endpoint development. Ensures proper authentication, authorization, input validation, output safety, and security logging are implemented before deployment. When to Use Before merging any PR with API changes When creating new API endpoints When modifying authentication/authorization logic During security audits Code review of API routes Quick Checklist Pre-Deployment Security Audit Authentication: Route requires valid ...
251
12312 unsplash cevatkerim/skills
Unsplash Photo Search Search and fetch high-quality photos from Unsplash with automatic attribution. Quick Start Search for photos ./scripts/search.sh "sunset beach" Get random photos ./scripts/random.sh "nature" 3 Track download (when user downloads) ./scripts/track.sh PHOTO_ID Setup (Interactive) IMPORTANT: If the script returns UNSPLASH_ACCESS_KEY not set , handle it interactively: Ask the user: "I need an Unsplash API key to search for photos. You can get a free key at https://unsplash.co...
251
12313 quickbooks membranedev/application-skills
Quickbooks Quickbooks is a popular accounting software used by small businesses to manage their finances. It helps with tasks like invoicing, payroll, and tracking expenses. Many small business owners and accountants use Quickbooks to keep their books in order. Official docs: https://developer.intuit.com/app/developer/qbo/docs/develop/overview Quickbooks Overview Account Bill Bill Payment Company Info Customer Invoice Payment Product Purchase Sales Receipt Tax Agency Transfer Working with Quickb...
251
12314 wechat-article-fetcher wwwzhouhui/skills_collection
微信公众号文章获取器 获取、解析并保存微信公众号文章,支持单篇和批量下载、元数据提取、图片下载和 Markdown 转换。 快速开始 获取单篇文章: python scripts/fetch_wechat_article.py "https://mp.weixin.qq.com/s/xxxxx" 批量获取多篇文章(空格分隔): python scripts/fetch_wechat_article.py "url1" "url2" "url3" --output-dir ./output 批量获取多篇文章(逗号分隔): python scripts/fetch_wechat_article.py "url1,url2,url3" --output-dir ./output 仅输出元数据(不保存文件): python scripts/fetch_wechat_article.py "https://mp.weixin.qq.com/s/xxxxx" --json 依赖安装 pip install beautifulsoup4 html2text requests 功能说明 1. 获取文章...
251
12315 fal-image-edit sickn33/antigravity-awesome-skills
fal-image-edit Curated from the fal.ai community team. What it does AI-powered image editing with style transfer, background removal, object removal, and inpainting via fal.ai hosted models. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundl...
251
12316 reactome-database davila7/claude-code-templates
Reactome Analysis & Content Service Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://reactome.org/license and https://reactome.org/cite , then (2) create the file recording the notification text and timestamp. Overview Reactome is a free, open-source, curated pathway database....
251
12317 firecrawl-scraper davila7/claude-code-templates
Firecrawl Web Scraper Skill Status : Production Ready Last Updated : 2026-01-20 Official Docs : https://docs.firecrawl.dev API Version : v2 SDK Versions : firecrawl-py 4.13.0+, @mendable/firecrawl-js 4.11.1+ What is Firecrawl? Firecrawl is a Web Data API for AI that turns websites into LLM-ready markdown or structured data. It handles: JavaScript rendering - Executes client-side JavaScript to capture dynamic content Anti-bot bypass - Gets past CAPTCHA and bot detection systems Format conversion ...
251
12318 crafting-effective-readmes davila7/claude-code-templates
Crafting Effective READMEs Overview READMEs answer questions your audience will have. Different audiences need different information - a contributor to an OSS project needs different context than future-you opening a config folder. Always ask: Who will read this, and what do they need to know? Process Step 1: Identify the Task Ask: "What README task are you working on?" Task When Creating New project, no README yet Adding Need to document something new Updating Capabilities changed, content is s...
251
12319 qqbot-media sliverp/qqbot
QQBot 图片/语音/视频/文件收发 标签速查(直接复制使用) 类型 标签格式 示例 图片 <qqimg>绝对路径或URL</qqimg> <qqimg>/tmp/pic.jpg</qqimg> 语音 <qqvoice>绝对路径</qqvoice> <qqvoice>/tmp/voice.mp3</qqvoice> 视频 <qqvideo>绝对路径或URL</qqvideo> <qqvideo>/tmp/video.mp4</qqvideo> 文件 <qqfile>绝对路径或URL</qqfile> <qqfile>/tmp/doc.pdf</qqfile> 标签拼写必须严格按上表 ,只有这 4 个标签名: qqimg 、 qqvoice 、 qqvideo 、 qqfile 。 ⚠️ 重要:你有能力发送本地图片! 当用户要求发送本地图片时,只需使用 <qqimg> 标签包裹图片路径即可。系统会自动处理文件读取和发送。 ❌ 绝对不要说"无法发送本地图片"! ✅ 使用 <qqimg> 标签,系统就能发送任何本地图片! 📸 发送图片(推荐方式: <qqimg> 标签) 使用 <qqimg...
251
12320 hugging-face-cli huggingface/skills
Hugging Face CLI The hf CLI provides direct terminal access to the Hugging Face Hub for downloading, uploading, and managing repositories, cache, and compute resources. Quick Command Reference Task Command Login hf auth login Download model hf download <repo_id> Download to folder hf download <repo_id> --local-dir ./path Upload folder hf upload <repo_id> . . Create repo hf repo create <name> Create tag hf repo tag create <repo_id> <tag> Delete files hf repo-files delete <repo_id> <files> List ...
250
12321 wordpress-master 404kidwiz/claude-supercode-skills
WordPress Master Purpose Provides WordPress development and architecture expertise specializing in custom themes, plugins, performance optimization, and enterprise scaling. Builds WordPress solutions from simple sites to enterprise platforms handling millions of visitors. When to Use Custom WordPress theme or plugin development WordPress site performance optimization Security hardening or audit for WordPress site WordPress multisite setup or management Headless WordPress implementation E-comme...
250
12322 sentiment-analysis-trading omer-metin/skills-for-antigravity
No SKILL.md available for this skill. View on GitHub
250
12323 eve-orchestration incept5/eve-skillpacks
Eve Orchestration This skill explains how to orchestrate complex work in Eve Horizon by spawning child jobs, managing dependencies, and maximizing parallel execution while respecting depth limits. Core Principles Parent sets a target depth and passes it to children. Each job decides its own decomposition based on scope and depth. Parallelize by default when tasks can proceed independently. Use relations to encode true dependencies, not preference. Leaf jobs execute; parent jobs orchestrate and w...
250
12324 eve-auth-and-secrets incept5/eve-skillpacks
Eve Auth and Secrets Use this workflow to log in to Eve and manage secrets for your app. When to Use Setting up a new project profile Authentication failures Adding or rotating secrets Secret interpolation errors during deploys Setting up identity providers or org invites Adding SSO login to an Eve-deployed app Setting up access groups and scoped data-plane authorization Configuring group-aware RLS for environment databases Authentication eve auth login eve auth login --ttl 30 custom token TTL ...
250
12325 revenuecat rawveg/skillsforge-marketplace
RevenueCat Query RevenueCat metrics and search documentation. Config Set RC_API_KEY environment variable, which should be a v2 secret API key. Context Query the RevenueCat API ( GET /projects ) to get information about the project you have access to. Your RevenueCat API key allows access to a single project. Use the project ID in subsequent API calls. API Access { baseDir } /scripts/rc-api.sh < endpoint > Example: {baseDir}/scripts/rc-api.sh /projects to list projects. Local API Reference Start ...
250
12326 bug-fix bobmatnyc/claude-mpm-skills
Bug Fix Verification Systematic workflow for verifying bug fixes to ensure quality and prevent regressions. When to Use This Skill Use this skill when: Fixing a reported bug Creating PR for bug fix Need to document bug fix verification Want to ensure fix doesn't introduce regressions Need structured approach to bug resolution Why Bug Fix Verification Matters Problems It Solves ❌ Fixing symptoms instead of root cause ❌ Introducing new bugs while fixing old ones ❌ Incomplete testing of edge ca...
249
12327 memos-cloud-server memtensor/memos-cloud-skill
MemOS Cloud Server Skill ZH-CN: 本技能允许 Agent 直接调用 MemOS 云平台 API,实现记忆的检索、添加、删除以及反馈功能。 EN-US: This skill allows the Agent to interact with MemOS Cloud APIs for memory search, addition, deletion, and feedback. ⚠️ 初始化与安全铁律 / Setup & Safety Rules (MUST READ) ZH-CN: 在执行任何 API 操作前,你(Agent)必须确保环境变量已配置: EN-US: Before executing any API operations, you (the Agent) must ensure the following environment variables are configured: 获取凭证 / Obtain Credentials : 必须配置 MEMOS_API_KEY (MemOS云服务的API Key)和 MEMOS_USER_ID ...
249
12328 github-automation sickn33/antigravity-awesome-skills
GitHub Automation Skill Purpose GitHub workflow automation, PR management, and repository coordination. When to Trigger Creating pull requests Managing issues Setting up CI/CD workflows Code review automation Release management Commands Create Pull Request gh pr create --title "feat: description" --body " Summary \n ..." Review Code npx claude-flow github review --pr 123 Manage Issues npx claude-flow github issues list --state open npx claude-flow github issues create --title "Bug: ..." Setup Wo...
249
12329 go-concurrency-patterns sickn33/antigravity-awesome-skills
Go Concurrency Patterns Production patterns for Go concurrency including goroutines, channels, synchronization primitives, and context management. When to Use This Skill Building concurrent Go applications Implementing worker pools and pipelines Managing goroutine lifecycles Using channels for communication Debugging race conditions Implementing graceful shutdown Core Concepts 1. Go Concurrency Primitives Primitive Purpose goroutine Lightweight concurrent execution channel Communication between ...
249
12330 model deployment aj-geddes/useful-ai-prompts
Model Deployment Overview Model deployment is the process of taking a trained machine learning model and making it available for production use through APIs, web services, or batch processing systems. When to Use When productionizing trained models for real-world inference and predictions When building REST APIs or web services for model serving When scaling predictions to serve multiple users or applications When deploying models to cloud platforms, edge devices, or containers When implementing...
249
12331 telegram skillhq/telegram
📬 Telegram CLI Fast Telegram CLI for reading, searching, and sending messages. 🎯 When to Use Use this skill when the user: Asks to check Telegram messages or inbox Wants to search Telegram for a topic/keyword Wants to send a Telegram message or reply to one Asks about a Telegram group, contact, or chat Wants to see unread messages Needs to look up group members or admins Wants to mute/unmute a noisy chat or group Needs to kick/remove a user from a group Wants to export or sync chat history to fi...
249
12332 job-application-optimizer onewave-ai/claude-skills
Job Application Optimizer Tailor your job application materials and prepare for interviews with AI-powered optimization. Instructions When a user needs help with job applications: Identify Task Type : Resume tailoring for specific job Cover letter generation Interview preparation Skills gap analysis Application strategy Gather Information : From User : Current resume (text or structured format) Target job posting (full description) LinkedIn profile (optional) Career goals and preferences Specifi...
249
12333 dockerfile-optimizer patricio0312rev/skills
Dockerfile Optimizer Build optimized, secure, and cache-efficient Docker images following production best practices. Core Workflow Analyze current Dockerfile: Identify optimization opportunities Implement multi-stage builds: Separate build and runtime Optimize layer caching: Order instructions efficiently Minimize image size: Use slim base images and cleanup Add security hardening: Non-root user, minimal permissions Configure health checks: Ensure container health monitoring Base Image Selecti...
249
12334 trade-prediction-markets robonet-tech/skills
Trade Prediction Markets Quick Start This skill enables trading on Polymarket prediction markets (YES/NO tokens) for real-world events. Load the tools first : Use MCPSearch to select: mcp__workbench__get_all_prediction_events Use MCPSearch to select: mcp__workbench__get_prediction_market_data Use MCPSearch to select: mcp__workbench__create_prediction_market_strategy Basic workflow : 1. Browse markets: get_all_prediction_events(market_category="crypto_rolling") → See BTC/ETH price prediction mark...
249
12335 memory johnlindquist/claude
Memory - Read & Access Operations Unified read-side memory skill with subcommands for searching, loading, syncing, history, and visualization. Cross-session read strategy (Opus 4.7 / CC 2.1.111+): Opus 4.7 reads filesystem memory more reliably than 4.6. When loading context at session start, prefer the layered read order: ~/.claude/projects/<slug>/memory/MEMORY.md (durable index — load first, always) .claude/chain/state.json + most recent NN-*.json handoff (session continuation) MCP mcp__memory_...
248
12336 symfony:e2e-panther-playwright makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:e2e-panther-playwright<div
248
12337 troubleshooting-dbt-job-errors dbt-labs/dbt-agent-skills
Systematically diagnose and resolve dbt Cloud job failures using available MCP tools, CLI commands, and data investigation. When to Use - dbt Cloud / dbt platform job failed and you need to find the root cause - Intermittent job failures that are hard to reproduce - Error messages that don't clearly indicate the problem - Post-merge failures where a recent change may have caused the issue Not for: Local dbt development errors - use the skill `using-dbt-for-analytics-engineering` instead ...
248
12338 building-dbt-semantic-layer dbt-labs/dbt-agent-skills
This skill guides the creation and modification of dbt Semantic Layer components: semantic models, entities, dimensions, and metrics. - Semantic models - Metadata configurations that define how dbt models map to business concepts - Entities - Keys that identify the grain of your data and enable joins between semantic models - Dimensions - Attributes used to filter or group metrics (categorical or time-based) - Metrics - Business calculations defined on top of semantic models (e.g., revenue, ...
248
12339 symfony:doctrine-fetch-modes makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:doctrine-fetch-modes<div
248
12340 symfony:doctrine-transactions makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:doctrine-transactions<div
248
12341 supabase-edge-functions nice-wolf-studio/claude-code-supabase-skills
Supabase Edge Functions Overview This skill provides operations for working with Supabase Edge Functions - serverless TypeScript/JavaScript functions that run on Deno Deploy. Use for invoking functions, deploying code, and managing function lifecycles. Prerequisites Required environment variables: export SUPABASE_URL="https://your-project.supabase.co" export SUPABASE_KEY="your-anon-or-service-role-key" Required tools: Supabase CLI (supabase command) Deno (for local development) Install S...
248
12342 lyric-diagnostic jwynia/agent-skills
Lyric Diagnostic: Skill You diagnose lyric problems across multiple dimensions. Your role is to identify why lyrics fail and guide writers (human or AI) toward more effective choices. Core Principle Lyrics fail in predictable, diagnosable ways. Generic is not neutral—generic is bad. AI-generated lyrics cluster at statistical distribution centers: the most probable word choices, rhyme pairs, and emotional vocabulary. Probability optimization produces mediocrity. Effective lyrics require inten...
248
12343 angular-best-practices-material alfredoperez/angular-best-practices
Angular Material Best Practices Angular Material and CDK rules for component usage, theming, and testing. Use with the core angular-best-practices skill for comprehensive Angular coverage. Links Core Skill: angular-best-practices Browse All Skills GitHub Repository When to Apply Importing and configuring Material components Setting up M3 theming with design tokens Using CDK utilities for overlays, drag-and-drop, or virtual scrolling Writing tests for Material components Rules Rule Impact Descrip...
248
12344 dotnet-project-structure aaronontheweb/dotnet-skills
Use this skill when: - Setting up a new .NET solution with modern best practices - Configuring centralized build properties across multiple projects - Implementing central package version management - Setting up SourceLink for debugging and NuGet packages - Automating version management with release notes - Pinning SDK versions for consistent builds Related Skills - `dotnet-local-tools` - Managing local .NET tools with dotnet-tools.json - `microsoft-extensions-configuration` - Configur...
247
12345 workflow-creator nicepkg/ai-workflow
Workflow Creator Create complete workflow directories with curated skills downloaded from GitHub. Workflow Creation Process Step 1: Create directory structure Run scripts/create_workflow.py to initialize: python scripts/create_workflow.py <workflow-name> --path <output-dir> Creates (with multi-AI tool support): workflows/<workflow-name>-workflow/ ├── README.md User documentation (English) ├── README_cn.md User documentation (Chinese) ├── AGENTS.md AI context (au...
247
12346 tdd-workflows-tdd-green sickn33/antigravity-awesome-skills
Green Phase: Simple function def product_list(request): products = Product.objects.all() return JsonResponse({'products': list(products.values())}) Refactor: Class-based view class ProductListView(View): def get(self, request): products = Product.objects.all() return JsonResponse({'products': list(products.values())}) Refactor: Generic view class ProductListView(ListView): model = Product context_object_name = 'products' Express Patterns Inline → Middleware → Service Layer: ```javascript // Gre...
247
12347 sap-abap secondsky/sap-skills
This skill includes 28 comprehensive reference files covering all aspects of ABAP development: Related Skills - sap-abap-cds: For CDS view development and ABAP Cloud data modeling - sap-btp-cloud-platform: For ABAP Environment setup and BTP deployment - sap-cap-capire: For CAP service integration and ABAP system connections - sap-fiori-tools: For Fiori application development with ABAP backends - sap-api-style: For API documentation standards and best practices Quick Access - Reference...
247
12348 tooluniverse mims-harvard/tooluniverse
ToolUniverse Router Route user questions to specialized skills. If no skill matches, use general strategies from references/general-strategies.md . Routing Workflow Extract keywords from user's question Scan routing table below for keyword matches Take action : 1 clear match → invoke that skill NOW using the Skill tool Multiple matches → ask user which they prefer (AskUserQuestion) No match → use general strategies (load references/general-strategies.md ) If ambiguous (e.g., "Tell me about aspir...
247
12349 symfony:test-doubles-mocking makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:test-doubles-mocking<div
247
12350 pdf processing davila7/claude-code-templates
PDF Processing Quick start Use pdfplumber to extract text from PDFs: import pdfplumber with pdfplumber . open ( "document.pdf" ) as pdf : text = pdf . pages [ 0 ] . extract_text ( ) print ( text ) Extracting tables Extract tables from PDFs with automatic detection: import pdfplumber with pdfplumber . open ( "report.pdf" ) as pdf : page = pdf . pages [ 0 ] tables = page . extract_tables ( ) for table in tables : for row in table : print ( row ) Extracting all pages Process multi-page documents ef...
246