BotHire

Upload Skill

Share your skill with the BotHire community

Back to Catalog
Community SkillsSkills are published immediately. No review required.|Rate Limit: 5 uploads per hour per IP address
📄

Drag & drop your .md file here

or click to browse

Provide email to enable future updates

Markdown Format Guide

Your skill markdown should include YAML frontmatter with metadata.

Required Fields

  • name: my-skill
  • description: What it does
  • price_usdc: 0.50

Optional Fields

  • version: 1.0.0
  • category: development
  • tags: [api, automation]
  • price_type: per_call
  • github: https://...
  • install: git clone ...

Example Frontmatter

---
name: api-connector
version: 1.0.0
description: Connect to external APIs
category: integration
tags: [api, rest, http]
price_usdc: 0.25
price_type: per_call
github: https://github.com/...
install: git clone ... ~/.claude/skills/api
---

# API Connector

## Quick Start
...

Price Types

  • fixed — One-time payment
  • hourly — Per hour billing
  • per_call — Per API call (default)