通过 50 万+ 的人力市场,雇佣真实人类完成线下任务——取件、拍照、活动出席等。
数据分析
Rentman
试用Rentman (rentman.io). Use this skill for ANY Rentman request — searching and reading data. Whenever a task involves Rentman, use this skill instead of callin...
它能做什么
Rentman (rentman.io). Use this skill for ANY Rentman request — searching and reading data. Whenever a task involves Rentman, use this skill instead of calling the API directly.
技能文档
Rentman
Operate Rentman through your OOMOL-connected account. This skill calls the rentman connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.
Running an action
Assume the user has already installed the oo CLI, signed in, and connected Rentman. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.
1. Inspect the contract to get the authoritative input/output schema before building a payload:
oo connector schema "rentman" --action ""
2. Run the action with a JSON payload that matches the input schema:
oo connector run "rentman" --action "" --data '' --json
--datatakes a JSON object string or@path/to/file.json; omit it to send{}.- The response is
{ "data": ..., "meta": { "executionId": "..." } }; the execution id lives undermeta.executionId.
Each action is listed below with a one-line description; actions that change state carry a [write] or [destructive] tag. Before constructing --data, fetch the action's live schema with oo connector schema to get its authoritative input fields.
Available actions
get_contact— Get a Rentman contact by numeric ID.get_contact_person— Get a Rentman contact person by numeric ID.get_equipment— Get a Rentman equipment item by numeric ID.get_project— Get a Rentman project by numeric ID.list_contact_persons— List Rentman contact persons with optional fields, sorting, pagination, expansion, and filters.list_contacts— List Rentman contacts with optional fields, sorting, pagination, expansion, and filters.list_equipment— List Rentman equipment with optional fields, sorting, pagination, expansion, and filters.list_projects— List Rentman projects with optional fields, sorting, pagination, expansion, and filters.
Safety
- Untagged actions are reads (get / list / search) — safe to run directly.
- Actions tagged
[write]change Rentman state — confirm the exact payload and effect with the user before running. - Actions tagged
[destructive]remove or overwrite data — always confirm the target and get explicit approval first.
First-time setup
These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.
-
oo: command not found— install the oo CLI (other platforms: ):curl -fsSL https://cli.oomol.com/install.sh | bash # macOS / Linuxirm https://cli.oomol.com/install.ps1 | iex # Windows PowerShell -
Not signed in / authentication error — sign in to your OOMOL account once:
oo auth login -
scope_missing/credential_expired/app_not_ready/app_not_found— Rentman is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:https://console.oomol.com/app-connections?provider=rentman -
HTTP 402 /
OOMOL_INSUFFICIENT_CREDIT— billing stop. Recharge athttps://console.oomol.com/billing/token-rechargebefore retrying.
Resources
- Rentman homepage: https://rentman.io
相关技能
Retently (retently.com). Use this skill for ANY Retently request — reading, creating, and updating data. Whenever a task involves Retently, use this skill in...
End-to-end property rental management SOP for Taiwan, covering the full landlord lifecycle: tenant sourcing, screening, lease signing, move-in/move-out inspe...
Decode a residential lease into plain English and rank the clauses that can hurt you. Use when someone asks 'what am I signing', 'decode my lease', 'is this...
RiteKit (ritekit.com). Use this skill for ANY RiteKit request — searching and reading data. Whenever a task involves RiteKit, use this skill instead of calling the API directly.
Reducto (reducto.ai). Use this skill for ANY Reducto request — searching and reading data. Whenever a task involves Reducto, use this skill instead of callin...