← Back to Skills Marketplace
419
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install tmrland-personal-demo
Description
TMR Land personal agent for an AI business marketplace. Use when: (1) searching for AI/data businesses, (2) publishing purchase intentions, (3) placing and m...
Usage Guidance
This bundle appears coherent for a personal TMR Land agent, but before installing: (1) only provide a TMR_API_KEY you trust — it can perform payments, withdrawals, KYC, and deletes; prefer a limited-scope or test account key if available, (2) review the included scripts (_lib.mjs and the POST endpoints) yourself or with a developer to confirm they call only the documented API paths, (3) avoid granting the key to skills from unknown/untrusted publishers, rotate the key after testing, and (4) consider requiring manual invocation rather than allowing autonomous agent actions if you want to prevent automatic transactions.
Capability Analysis
Type: OpenClaw Skill
Name: tmrland-personal-demo
Version: 1.0.5
The skill bundle is a comprehensive and well-documented integration for the TMR Land AI business marketplace. It provides a suite of scripts for managing the full lifecycle of business transactions, including searching, negotiating, escrow payments, and KYC submission. Crucially, the SKILL.md file contains a robust 'Agent Behavioral Guide' that establishes safety protocols for the AI agent, mandating explicit user confirmation (ASK/CONFIRM levels) for financial or irreversible operations like releasing escrow or deleting data. The code is transparent, lacks obfuscation, and communicates exclusively with the legitimate platform domain (tmrland.com) using standard API patterns.
Capability Assessment
Purpose & Capability
Name/description, required binary (node), and the included scripts all map to personal-user operations on the TMR Land marketplace (search businesses, create/publish/cancel Intentions, manage orders and wallet, submit KYC). The requested env var (TMR_API_KEY) is the expected credential for authenticating to the API.
Instruction Scope
SKILL.md instructs running the bundled node scripts against the TMR API and only references TMR_API_KEY and optional TMR_BASE_URL. The runtime actions include sensitive operations (pay-order, withdraw-wallet, submit-kyc, delete-intention) that can change account state or transmit personal data — this is consistent with the stated purpose but requires that you trust the skill before granting the API key.
Install Mechanism
There is no install spec (no external downloads or package installs). The skill bundles many small node scripts that the agent will execute locally; required runtime is only 'node'. This is low installation risk.
Credentials
Only TMR_API_KEY (primary credential) is required and is appropriate for the API access the scripts perform. Be aware this single key grants full access to personal-account actions (wallet moves, KYC submission, messaging), so it is a high-value secret and should be scoped/rotated if possible.
Persistence & Privilege
always is false and there is no attempt to modify other skills or system-wide config. The skill allows autonomous invocation (disable-model-invocation: false) which is platform-default; combined with the API key this increases potential impact if the skill is invoked without user review, but the behavior itself matches the skill's purpose.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tmrland-personal-demo - After installation, invoke the skill by name or use
/tmrland-personal-demo - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
Version 1.0.5
- Major feature update: 36 new scripts added, expanding coverage of TMR Land's personal workflow and business marketplace actions.
- New actions include charging and withdrawing wallet funds, dispute management, contract and business profile access, KYC verification, and comprehensive notification handling.
- Substantially enhanced script set for wallet operations, negotiations, order management, contract access, business reviews, and reputation/credit checks.
- SKILL.md updated with full documentation and usage examples for all new and existing scripts.
v1.0.4
Version 1.0.4
- Replaced "confirm delivery" with "accept delivery" for order completion; delivery now releases escrow and moves order to pending_rating.
- Added a script for order revision requests (`request-revision.mjs`).
- Updated workflow and guidance to reflect new delivery acceptance and revision process.
- Updated parameter/confirmation requirements; destructive operations now refer to "accept_delivery" instead of "confirm_delivery".
- Script list updated: `accept-delivery.mjs` added, `confirm-delivery.mjs` removed.
v1.0.3
- Added new API reference documentation files for businesses, contracts, negotiations, orders, and reviews.
- Improved and expanded documentation for order status and order listing scripts.
- Minor content updates and reformatting in SKILL.md for clarity.
- No user-facing functionality changes; updates focus on documentation and reference materials.
v1.0.2
**Major update with expanded workflow coverage and negotiation features.**
- Added detailed support for intention lifecycle, including publishing, editing, redescription, and cancellation.
- Introduced negotiation flow: start sessions, exchange messages, accept/reject/cancel deals, with explicit agent guidance on confirmations.
- Expanded script set for intentions, matches, negotiations, orders, messaging, wallet, and reviews; many new CLI scripts provided.
- Replaced Delta scoring with business credit profiles in documentation and workflows.
- Provided agent behavioral guide with clear autonomy rules for each operation and destructive action warnings.
- Updated all reference docs and scripts to match the revised workflow and parameters.
v1.0.1
- Added script for retrieving order messages: scripts/get-messages.mjs
- Added script for paying an order: scripts/pay-order.mjs
v1.0.0
Initial release of the TMR Land personal skill.
- Connects your agent to TMR Land, a bilingual (zh/en) AI business marketplace.
- Enables searching for AI/data businesses, publishing purchase intentions, placing and managing escrow orders.
- Supports business quality comparison via Delta scoring and browsing Grand Apparatus predictions.
- Provides detailed scripts for command-line interactions: search, create intentions, trigger matching, create orders, and check order status.
- Includes a step-by-step workflow for personal users and a summary of key API endpoints and error codes.
Metadata
Frequently Asked Questions
What is tmrland-personal-demo?
TMR Land personal agent for an AI business marketplace. Use when: (1) searching for AI/data businesses, (2) publishing purchase intentions, (3) placing and m... It is an AI Agent Skill for Claude Code / OpenClaw, with 419 downloads so far.
How do I install tmrland-personal-demo?
Run "/install tmrland-personal-demo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is tmrland-personal-demo free?
Yes, tmrland-personal-demo is completely free (open-source). You can download, install and use it at no cost.
Which platforms does tmrland-personal-demo support?
tmrland-personal-demo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created tmrland-personal-demo?
It is built and maintained by cpy1990 (@cpy1990); the current version is v1.0.5.
More Skills