Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Rentalot-ai/rentalot-mcp --skill rentalotgit clone --depth 1 https://github.com/Rentalot-ai/rentalot-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/rentalot-ai/rentalot-mcp/rentalot)<a href="https://agentmods.dev/skills/rentalot-ai/rentalot-mcp/rentalot"><img src="https://agentmods.dev/badge/skills/rentalot-ai/rentalot-mcp/rentalot/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/rentalot-ai/rentalot-mcp/rentalot"><img src="https://agentmods.dev/badge/skills/rentalot-ai/rentalot-mcp/rentalot.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00056 | $0.04508 |
| Opus 5 | $0.00028 | $0.02254 |
| Sonnet 5 | $0.00011 | $0.00902 |
| Haiku 4.5 | $0.00006 | $0.00451 |
Grade A, and why
rentalot scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 469 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Rentalot
Rentalot is an AI-powered rental agent platform that manages inquiry response, showing scheduling, messaging, and follow-ups across WhatsApp, Telegram, SMS, and Gmail.
This skill covers the full tool surface, common workflows, API patterns, and domain knowledge for building with Rentalot.
Quick Reference
| Domain | Tools | Key Operations |
|---|---|---|
| Properties | 5 | CRUD + filtering by status/rent/bedrooms/city |
| Contacts | 5 | CRUD + search + soft-delete |
| Showings | 6 | CRUD + availability check |
| Conversations | 4 | List, get, search, messages |
| Messages | 1 | Send via any channel |
| Drafts | 6 | CRUD + send + auto-expire (24h) |
| Follow-ups | 5 | Schedule + cancel automated messages |
| Workflows | 8 | Template CRUD + trigger runs + track status |
| Webhooks | 7 | CRUD + test + HMAC-SHA256 signing |
| Settings | 4 | Follow-up settings + account preferences |
| Property Images | 9 | Upload (single/batch/URL import) + delete + reorder |
| Sessions | 3 | List, get, review (approve/deny) |
| Bulk Import | 2 | Create up to 500 properties + track job |
| Events | 1 | List calendar events |
Total: 37 tools — ~15 read-only, ~22 write (Pro+ plan required for writes)
Tool Reference by Domain
Properties
| Tool | Method | Endpoint |
|---|---|---|
list_properties |
GET | /api/v1/properties |
get_property |
GET | /api/v1/properties/{id} |
create_property |
POST | /api/v1/properties |
update_property |
PATCH | /api/v1/properties/{id} |
delete_property |
DELETE | /api/v1/properties/{id} |
Statuses: active, rented, inactive, maintenance, draft, archived
Filters: status, minRent, maxRent, minBedrooms, city, page, limit
Fields: address, monthlyRent, bedrooms, bathrooms, city, state, zip, status, description, features, availabilityDate, petPolicy, parking, laundry
Contacts
| Tool | Method | Endpoint |
|---|---|---|
list_contacts |
GET | /api/v1/contacts |
get_contact |
GET | /api/v1/contacts/{id} |
create_contact |
POST | /api/v1/contacts |
update_contact |
PATCH | /api/v1/contacts/{id} |
delete_contact |
DELETE | /api/v1/contacts/{id} |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 469 lines · 56 tokens per session scan A ffaf5202dda0
rentalot is a skill published in the GitHub repository Rentalot-ai/rentalot-mcp (1 stars, last pushed 5mo ago), licensed MIT. It adds 56 tokens to every session and 4,508 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
orchestrations
Pick and run a multi-phase workflow that chains foundational task skills (git-wrapup, release-and-publish, maintenance, field-test, setup, etc.) end-to-end. Routes user intent to a workflow file under workflows/ — greenfield builds, maintenance + release, field-test + fix, or known-work + release. Single source for…
openclaw-task-queue
Persistent task queue MCP server with 5 tools for AI agents. Use when: (1) 'create a task for later' or 'add to queue', (2) 'what tasks are pending' or 'show task list', (3) 'assign this task to agent X', (4) 'mark task as complete' or 'finish this task', (5) 'how many tasks are done' or 'queue statistics'. TaskFlow…
report-issue-local
File a bug or feature request against this MCP server's own repo. Use for server-specific issues — tool logic, service integrations, config problems, or domain bugs that aren't caused by the framework.
quick-capture
Use this skill to drop a new task into GSD Task Manager from any AI assistant that has the gsd-mcp-server connected.
onplana-project-planner
Turn a goal or a brief into an executable Onplana plan over its MCP server: write a plan.md and attach it to the project, decompose it into tasks and subtasks, set start/due dates and dependencies, assign owners, add test cases as you go, and create tasks for the downstream surfaces a change ripples to. Use this…
hmem-activate
Switch active project mid-session via loadproject, then fix any misrouted O-entry exchanges. Use when the user says 'aktiviere/lade Projekt X', 'switch to project Y', or whenever you'd otherwise call loadproject mid-session.