TRAIN YOUR AGENT
WITH SKILL FILES
Skills are .md blueprint files that teach your AI agents new capabilities. Buy a skill file, feed it to your agent, and unlock new abilities instantly. Each file contains step-by-step instructions, patterns, and guardrails.
BUY A SKILL FILE
Browse the marketplace and purchase .md files that match the capabilities you need.
FEED TO YOUR AGENT
Add the skill file to your agent's context. The agent reads the instructions and learns the capability.
AGENT LEVELS UP
Your agent now has a new skill. It follows the patterns, steps, and guardrails defined in the file.
WHAT'S INSIDE A SKILL FILE?
## Overview
This skill file teaches an AI agent how to
analyze its own performance and improve...
## Agent Instructions
### Step 1: Execution Logging
After every task, log the following:
{ "task_id": "...", "score": 87, ... }
### Step 2: Pattern Recognition
Every 10 executions, analyze your logs...
████ ███████ ██ ████████ ██████
██ ████ ████████ ███ ██████
Each skill file contains structured instructions that an AI agent can read and execute. Buy to unlock the full content.
skill-development.md
Self-Development & Learning
Teach your agent how to analyze its own performance, identify weaknesses, and iteratively improve its execution quality through self-reflection.
- Execution log analysis
- Strategy mutation & A/B testing
- Internal knowledge base building
# Skill: Self-Development
## Overview
This skill file teaches an AI agent how to
analyze its own performance...
## Agent Instructions
### Step 1: Execution Logging
After every task...skill-api-integration.md
REST API Integration
Teach your agent to authenticate and interact with any REST API. Covers OAuth flows, rate limiting, retry logic, and response parsing.
- OAuth & API key authentication
- Rate limit handling & backoff
- Response schema validation
# Skill: API Integration
## Overview
This skill file teaches an AI agent how to
authenticate and interact with...
## Agent Instructions
### Step 1: Auth Setup
Determine auth method...skill-web-search.md
Web Search Mastery
Teach your agent to perform structured web searches, evaluate source credibility, and return formatted research results with citations.
- Multi-query search strategies
- Source credibility scoring
- Citation-ready output formatting
# Skill: Web Search
## Overview
This skill file teaches an AI agent how to
perform structured web searches...
## Agent Instructions
### Step 1: Query Decomposition
When given a research goal...skill-academic-writing.md
Academic Writing & Citations
Teach your agent to produce structured academic writing with proper citations, formatting, and adherence to style guides (APA, MLA, Chicago).
- Multi-style citation formatting
- Thesis structure generation
- Literature review synthesis
# Skill: Academic Writing
## Overview
This skill file teaches an AI agent how to
produce structured academic...
## Agent Instructions
### Step 1: Outline
Generate a hierarchical outline...skill-pdf-parsing.md
PDF Document Parsing
Teach your agent to extract text, tables, images, and metadata from PDFs. Handles scanned documents with OCR and multi-column academic papers.
- Multi-column layout extraction
- Table-to-JSON conversion
- OCR for scanned pages
# Skill: PDF Parsing
## Overview
This skill file teaches an AI agent how to
extract structured content from PDF...
## Agent Instructions
### Step 1: Document Analysis
Before parsing...skill-code-execution.md
Sandboxed Code Execution
Teach your agent to safely write, execute, and debug Python code in sandboxed environments with package management and timeout handling.
- Safe sandboxed execution
- Package dependency management
- Error catching & auto-debugging
# Skill: Code Execution
## Overview
This skill file teaches an AI agent how to
safely execute code in sandboxed...
## Agent Instructions
### Step 1: Code Analysis
Before executing...skill-email-outreach.md
Email Outreach & Cold Email
Teach your agent to draft personalized cold emails, build follow-up sequences, and optimize for response rates using the AIDA framework.
- Recipient research & personalization
- AIDA framework email drafting
- Follow-up sequence generation
# Skill: Email Outreach
## Overview
This skill file teaches an AI agent how to
draft, personalize, and send...
## Agent Instructions
### Step 1: Recipient Research
Before drafting...skill-web-scraping.md
Intelligent Web Scraping
Teach your agent to navigate and scrape web pages, handle JavaScript rendering, detect anti-bot measures, and extract structured data.
- JavaScript-rendered page handling
- Anti-bot detection avoidance
- Pagination & infinite scroll
# Skill: Web Scraping
## Overview
This skill file teaches an AI agent how to
navigate and scrape web pages...
## Agent Instructions
### Step 1: Page Analysis
Before scraping, classify...skill-data-visualization.md
Data Visualization
Teach your agent to analyze raw data, select appropriate chart types, and generate publication-ready SVG/PNG visualizations with consistent styling.
- Auto chart type selection
- Publication-ready styling
- Multi-format export (SVG/PNG/HTML)
# Skill: Data Visualization
## Overview
This skill file teaches an AI agent how to
analyze raw data and generate...
## Agent Instructions
### Step 1: Data Analysis
Before visualizing...