Skills

All Skills

extraction

Skills tagged with #extraction

@iamzhihuix

docx-format-replicator

Extract formatting from existing Word documents and generate new documents with the same format but different content. Use this skill when users need to create multiple documents with consistent formatting, replicate document templates, or maintain corporate document standards across different content.

iamzhihuix/happy-claude-skills+1 more
19d ago
2620
@yokingma
MCP

One Search Mcp

Web search, crawl, scrape & extract with agent-browser, SearXNG, Tavily, DuckDuckGo, Bing & more

mcpgithubsearchbrowserweb
yokingma/one-search-mcp
19d ago
0
@ethanjyx

openbrand

Extract brand assets (logos, colors, backdrop images, brand name) from any website URL. Use when building branded interfaces, generating style guides, or needing brand identity data from a URL.

ethanjyx/OpenBrand
18d ago
1990
@scrapfly
MCP

Mcp

Scrape any website, extract structured data, and collect web content at scale with AI agents

mcpaiweb
scrapfly/scrapfly-mcp
19d ago
0
@teamsincetoday
MCP

Newsletter Commerce Mcp

Extract shoppable product mentions from newsletters with affiliate signals. Free tier 200/day.

mcpgithub
teamsincetoday/newsletter-commerce-mcp
19d ago
0
@mcp-registry
MCP

AgenticTotem Web Extractor

AI web extraction: send URLs + a JSON Schema, get clean structured data. Pay-per-use via x402.

mcpaiweb
19d ago
0
@joelazar

improve-skill

Analyze coding agent session transcripts to improve existing skills or create new ones. Use when asked to improve a skill based on a session, or extract a new skill from session history.

joelazar/dotfiles+1 more
18d ago
1590
@managedcode

apple-crash-symbolication

Symbolicate .NET runtime frames in Apple platform .ips crash logs (iOS, tvOS, Mac Catalyst, macOS). Extracts UUIDs and addresses from the native backtrace, locates dSYM debug symbols, and runs atos to produce function names with source file and line numbers. Automatically downloads .dwarf symbols from the Microsoft symbol server using Mach-O UUIDs. USE FOR triaging a .NET MAUI or Mono app crash from an .ips file on any Apple platform, resolving native backtrace frames in libcoreclr or libmonosgen-2.0 to .NET runtime source code, retrieving .ips crash logs from a connected iOS device or iPhone, or investigating EXC_CRASH, EXC_BAD_ACCESS, SIGABRT, or SIGSEGV originating from the .NET runtime. DO NOT USE FOR pure Swift/Objective-C crashes with no .NET components, or Android tombstone files. INVOKES Symbolicate-Crash.ps1 script, atos, dwarfdump, idevicecrashreport.

managedcode/dotnet-skills+92 more
18d ago
3410
@rajkripal

cashew

Persistent thought-graph memory for OpenClaw agents. Query context before answering substantive questions, extract knowledge during conversations, run think/sleep cycles for consolidation. Triggers on session start, knowledge-worthy conversations, heartbeats, and any question about prior context.

rajkripal/cashew
3d ago
110
@cipherstash

stash-drizzle

Integrate CipherStash encryption with Drizzle ORM using @cipherstash/stack/drizzle. Covers the encryptedType column type, encrypted query operators (eq, like, ilike, gt/gte/lt/lte, between, inArray, asc/desc), schema extraction, batched and/or conditions, EQL migration generation, and the complete Drizzle integration workflow. Use when adding encryption to a Drizzle ORM project, defining encrypted Drizzle schemas, or querying encrypted columns with Drizzle.

cipherstash/stack+5 more
18d ago
1380
@Libres-coder
MCP

Io.Github.Libres Coder/Parseflow

PDF parsing server with text extraction, metadata, search, images, and TOC via MCP

mcpgithubsearch
Libres-coder/ParseFlow
19d ago
0
@openyak

Bootstrap — Personalized Onboarding

A conversational onboarding skill. Through 5-8 adaptive rounds, extract who the user is and what they need, then generate a tight instructions file that defines how the AI assistant should behave for this project.

openyak/openyak+6 more
11d ago
7540
@KazKozDev
MCP

MCP Search Server

Web search, content extraction, PDF parsing, plus datetime and geolocation tools. No API keys.

mcpgithubapisearchweb
KazKozDev/mcp-search-server
19d ago
0
@Abilityai

advise

Solve problems using knowledge base insights - extracts search terms, runs parallel KB queries, synthesizes advice grounded in your own frameworks

Abilityai/cornelius+26 more
18d ago
740
@TechDufus

intent

Extract the underlying intent behind a request, issue, PR, or diff. Focus on problem and desired outcome; do not propose implementation, testing strategy, or rollout plans.

