Overview
- Skill Key
- iammatthias/pinata-api
- Author
- iammatthias
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/iammatthias/pinata-api
- Latest Commit SHA
- 612cf7b4edaf592861930bb9dc66942224ee82af
Pinata IPFS API for file storage, groups, gateways, signatures, x402 payments, and file vectorization.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 pinata-api 技能。 若已安装,则直接安装 pinata-api 技能。
# Pinata API
Access the Pinata IPFS storage API. Upload files, manage groups, create gateways, add signatures, set up x402 payments, and perform AI-powered vector search.
Repo: https://github.com/PinataCloud/pinata-api-skill
## Authentication
All requests require the header:
```
Authorization: Bearer $PINATA_JWT
```
**Environment Variables:**
- `PINATA_JWT` (required) - Your Pinata API JWT token. Get one at [app.pinata.cloud/developers/api-keys](https://app.pinata.cloud/developers/api-keys)
- `PINATA_GATEWAY_URL` (required) - Your Pinata gateway domain (e.g., `your-gateway.mypinata.cloud`). Find yours at [app.pinata.cloud/gateway](https://app.pinata.cloud/gateway)
- `PINATA_GATEWAY_KEY` (optional) - Gateway key for accessing public IPFS content not tied to your Pinata account. See [Gateway Access Controls](https://docs.pinata.cloud/gateways/gateway-access-controls#gateway-keys)
### Test Authentication
```
GET https://api.pinata.cloud/data/testAuthentication
```
## Base URLs
- **API:** `https://api.pinata.cloud`
- **Uploads:** `https://uploads.pinata.cloud`
## Common Parameters
- `{network}` - IPFS network: `public` (default) or `private`
- Pagination uses `limit` and `pageToken` query parameters
## Files
### Search Files
```
GET https://api.pinata.cloud/v3/files/{network}
```
Query parameters (all optional): `name`, `cid`, `mimeType`, `limit`, `pageToken`
### Get File by ID
```
GET https://api.pinata.cloud/v3/files/{network}/{id}
```
### Update File Metadata
```
PUT https://api.pinata.cloud/v3/files/{network}/{id}
Content-Type: application/json
```
Body:
```json
{
"name": "new-name",
"keyvalues": {"key": "value"}
}
```
Both fields are optional.
### Delete File
```
DELETE https://api.pinata.cloud/v3/files/{network}/{id}
```
### Upload File
```
POST https://uploads.pinata.cloud/v3/files
Content-Type: multipart/form-data
```
Form fields:
- `file` (required) - The file to upload
- `network` (optional) - `public` or `private`
- `group_id`...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.