Skip to content

Commit a1c8092

Browse files
author
ASE Bot
committed
chore: sync published skills from ASE
1 parent 27a571a commit a1c8092

4 files changed

Lines changed: 107 additions & 3 deletions

File tree

CATALOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Agent Skill Exchange — Full Catalog
22

3-
> **2642 published skills** across **17 categories** · 2,278 security reviewed · Updated 2026-06-23 01:26 UTC
3+
> **2642 published skills** across **17 categories** · 2,280 security reviewed · Updated 2026-06-23 01:26 UTC
44
>
55
> Browse the [live marketplace](https://agentskillexchange.com/browse-skills/) for search, filtering, and one-click install.
66

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Published](https://img.shields.io/badge/published-2%2C642-6366f1?style=for-the-badge)](CATALOG.md)
88
[![Industry%20Collections](https://img.shields.io/badge/industry--collections-15-14b8a6?style=for-the-badge)](industries/README.md)
99
[![Categories](https://img.shields.io/badge/categories-17-0ea5e9?style=for-the-badge)](categories/README.md)
10-
[![Security%20Reviewed](https://img.shields.io/badge/security--reviewed-2%2C278-10b981?style=for-the-badge)](verification/)
10+
[![Security%20Reviewed](https://img.shields.io/badge/security--reviewed-2%2C280-10b981?style=for-the-badge)](verification/)
1111
[![License](https://img.shields.io/badge/license-MIT-f59e0b?style=for-the-badge)](LICENSE)
1212

1313
**[Catalog](CATALOG.md) · [Live Browse](https://agentskillexchange.com/browse-skills/) · [Categories](categories/README.md) · [Industry Collections](industries/README.md) · [Top Starred](TOP-STARS.md) · [Top Downloaded](TOP-DOWNLOADS.md) · [Submit a Skill](#submit-a-skill)**
@@ -201,7 +201,7 @@ Every skill is backed by a real tool, repo, or package. New skills require real
201201
| Tier | Count | Meaning |
202202
|------|------:|---|
203203
| 📋 **Published** | 2,642 | In the catalog — every skill is backed by a real tool, repo, or package |
204-
| 🛡️ **Security Reviewed** | 2,278 | Scanned for malicious patterns, prompt injection, and unsafe instructions |
204+
| 🛡️ **Security Reviewed** | 2,280 | Scanned for malicious patterns, prompt injection, and unsafe instructions |
205205

206206
More: [verification/](verification/)
207207

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
name: "Operate multi-provider AI gateway traffic with Bifrost"
3+
slug: "operate-multi-provider-ai-gateway-traffic-with-bifrost"
4+
description: "Run Bifrost as an OpenAI-compatible gateway so agents can route model calls across providers with failover, load balancing, caching, and governance."
5+
github_stars: 5969
6+
verification: "security_reviewed"
7+
source: "https://github.com/maximhq/bifrost"
8+
author: "Maxim AI"
9+
publisher_type: "company"
10+
category: "Integrations & Connectors"
11+
framework: "Multi-Framework"
12+
tool_ecosystem:
13+
github_repo: "maximhq/bifrost"
14+
github_stars: 5969
15+
npm_package: "@maximhq/bifrost"
16+
npm_weekly_downloads: 6524
17+
---
18+
19+
# Operate multi-provider AI gateway traffic with Bifrost
20+
21+
Run Bifrost as an OpenAI-compatible gateway so agents can route model calls across providers with failover, load balancing, caching, and governance.
22+
23+
## Prerequisites
24+
25+
Bifrost gateway, provider API keys, and an agent or application stack that can call an OpenAI-compatible chat completions endpoint.
26+
27+
## Installation
28+
29+
Use the upstream install or setup path that matches your environment:
30+
- npx -y @maximhq/bifrost
31+
- docker run -p 8080:8080 maximhq/bifrost
32+
- docker run -p 8080:8080 -v $(pwd)/data:/app/data maximhq/bifrost
33+
34+
Requirements and caveats from upstream:
35+
- ![Docker Pulls](https://img.shields.io/docker/pulls/maximhq/bifrost)
36+
- [Clustering](https://docs.getbifrost.ai/enterprise/clustering) - Multi-node deployment
37+
38+
Basic usage or getting-started notes:
39+
- [<img src="https://run.pstmn.io/button.svg" alt="Run In Postman" style="width: 95px; height: 21px;">](https://app.getpostman.com/run-collection/31642484-2ba0e658-4dcd-49f4-845a-0c7ed745b916?action=collection%2Ffork&so...
40+
- ![Get started](./docs/media/getting-started.png)
41+
- **Go from zero to production-ready AI gateway in under a minute.**
42+
43+
- Source: https://github.com/maximhq/bifrost
44+
- Extracted from upstream docs: https://raw.githubusercontent.com/maximhq/bifrost/HEAD/README.md
45+
46+
## Documentation
47+
48+
- https://docs.getbifrost.ai/quickstart/gateway/setting-up
49+
50+
## Source
51+
52+
- [Agent Skill Exchange](https://agentskillexchange.com/skills/operate-multi-provider-ai-gateway-traffic-with-bifrost/)
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
name: "Prepare agent-ready PDF and document extraction with PyMuPDF"
3+
slug: "prepare-agent-ready-pdf-and-document-extraction-with-pymupdf"
4+
description: "Use PyMuPDF to extract text, layout metadata, tables, images, Markdown, or JSON from PDFs and documents before an agent ingests or reviews them."
5+
github_stars: 10058
6+
verification: "security_reviewed"
7+
source: "https://github.com/pymupdf/PyMuPDF"
8+
author: "PyMuPDF"
9+
publisher_type: "company"
10+
category: "Data Extraction & Transformation"
11+
framework: "Multi-Framework"
12+
tool_ecosystem:
13+
github_repo: "pymupdf/PyMuPDF"
14+
github_stars: 10058
15+
---
16+
17+
# Prepare agent-ready PDF and document extraction with PyMuPDF
18+
19+
Use PyMuPDF to extract text, layout metadata, tables, images, Markdown, or JSON from PDFs and documents before an agent ingests or reviews them.
20+
21+
## Prerequisites
22+
23+
Python 3.10+, PyMuPDF, source PDFs or supported document files, and optional pymupdf4llm or Tesseract OCR for LLM-ready Markdown or scanned pages.
24+
25+
## Installation
26+
27+
Use the upstream install or setup path that matches your environment:
28+
- pip install pymupdf
29+
- pip install pymupdf-fonts
30+
- pip install pymupdf4llm
31+
- pip install pymupdfpro
32+
33+
Requirements and caveats from upstream:
34+
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pymupdf)](https://pypi.org/project/pymupdf/)
35+
- [![Forum](https://img.shields.io/badge/Forum-ff6600?logo=python&logoColor=ffffff)](https://forum.mupdf.com/c/general/4?utm_source=github&utm_medium=referral&utm_campaign=pymupdf_github&utm_content=badges&utm_term=forum)
36+
- [![Demo](https://img.shields.io/badge/PyMuPDF4LLM-live?badge&label=DEMO&logo=python&logoColor=ffffff)](https://demo.pymupdf.io?utm_source=github&utm_medium=referral&utm_campaign=pymupdf_github&utm_content=badges&utm_t...
37+
38+
Basic usage or getting-started notes:
39+
- | Package | Purpose |
40+
- |---|---|
41+
- | pymupdf-fonts | Extended font collection for text output |
42+
43+
- Source: https://github.com/pymupdf/PyMuPDF
44+
- Extracted from upstream docs: https://raw.githubusercontent.com/pymupdf/PyMuPDF/HEAD/README.md
45+
46+
## Documentation
47+
48+
- https://pymupdf.readthedocs.io/
49+
50+
## Source
51+
52+
- [Agent Skill Exchange](https://agentskillexchange.com/skills/prepare-agent-ready-pdf-and-document-extraction-with-pymupdf/)

0 commit comments

Comments
 (0)