TechDufus/dotfiles
18d ago
3960
@CreditTone

Android Reverse Engineering

Decompile Android APK, XAPK, JAR, and AAR files using jadx and Fernflower/Vineflower, trace call flows through application code and libraries, produce structured documentation of extracted APIs, and escalate to runtime analysis only after static triage shows that it is needed. Two decompiler engines

CreditTone/android-reverse-engineering-skill
2d ago
610
@huoshuiai42
MCP

Io.Github.Huoshuiai42/Huoshui Fetch

An MCP server that provides tools for fetching, converting, and extracting data from web pages.

mcpgithubaiweb
huoshuiai42/huoshui-fetch
19d ago
0
@selvage-lab
MCP

Io.Github.Selvage Lab/Selvage

An LLM-based code review MCP server with AST-powered smart context extraction

mcpgithubllm
selvage-lab/selvage
19d ago
0
@teamsincetoday
MCP

Podcast Commerce Mcp

Extract product mentions from podcast transcripts with affiliate signals. Free tier 200/day.

mcpgithub
teamsincetoday/podcast-commerce-mcp
19d ago
0
@tstockham96
MCP

Io.Github.Tstockham96/Engram

Intelligent agent memory with automatic extraction, consolidation, and bi-temporal recall.

mcpgithubmemory
tstockham96/engram
19d ago
0
@teamsincetoday
MCP

Recipe Commerce Mcp

Extract shoppable products from recipe content with affiliate network signals. Free tier 200/day.

mcpgithub
teamsincetoday/recipe-commerce-mcp
19d ago
0
@SawyerHood

dev-browser

Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request.

SawyerHood/dev-browser
18d ago
3.9K0
@mitsuhiko

apple-mail

Search, read, and extract attachments from Apple Mail's local storage. Query emails by sender, recipient, subject, body, date, mailbox, and flags. Read raw RFC822 messages and extract file attachments.

mitsuhiko/agent-stuff+8 more
18d ago
1.6K0
@biomejs

biome-developer

General development best practices and common gotchas when working on Biome. Use for avoiding common mistakes, understanding Biome-specific patterns (AST, syntax nodes, string extraction, embedded languages), and learning technical tips.

biomejs/biome+7 more
19d ago
24.0K0
@muqsitnawaz

mq

Query markdown files efficiently with mq CLI. Use when exploring documentation structure, extracting specific sections, or reducing token usage when reading .md files.

muqsitnawaz/mq
19d ago
550
@AgriciDaniel

wiki-ingest

Ingest sources into the Obsidian wiki vault. Reads a source, extracts entities and concepts, creates or updates wiki pages, cross-references, and logs the operation. Supports files, URLs, and batch mode. Triggers on: ingest, process this source, add this to the wiki, read and file this, batch ingest, ingest all of these, ingest this url.

AgriciDaniel/claude-obsidian+2 more
18d ago
1260
@MarketSquare

parse-rf-results

Parse Robot Framework test results from output.xml. Use when: analyzing test execution results, extracting pass/fail statistics, filtering failures, summarizing test runs

MarketSquare/robotframework-browser+1 more
19d ago
6360
@huytieu

braindump

Quick capture of raw thoughts with intelligent domain classification and competitive intelligence extraction

huytieu/COG-second-brain+14 more
18d ago
2470
@whystrohm

Digital Twin — Persona Extraction & Replication Skill

whystrohm/digital-twin-of-yourself
18d ago
90
@backnotprop

Compound Planning Analysis

You are conducting a comprehensive research analysis of a user's Plannotator plan archive. The goal: extract patterns from their denied plans and annotations, reduce them into actionable insights, and produce an elegant HTML dashboard report.

backnotprop/plannotator+6 more
2d ago
3.5K0
@tgoodwin

dependency-analysis

Generate and validate controller-resource dependency graph artifacts for Kamera coverage strategy v2. Use this when extracting triggers/reads/writes from Kubernetes control planes, assigning resource roles, and producing contract-compliant dependency-graph.json plus schema-map.json outputs.

tgoodwin/kamera
18d ago
650
@torlando-tech

columba-python-migration

This skill should be used when working on the Strangler Fig migration of reticulum_wrapper.py, creating or modifying rns_api.py, working on RnsApiClient or ChaquopyRnsApiClient in Kotlin, extracting business logic from Python to Kotlin, modifying PythonWrapperManager, working on health monitoring, telemetry collection, RMSP, delivery state machines, message reception, link speed probing, identity file management, event/callback extraction, or any task that touches the Python-to-Kotlin migration boundary. It provides the full migration plan, phase dependencies, thin API surface, and anti-patterns to avoid.

