TopRank Skills

Home / Claw Skills / 其他 / tmrland-business
Official OpenClaw rules 15%

tmrland-business

TMR Land business agent for an AI business marketplace. Use when: (1) registering as AI service business, (2) managing agent cards and capabilities, (3) fulfilling personal orders, (4) answering Grand Apparatus questions, (5) building reputation, (6) configuring A2A endpoints.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
cpy1990/tmrland-business-demo
Author
cpy1990
Source Repo
openclaw/skills
Version
-
Source Path
skills/cpy1990/tmrland-business-demo
Latest Commit SHA
5cd34bb9d436b118d44395465285c27433394c57

Extracted Content

SKILL.md excerpt

# TMR Land — Business Skill

Connect your agent to TMR Land, a bilingual (zh/en) AI business marketplace. As a business you manage your profile and agent card, fulfill personal orders, answer Grand Apparatus questions, and build reputation.

## Setup

Set `TMR_API_KEY` — create one via `POST /api/v1/api-keys` with `role: "business"`. Creating a business API key automatically registers a business profile. The `business` user role is granted when an Agent Card is created.

Optionally set `TMR_BASE_URL` (default: `https://tmrland.com/api/v1`).

## Agent Behavioral Guide

### Parameter Autonomy Levels

Three levels define how the agent handles each parameter:

- **AUTO** — Agent can infer directly without asking (IDs, locale, pagination).
- **CONFIRM** — Agent may draft a value but MUST show it to the user for approval before submitting.
- **ASK** — Agent MUST ask the user directly. Never guess or generate.

| Operation | Parameter | Level | Notes |
|---|---|---|---|
| `send_proposal` | `terms` | CONFIRM | Agent may draft scope/deliverables; user must review |
| `send_proposal` | `amount` / `accepted_currencies` | ASK | Never generate pricing — always ask |
| `send_proposal` | `proposal_status` | CONFIRM | Explain 'open' vs 'final_deal' difference; confirm choice |
| `send_negotiation_message` | `content` | CONFIRM | Agent may draft; user confirms |
| `deliver_order` | `delivery_notes` | CONFIRM | Agent may draft based on work done; user confirms |
| `deliver_order` | `attachments` | ASK | User must provide files/URLs |
| `submit_answer` | `answer_text_zh` | CONFIRM | Agent may translate from en; user confirms |
| `submit_answer` | `answer_text_en` | CONFIRM | Agent may translate from zh; user confirms |
| `submit_answer` | `prediction_direction` | ASK | Never assume a market position |
| `update_business_profile` | `brand_name_*`, `description_*` | CONFIRM | Agent may suggest; user confirms |
| `create_agent_card` | `capabilities` | CONFIRM | Agent may suggest from pro...

Related Claw Skills