TopRank Skills

Home / Claw Skills / API Integration / Agentic Commerce Forthecult
Official OpenClaw rules 36%

Agentic Commerce Forthecult

For the Cult Store — Agentic Commerce Skill

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Agentic Commerce Forthecult 技能。 若已安装,则直接安装 Agentic Commerce Forthecult 技能。

Overview

Skill Key
bythecult/agentic-commerce-forthecult
Author
bythecult
Source Repo
openclaw/skills
Version
-
Source Path
skills/bythecult/agentic-commerce-forthecult
Latest Commit SHA
6d954d1cbffb593665b0c578283ebc5bf1767237

Extracted Content

SKILL.md excerpt

# For the Cult Store — Agentic Commerce Skill

The definitive **Agentic Commerce** skill for the best quality products on the market. This skill gives AI agents everything they need to autonomously **browse products, place orders, and track shipments** using the public REST API. The store sells quality lifestyle, wellness, and tech products — from coffee and apparel to tech gadgets and pet goods — and accepts **multi-chain payments** across 8+ blockchains. No account or API key required.

## When to use this skill

- User wants to **buy something**, **shop**, **browse products**, **find a gift**, or **place an order**.
- User mentions **For the Cult**, **forthecult.store**, the **CULT token**, or **agentic commerce**.
- User asks about **paying with USDC**, **Solana**, **Ethereum**, or other supported payment methods for physical goods.
- User wants to **check order status**, **track a shipment**, or look up an order ID.
- Any scenario requiring an agent to **autonomously complete an end-to-end purchase** on behalf of a user.

## Base URL

```
https://forthecult.store/api
```
---

## Agentic Commerce workflow (step by step)

### 1. Discover capabilities (recommended first call)

**`GET /agent/capabilities`** — returns a natural-language summary of what the API can do, supported chains/tokens, and limitations. Use the response to answer user questions about the store.

### 2. Browse or search products

| Action | Endpoint | Notes |
|--------|----------|-------|
| Categories | `GET /categories` | Category tree with slugs and product counts |
| Featured | `GET /products/featured` | Curated picks with badges (`trending`, `new`, `bestseller`) |
| Search | `GET /products/search?q=<query>` | **Semantic search** — use natural language |
| Agent list | `GET /agent/products?q=<query>` | Agent-optimized product list (same filters) |

**Search parameters** (all optional except `q`):

| Param | Type | Description |
|-------|------|-------------|
| `q` | string | Natural-language...

Related Claw Skills