Plugins
3 pluginscurated
Social Media Scraping
Extract structured data from social media platforms via browser automation.
12 skills · plugin
curated
SEO Audit and Fix
Audit a website for SEO issues, fix metadata and structured data, and verify improvements.
10 skills · plugin
@adobe
Edge Delivery Services Content Ops
Content operations skills for AEM Edge Delivery Services: page auditing, SEO optimization, AI search (GEO), WCAG accessibility, bulk metadata, structured data, sitemap validation, and content diffing
12 skills · plugin
Results for “data-structure”
68 skillsdata-analysis
Use this skill when the user uploads Excel (.xlsx/.xls) or CSV files and wants to perform data analysis, generate statistics, create summaries, pivot tables, SQL queries, or any form of structured data exploration. Supports multi-sheet Excel workbooks, aggregation, filtering, joins, and exporting results to CSV/JSON/Markdown.
3 · bundle
hasdata
Extract public web data via HasData APIs, including search engine results, structured data from ecommerce, travel, jobs, and local business platforms, with support for web scraping, pre-parsed APIs, and async jobs.
3 · bundle
apify-actor-runner
Runs Apify cloud actors for structured web scraping and exports datasets to S3, with input schema validation and webhook notifications.
28
hla-typing
Performs HLA allele genotyping from WGS/WES VCF data, producing a structured markdown report and machine-readable JSON results.
17 · bundle
biopython
Provides reference documentation and code patterns for using Biopython to handle biological sequences, file formats, database access, alignments, structures, and phylogenetics.
2
tabular-rag
Structured data + RAG. NL2SQL hybrid patterns (text-to-SQL then execute vs embed rows), table embedding strategies (row-level, schema-level, hybrid), semantic layer integration (Cube, dbt metrics), LangChain SQLDatabaseChain, LlamaIndex PandasQueryEngine, safe SQL execution (read-only, sandboxed), schema-aware retrieval. Full PostgreSQL + pgvector hybrid code. USE WHEN: user mentions "tabular RAG", "NL2SQL", "text to SQL", "RAG on tables", "database RAG", "SQL RAG", "semantic layer", "structured data RAG" DO NOT USE FOR: unstructured doc RAG - use `rag-architecture`; metadata filtering only - use `self-querying-retriever`; KG retrieval - use `graph-rag`
28
amazon-product-api-skill
Extracts structured product listings from Amazon, including titles, ASINs, prices, ratings, and specifications, using the BrowserAct API.
3.7k · bundle
producthunt-launches
Extract structured product launch data from Product Hunt leaderboards, enriched with maker profiles and website contact information.
3.7k · bundle
gget
Query 20+ bioinformatics databases from the command line or Python for gene information, sequences, protein structures, enrichment analysis, and more.
30.2k · bundle
hasdata-cli
Provides command-line access to search, scraping, and structured web data from over 40 APIs including Google, Amazon, Yelp, and Zillow.
42.4k · bundle
power-bi-performance-troubleshooting
Systematically diagnose and resolve performance issues in Power BI models, reports, and queries using a structured troubleshooting methodology.
36.2k
biopython
Provides reference documentation and code patterns for Biopython, covering sequence handling, alignments, NCBI database access, BLAST, protein structures, phylogenetics, and other bioinformatics tasks.
5
supabase-schema-designer
Use when designing PostgreSQL tables, enums, relationships, migrations, storage metadata, or tenant-aware schema structures for a Supabase-backed app. Trigger on requests about Supabase schema planning or SQL-first data design.
0
azure-ai-document-intelligence-ts
Extract text, tables, and structured data from documents using Azure Document Intelligence. Process invoices, receipts, IDs, forms, or build custom document models.
2.7k
google-search-serp
Extracts structured data from Google Search results pages, including organic listings, paid ads, related searches, People Also Ask, and AI Overview.
3.7k · bundle
amazon-reviews-api-skill
Extract Amazon product reviews by ASIN using the BrowserAct API, returning structured data including ratings, text, reviewer info, and verified purchase status.
3.7k · bundle
amazon-asin-lookup-api-skill
Extract structured product details from Amazon using an ASIN, including title, price, ratings, brand, and description via the BrowserAct API.
3.7k · bundle
report-generation
Generate professional reports — sprint retrospectives, financial summaries, analytics dashboards, and incident postmortems — from structured data with templates, charts, and multi-format output. Use when the user requests report generation or provides relevant inputs for this workflow.
159
jmt-x402-agent-tools
Provides 25 paid HTTP endpoints on Base mainnet that bill agents per call in USDC for web search, AI analysis, crypto and stock data, SEC filings, company intelligence, news, sentiment scoring, and a macro dashboard, returning structured JSON.
28
facebook-page-profile-posts
Extracts posts from public Facebook pages or profiles, returning structured data with text, engagement metrics, reaction breakdowns, media thumbnails, and pagination support.
3.7k · bundle
azure-ai-document-intelligence-dotnet
Extract text, tables, and structured data from documents using Azure AI Document Intelligence SDK for .NET, with support for prebuilt and custom models.
2.7k
google-maps-reviews-api-skill
Extract structured review data from Google Maps search results using the BrowserAct API, enabling local business analysis, reputation monitoring, and competitive benchmarking.
3.7k · bundle
x-tweet-search
Scrapes tweets from X (Twitter) by search query, user handle, or direct URL, returning structured data including text, author info, engagement metrics, media, and hashtags.
3.7k · bundle
x-tweet-by-handle
Collects tweets from an X (Twitter) user profile timeline by handle, supporting tweets, replies, or media-only modes, and returns structured data with engagement metrics and pagination.
3.7k · bundle
industry-key-contact-radar-api-skill
Discovers key contacts across industries, roles, and social platforms via the BrowserAct API, extracting structured profile data for lead generation and outreach.
3.7k · bundle
youtube-comments-api-skill
Extracts structured video and comment data from YouTube using the BrowserAct API, enabling audience insight, content research, and competitive monitoring without CAPTCHA or IP restrictions.
3.7k · bundle
x-tweet-search-by-query
Searches X (Twitter) for tweets matching an advanced query and returns structured data including text, author profile, engagement metrics, media, hashtags, mentions, and pagination cursors.
3.7k · bundle
phoenix-cli
Debug LLM applications using the Phoenix CLI: fetch traces, analyze errors, structure trace review with open and axial coding, inspect datasets, review experiments, and query the GraphQL API.
36.2k · bundle
predexon
Returns structured prediction-market data for Polymarket, Kalshi, Limitless, Opinion, Predict.Fun, dFlow, and UMA oracle via a local API, covering markets, cross-venue search, leaderboards, smart money, wallet analytics, identity clustering, and resolution status.
17
facebook-groups-scrape-posts
Scrapes posts from a Facebook group given a group URL, sort order, and desired count, returning structured post metadata including post_id, permalink, author, timestamp, body text, media, reactions, comments, and shares.
3.7k · bundle
facebook-page-posts
Scrapes posts from any public Facebook Page timeline, returning structured data including post text, engagement metrics, reaction breakdowns, hashtags, external links, and media type. Supports date range filtering and cursor-based pagination.
3.7k · bundle
alterlab-networkx
Creates, analyzes, and visualizes complex networks and graphs in Python with NetworkX. Use when working with network/graph data structures, analyzing relationships between entities, computing graph algorithms (shortest paths, centrality, clustering), detecting communities, generating synthetic networks, or visualizing topologies — applicable to social, biological, transportation, citation, and any pairwise-relationship networks. This is classical graph analytics, not deep learning — for training graph neural networks (GCN/message passing, node/edge/graph classification on Cora-style data) use alterlab-torch-geometric instead. Part of the AlterLab Academic Skills suite.
60 · bundle