{"tasks":[{"slug":"scrape-pricing-pages","title":"Scrape competitor pricing pages","shortTitle":"Scrape pricing pages","useCaseSlug":"web-scraping","intent":"Extract pricing data from public competitor pages and turn it into clean structured output.","description":"Find skills for crawling public pricing pages, extracting plan names, prices, feature tables, and producing markdown or JSON for downstream analysis.","agentPrompt":"Find the best skill for scraping public competitor pricing pages, extracting structured pricing tables, and returning clean markdown or JSON.","keywords":["scrape pricing","pricing pages","competitor pricing","web scraping","crawl","extract tables"],"successCriteria":["Returns structured pricing fields","Handles ordinary public webpages","Can be tested against a sample URL"],"avoidWhen":["The site requires login or payment","Robots or terms prohibit automated crawling","The task needs human-only judgment"],"urls":{"web":"https://www.openagentskill.com/tasks/scrape-pricing-pages","api":"https://www.openagentskill.com/api/agent/tasks/scrape-pricing-pages","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Find%20the%20best%20skill%20for%20scraping%20public%20competitor%20pricing%20pages%2C%20extracting%20structured%20pricing%20tables%2C%20and%20returning%20clean%20markdown%20or%20JSON.&agent=codex&max_risk=medium","text":"https://www.openagentskill.com/api/agent/tasks/scrape-pricing-pages?format=text","use_case":"https://www.openagentskill.com/use-cases/web-scraping"}},{"slug":"crawl-documentation-site","title":"Crawl a documentation site","shortTitle":"Crawl docs","useCaseSlug":"web-scraping","intent":"Turn documentation pages into clean markdown or records that an agent can search and reuse.","description":"Find skills for crawling docs, converting HTML to markdown, preserving links, and preparing agent-ready source material.","agentPrompt":"Find the best skill for crawling a documentation website and converting pages into clean markdown with useful metadata.","keywords":["crawl docs","documentation crawler","website to markdown","html markdown","knowledge ingestion"],"successCriteria":["Preserves source URLs","Produces clean markdown","Can limit crawl scope"],"avoidWhen":["Docs block crawling","The content is private without authorization","You need pixel-perfect browser state"],"urls":{"web":"https://www.openagentskill.com/tasks/crawl-documentation-site","api":"https://www.openagentskill.com/api/agent/tasks/crawl-documentation-site","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Find%20the%20best%20skill%20for%20crawling%20a%20documentation%20website%20and%20converting%20pages%20into%20clean%20markdown%20with%20useful%20metadata.&agent=codex&max_risk=medium","text":"https://www.openagentskill.com/api/agent/tasks/crawl-documentation-site?format=text","use_case":"https://www.openagentskill.com/use-cases/web-scraping"}},{"slug":"review-pull-requests","title":"Review pull requests","shortTitle":"Review PRs","useCaseSlug":"coding-agents","intent":"Help a coding agent inspect diffs, summarize risk, and suggest targeted review comments.","description":"Find skills for repository inspection, code review, diff analysis, CI context, and practical pull-request feedback.","agentPrompt":"Find the best skill for reviewing pull requests, summarizing risky changes, and suggesting concise code review comments.","keywords":["review pull request","pr review","github diff","code review","repository analysis"],"successCriteria":["Reads changed files","Explains risky changes","Produces actionable comments"],"avoidWhen":["The repository is unavailable locally","Secrets or private code cannot be shared","The change requires domain expertise only a maintainer has"],"urls":{"web":"https://www.openagentskill.com/tasks/review-pull-requests","api":"https://www.openagentskill.com/api/agent/tasks/review-pull-requests","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Find%20the%20best%20skill%20for%20reviewing%20pull%20requests%2C%20summarizing%20risky%20changes%2C%20and%20suggesting%20concise%20code%20review%20comments.&agent=codex&max_risk=medium","text":"https://www.openagentskill.com/api/agent/tasks/review-pull-requests?format=text","use_case":"https://www.openagentskill.com/use-cases/coding-agents"}},{"slug":"fix-ci-failures","title":"Fix CI failures","shortTitle":"Fix CI","useCaseSlug":"testing-qa","intent":"Debug failing checks, inspect logs, patch likely causes, and verify the fix.","description":"Find skills for GitHub Actions logs, test failures, browser checks, and repeatable validation workflows.","agentPrompt":"Find the best skill for diagnosing CI failures, reading check logs, proposing a fix, and verifying the change.","keywords":["fix ci","github actions","failing checks","test failure","debug ci"],"successCriteria":["Identifies failing command","Links failure to code path","Provides verification steps"],"avoidWhen":["CI logs are inaccessible","The failure depends on external credentials","The fix would require production access"],"urls":{"web":"https://www.openagentskill.com/tasks/fix-ci-failures","api":"https://www.openagentskill.com/api/agent/tasks/fix-ci-failures","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Find%20the%20best%20skill%20for%20diagnosing%20CI%20failures%2C%20reading%20check%20logs%2C%20proposing%20a%20fix%2C%20and%20verifying%20the%20change.&agent=codex&max_risk=medium","text":"https://www.openagentskill.com/api/agent/tasks/fix-ci-failures?format=text","use_case":"https://www.openagentskill.com/use-cases/testing-qa"}},{"slug":"convert-pdf-to-markdown","title":"Convert PDFs to markdown","shortTitle":"PDF to markdown","useCaseSlug":"document-processing","intent":"Extract readable text, tables, and metadata from PDFs for agent workflows.","description":"Find skills for PDF parsing, OCR fallback, table extraction, and clean markdown conversion.","agentPrompt":"Find the best skill for converting PDF files into clean markdown while preserving headings, tables, and metadata.","keywords":["pdf markdown","convert pdf","document extraction","ocr","extract tables"],"successCriteria":["Handles common PDFs","Keeps headings and tables usable","Reports extraction limits"],"avoidWhen":["The PDF is encrypted","Scanned documents need manual OCR review","Legal/medical data requires compliance review"],"urls":{"web":"https://www.openagentskill.com/tasks/convert-pdf-to-markdown","api":"https://www.openagentskill.com/api/agent/tasks/convert-pdf-to-markdown","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Find%20the%20best%20skill%20for%20converting%20PDF%20files%20into%20clean%20markdown%20while%20preserving%20headings%2C%20tables%2C%20and%20metadata.&agent=codex&max_risk=medium","text":"https://www.openagentskill.com/api/agent/tasks/convert-pdf-to-markdown?format=text","use_case":"https://www.openagentskill.com/use-cases/document-processing"}},{"slug":"build-rag-knowledge-base","title":"Build a RAG knowledge base","shortTitle":"Build RAG","useCaseSlug":"rag-knowledge","intent":"Ingest docs, chunk content, retrieve relevant passages, and cite sources in agent answers.","description":"Find skills for document ingestion, retrieval, embeddings, knowledge indexing, and grounded answer workflows.","agentPrompt":"Find the best skill for building a RAG knowledge base over documents with retrieval, citations, and verification steps.","keywords":["rag","knowledge base","retrieval","embedding","semantic search","documents"],"successCriteria":["Supports source attribution","Can test retrieval quality","Separates ingestion from answer generation"],"avoidWhen":["Source documents are not curated","Answers require real-time data","Private data cannot leave the workspace"],"urls":{"web":"https://www.openagentskill.com/tasks/build-rag-knowledge-base","api":"https://www.openagentskill.com/api/agent/tasks/build-rag-knowledge-base","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Find%20the%20best%20skill%20for%20building%20a%20RAG%20knowledge%20base%20over%20documents%20with%20retrieval%2C%20citations%2C%20and%20verification%20steps.&agent=codex&max_risk=medium","text":"https://www.openagentskill.com/api/agent/tasks/build-rag-knowledge-base?format=text","use_case":"https://www.openagentskill.com/use-cases/rag-knowledge"}},{"slug":"analyze-csv-data","title":"Analyze CSV data","shortTitle":"Analyze CSV","useCaseSlug":"data-analysis","intent":"Load tabular files, profile columns, find patterns, and produce concise analysis.","description":"Find skills for CSV profiling, spreadsheet analysis, charting, metric validation, and business-friendly summaries.","agentPrompt":"Find the best skill for analyzing CSV files, profiling columns, finding trends, and explaining the results clearly.","keywords":["csv analysis","data analysis","spreadsheet","charts","pandas","analytics"],"successCriteria":["Profiles columns","Flags missing or suspicious data","Produces reproducible analysis steps"],"avoidWhen":["The data is sensitive and unapproved for processing","The task requires certified financial advice","The CSV schema is unknown and huge"],"urls":{"web":"https://www.openagentskill.com/tasks/analyze-csv-data","api":"https://www.openagentskill.com/api/agent/tasks/analyze-csv-data","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Find%20the%20best%20skill%20for%20analyzing%20CSV%20files%2C%20profiling%20columns%2C%20finding%20trends%2C%20and%20explaining%20the%20results%20clearly.&agent=codex&max_risk=medium","text":"https://www.openagentskill.com/api/agent/tasks/analyze-csv-data?format=text","use_case":"https://www.openagentskill.com/use-cases/data-analysis"}},{"slug":"automate-browser-workflow","title":"Automate a browser workflow","shortTitle":"Browser workflow","useCaseSlug":"browser-automation","intent":"Navigate web apps, fill forms, take screenshots, and verify state through browser automation.","description":"Find skills for Playwright, browser-use, UI testing, form flows, and visual or DOM verification.","agentPrompt":"Find the best skill for automating a browser workflow, filling forms, and verifying the final page state safely.","keywords":["browser automation","playwright","fill forms","web workflow","ui verification"],"successCriteria":["Waits for real state changes","Captures screenshots or DOM checks","Avoids final external side effects without approval"],"avoidWhen":["CAPTCHA or payment is required","The workflow changes account settings","Credentials are missing"],"urls":{"web":"https://www.openagentskill.com/tasks/automate-browser-workflow","api":"https://www.openagentskill.com/api/agent/tasks/automate-browser-workflow","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Find%20the%20best%20skill%20for%20automating%20a%20browser%20workflow%2C%20filling%20forms%2C%20and%20verifying%20the%20final%20page%20state%20safely.&agent=codex&max_risk=medium","text":"https://www.openagentskill.com/api/agent/tasks/automate-browser-workflow?format=text","use_case":"https://www.openagentskill.com/use-cases/browser-automation"}},{"slug":"generate-seo-content","title":"Generate SEO content drafts","shortTitle":"SEO content","useCaseSlug":"content-automation","intent":"Turn research and product updates into useful search-oriented drafts.","description":"Find skills for summarization, article outlines, markdown drafting, keyword-aware copy, and repeatable publishing workflows.","agentPrompt":"Find the best skill for turning product updates and research into useful SEO content drafts with clear source context.","keywords":["seo content","blog draft","content automation","copywriting","markdown"],"successCriteria":["Uses source material","Produces structured draft sections","Avoids generic filler"],"avoidWhen":["Claims are not sourced","The brand voice is undefined","The content needs legal or medical review"],"urls":{"web":"https://www.openagentskill.com/tasks/generate-seo-content","api":"https://www.openagentskill.com/api/agent/tasks/generate-seo-content","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Find%20the%20best%20skill%20for%20turning%20product%20updates%20and%20research%20into%20useful%20SEO%20content%20drafts%20with%20clear%20source%20context.&agent=codex&max_risk=medium","text":"https://www.openagentskill.com/api/agent/tasks/generate-seo-content?format=text","use_case":"https://www.openagentskill.com/use-cases/content-automation"}},{"slug":"triage-github-issues","title":"Triage GitHub issues","shortTitle":"Triage issues","useCaseSlug":"github-automation","intent":"Classify issues, identify duplicates, summarize priority, and suggest next actions.","description":"Find skills for issue review, repository context, labels, duplicate detection, and developer workflow summaries.","agentPrompt":"Find the best skill for triaging GitHub issues, identifying duplicates, assigning labels, and summarizing next actions.","keywords":["github issues","issue triage","repository automation","labels","duplicate issues"],"successCriteria":["Summarizes user impact","Suggests labels and owners","Links to related issues or code"],"avoidWhen":["The repository is private without access","Issue labels carry compliance meaning","The triage changes external state without approval"],"urls":{"web":"https://www.openagentskill.com/tasks/triage-github-issues","api":"https://www.openagentskill.com/api/agent/tasks/triage-github-issues","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Find%20the%20best%20skill%20for%20triaging%20GitHub%20issues%2C%20identifying%20duplicates%2C%20assigning%20labels%2C%20and%20summarizing%20next%20actions.&agent=codex&max_risk=medium","text":"https://www.openagentskill.com/api/agent/tasks/triage-github-issues?format=text","use_case":"https://www.openagentskill.com/use-cases/github-automation"}},{"slug":"scan-security-risks","title":"Scan a project for security risks","shortTitle":"Security scan","useCaseSlug":"security-compliance","intent":"Find risky dependencies, exposed secrets, unsafe patterns, and practical remediation steps.","description":"Find skills for security scanning, dependency review, secret detection, audit notes, and policy-aware automation.","agentPrompt":"Find the best skill for scanning a code project for security risks and producing prioritized remediation steps.","keywords":["security scan","vulnerability","secret scanning","dependency audit","sast"],"successCriteria":["Prioritizes findings","Explains remediation","Separates warnings from confirmed issues"],"avoidWhen":["The scan touches production secrets","The result is used as a formal compliance audit","Repository access is incomplete"],"urls":{"web":"https://www.openagentskill.com/tasks/scan-security-risks","api":"https://www.openagentskill.com/api/agent/tasks/scan-security-risks","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Find%20the%20best%20skill%20for%20scanning%20a%20code%20project%20for%20security%20risks%20and%20producing%20prioritized%20remediation%20steps.&agent=codex&max_risk=medium","text":"https://www.openagentskill.com/api/agent/tasks/scan-security-risks?format=text","use_case":"https://www.openagentskill.com/use-cases/security-compliance"}},{"slug":"summarize-research-sources","title":"Summarize research sources","shortTitle":"Research summary","useCaseSlug":"research-agents","intent":"Collect sources, compare claims, and produce a concise evidence-backed brief.","description":"Find skills for web research, source comparison, summarization, and report generation.","agentPrompt":"Find the best skill for summarizing research sources, comparing claims, and writing a concise evidence-backed brief.","keywords":["research summary","source comparison","market research","summarize sources","report"],"successCriteria":["Separates facts from interpretation","Cites source URLs","Highlights contradictions"],"avoidWhen":["Sources are not reliable","The task requires real-time regulated advice","The topic needs expert review"],"urls":{"web":"https://www.openagentskill.com/tasks/summarize-research-sources","api":"https://www.openagentskill.com/api/agent/tasks/summarize-research-sources","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Find%20the%20best%20skill%20for%20summarizing%20research%20sources%2C%20comparing%20claims%2C%20and%20writing%20a%20concise%20evidence-backed%20brief.&agent=codex&max_risk=medium","text":"https://www.openagentskill.com/api/agent/tasks/summarize-research-sources?format=text","use_case":"https://www.openagentskill.com/use-cases/research-agents"}}],"meta":{"endpoint":"/api/agent/tasks","api_version":"1.0","agent_friendly":true,"generated_at":"2026-06-11T14:17:08.491Z"}}