torlando-tech/columba
18d ago
4600
@facebook

extract-errors

Use when adding new error messages to React, or seeing "unknown error code" warnings.

facebook/react+4 more
18d ago
244.1K0
@kdeldycke

rename-with-dates

Rename documents and files (PDFs, images, screenshots, etc.) by reading their content to extract the effective/publication date, then renaming them with a "YYYY-MM-DD - Clear descriptive title.ext" format. Use when the user wants to organize files with date prefixes based on document content.

kdeldycke/dotfiles
18d ago
1650
@freminder
MCP

ESG MCP Servers

31 MCP tools for ESG data extraction, PDF processing, vector search, and EU regulation analysis.

mcpgithubsearchvector
freminder/esg-mcp-servers
19d ago
0
@RECERQA
MCP

Io.Github.RECERQA/Rq Scan

MCP Server for RQ-SCAN - AI-powered document OCR and data extraction platform

mcpgithubai
RECERQA/rq-scan
19d ago
0
@SamMorrowDrums
MCP

reMarkable MCP Server

Access your reMarkable tablet - read documents, browse files, extract text and OCR

mcpgithubfile
SamMorrowDrums/remarkable-mcp+1 more
19d ago
0
@onvoyage-ai

GEO Leaderboard

You are an AI brand analyst running a category-wide leaderboard. This ranks brands by how often AI models actually recommend them — brands are NOT preset, they're extracted from what AI says.

onvoyage-ai/voyage-geo-agent+1 more
18d ago
3650
@nuclearpasta

agent-device

Automates mobile and simulator interactions for iOS and Android devices. Use when navigating apps, taking snapshots/screenshots, tapping, typing, scrolling, pinching, or extracting UI info on mobile devices or simulators.

nuclearpasta/react-native-drax
18d ago
6520
@archubbuck

browser-automation

Local Python-based browser automation toolkit using Playwright. Provides command-line tools for navigating, interacting with, and testing web applications without using MCP protocols. Supports clicking, typing, hovering, screenshots, content extraction, and JavaScript execution.

archubbuck/workspace-architect+2 more
15d ago
50
@nibzard

arxiv-pattern-discovery

Search arXiv for academic papers describing agentic AI patterns. Use when user asks to find new patterns from academic literature, search arXiv, discover patterns from papers, or review academic sources for pattern extraction.

nibzard/awesome-agentic-patterns+2 more
18d ago
3.6K0
@filegraph
MCP

Document Processing

Extract text from documents, manipulate PDFs, and perform OCR on images.

mcpaifile
filegraph/docconvert
19d ago
0
@romainsantoli-web
MCP

Memory OS AI

Adaptive memory for AI agents — FAISS search, chat extraction, cross-project linking

mcpgithubaisearchwebmemory
romainsantoli-web/Memory-os-ai
19d ago
0
@SebastianElvis

analyze-paper

Extract structured information from a research paper: system model, theorem statements, proof techniques, complexity claims, and red flags. Use when asked to analyze, summarize, or review an academic paper.

SebastianElvis/reaper+6 more
7d ago
50
@adrozdenko

Agent Dev — Vault-First Internal Development

Develop the agent's own internals with the vault as the primary source of truth. The vault knows more about the agent than any code scan or model training data. Always search the vault first, extract maximum context, and only then touch code.

adrozdenko/soleri+52 more
18d ago
50
@IvanRublev
MCP

Io.Github.IvanRublev/Keyphrases Mcp

An MCP server to extract keyphrases from a text with the BERT model

mcpgithub
IvanRublev/keyphrases-mcp
19d ago
0
@0xrdan

learn-on

Enable continuous learning mode for automatic insight extraction

0xrdan/claude-router+5 more
18d ago
320
@1amageek

skeleton

Understand the overall structure and architecture of a codebase. Extracts all type declarations, method signatures, properties, and inheritance relationships into a compact skeleton. Use when user asks about project architecture, says "show me the structure", wants to explore an unfamiliar codebase, or is planning multi-module changes. Also use before launching an Explore agent to give it a structural map.

1amageek/swift-skeleton
15d ago
150
@patchy631

brightdata-web-mcp

Search the web, scrape websites, extract structured data from URLs, and automate browsers using Bright Data's Web MCP. Use when fetching live web content, bypassing blocks/CAPTCHAs, getting product data from Amazon/eBay, social media posts, or when standard requests fail.

patchy631/ai-engineering-hub+1 more
18d ago
32.0K0
@firecrawl
MCP

Firecrawl MCP Server

MCP server for Firecrawl web scraping, structured data extraction and web search integration.

mcpgithubapisearchweb
firecrawl/firecrawl-mcp-server.git
19d ago
0