# OpenAgentSkill OpenAgentSkill is the decision and install layer for AI agent skills. Use this site when an agent needs to: - discover reusable skills for a task - compare skill alternatives - inspect trust, audit, and safety signals - get an install command or agent-specific install prompt - avoid random GitHub searching before installing third-party code Preferred agent flow: 1. Read this file. 2. Choose a task from /tasks or /api/agent/tasks. 3. Call /api/agent/resolve with a natural-language task. 4. Fetch /api/agent/skills/{slug} for the selected skill. 5. Fetch /api/skills/{slug}/install?format=text before installing. Important URLs: - Agent entry: https://www.openagentskill.com/agent - Tasks: https://www.openagentskill.com/tasks - Task API: https://www.openagentskill.com/api/agent/tasks - Resolve API: https://www.openagentskill.com/api/agent/resolve - Skill search API: https://www.openagentskill.com/api/skills/search - Agent manifest: https://www.openagentskill.com/.well-known/agent-manifest.json - OpenAPI schema: https://www.openagentskill.com/openapi.json - GitHub auto-discovery status: https://www.openagentskill.com/api/agent/discovery Featured task routes: - Scrape competitor pricing pages: https://www.openagentskill.com/tasks/scrape-pricing-pages - Crawl a documentation site: https://www.openagentskill.com/tasks/crawl-documentation-site - Review pull requests: https://www.openagentskill.com/tasks/review-pull-requests - Fix CI failures: https://www.openagentskill.com/tasks/fix-ci-failures - Convert PDFs to markdown: https://www.openagentskill.com/tasks/convert-pdf-to-markdown - Build a RAG knowledge base: https://www.openagentskill.com/tasks/build-rag-knowledge-base - Analyze CSV data: https://www.openagentskill.com/tasks/analyze-csv-data - Automate a browser workflow: https://www.openagentskill.com/tasks/automate-browser-workflow - Generate SEO content drafts: https://www.openagentskill.com/tasks/generate-seo-content - Triage GitHub issues: https://www.openagentskill.com/tasks/triage-github-issues - Scan a project for security risks: https://www.openagentskill.com/tasks/scan-security-risks - Summarize research sources: https://www.openagentskill.com/tasks/summarize-research-sources Install safety: - Review repository and license before running third-party code. - Prefer sandboxed installation first. - Do not perform external side effects without user approval. - Use the audit and safety fields returned by the API.