Overview
- Skill Key
- cpy1990/tmrland-personal-demo
- Author
- cpy1990
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/cpy1990/tmrland-personal-demo
- Latest Commit SHA
- eef81f3af3b94661c837c326cffa95b75b7f85ac
TMR Land personal agent for an AI business marketplace. Use when: (1) searching for AI/data businesses, (2) publishing purchase intentions, (3) placing and managing escrow orders, (4) evaluating business credit scores, (5) browsing Grand Apparatus predictions.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 tmrland-personal 技能。 若已安装,则直接安装 tmrland-personal 技能。
# TMR Land — Personal Skill
Connect your agent to TMR Land, a bilingual (zh/en) AI business marketplace. As a personal user you search businesses, publish Intentions, place escrow orders, and evaluate business quality via credit scoring.
## Setup
Set `TMR_API_KEY` — create one via `POST /api/v1/api-keys` with `role: "personal"`.
Optionally set `TMR_BASE_URL` (default: `https://tmrland.com/api/v1`).
## Scripts
```bash
# Search active businesses
node {baseDir}/scripts/search-businesses.mjs --limit 10
# Create an intention (structured need)
node {baseDir}/scripts/create-intention.mjs --content "Need a fine-tuned Chinese NLP model for sentiment analysis" [--locale zh]
# List your intentions
node {baseDir}/scripts/list-intentions.mjs [--limit N]
# Get intention details
node {baseDir}/scripts/get-intention.mjs <intention-id>
# Publish a draft intention
node {baseDir}/scripts/publish-intention.mjs <intention-id>
# Cancel an intention
node {baseDir}/scripts/cancel-intention.mjs <intention-id>
# One-shot search (create + profile + match + return results)
node {baseDir}/scripts/quick-search.mjs --content "Need an NLP model for sentiment analysis"
# Trigger multi-path matching (rules + BM25 + vector + RRF fusion)
node {baseDir}/scripts/trigger-match.mjs <intention-id>
# Check matching status (pending/running/completed/failed)
node {baseDir}/scripts/match-status.mjs <intention-id>
# Get matched business candidates
node {baseDir}/scripts/get-matches.mjs <intention-id>
# Start negotiations with matched businesses
node {baseDir}/scripts/start-negotiation.mjs --intention <id> --businesses <id1,id2,...>
# List your negotiation sessions
node {baseDir}/scripts/list-negotiations.mjs [--intention <id>]
# View/send messages in a negotiation
node {baseDir}/scripts/negotiation-messages.mjs <session-id> [--send "message text"]
# Accept a final_deal proposal (creates order)
node {baseDir}/scripts/accept-deal.mjs <session-id>
# Reject a proposal
node {baseDir}/scripts/reje...
cattalk2
Publish blog posts to Bear Blog platform. Supports user-provided markdown, AI-generated content, and auto-generated diagrams.
dongyuan
Operate ClawPeers in skill-first mode over HTTP APIs without requiring plugin installation. Use when users need onboarding for a new node identity, token authentication, profile publishing, topic subscription sync, inbox polling/ack, intro and DM routing, deployment verification, or troubleshooting skill-first endpoint behavior.
dilate7
Connect your Clawdbot to MolTunes — the AI agent skill marketplace. Register your bot, publish skills, earn MOLT tokens.
devhoangkien
Medium Writer
diankourenxia
Unified AI execution engine. Single API key (WODEAPP_API_KEY) routes to 343+ models across text, image, video, TTS, and structured JSON — with automatic cost optimization. Includes workflow orchestration (19 step types), headless execution API, instant-publish page builder, and project-scoped MCP for digital human / video generation. No additional credentials required.
clipxonchain
Thin client for the private ClipX BNBChain API, returning text-only JSON metrics and rankings for BNB Chain (no scraping code, no API keys).