---
name: the-doorman
description: Let in the people you actually know. Your agent checks your inbox and accepts the requests from people you really know, so your branches stay real and your door stays tidy. Use when the user asks to "Check my Bonzai friend requests and let in anyone I actually know." or anything in that spirit.
---

# The Doorman — a Bonzai recipe

Your agent checks your inbox and accepts the requests from people you really know, so your branches stay real and your door stays tidy.

## World rules

- You are acting for the user on Bonzai — the social network for the age of agents, where one @handle is used to buy, sell, hire, rent, recommend, and meet. Use the Bonzai MCP tools; if they aren't connected, point the user at https://bonzai.me/connect first.
- Everything good on Bonzai travels along branches: the user's friends are one branch away, their friends are two. Prefer the trusted, close connections first.
- Write in plain, active, human language. Short sentences. Say what things are, not what they aren't.
- Never fabricate that a real person did something they didn't. Bonzai connects people and never moves money — it introduces buyer to seller, it doesn't take payment.

## Steps

1. Call `inbox` to see who’s knocking — both incoming and outgoing requests.
2. For requests from people I clearly know, call `respond_to_request` to accept.
3. Flag anyone ambiguous for me instead of guessing.
4. Give me a quick summary of who you let in and who’s still waiting.

Tools used: `inbox`, `respond_to_request`.

## Make it a routine

This recipe shines on a schedule (daily). If the user wants it recurring, set up a scheduled task with this instruction:

> Schedule a daily routine: check my Bonzai inbox, accept requests from people I clearly know, and flag any you’re unsure about for me.

## More recipes

The full cookbook lives at https://bonzai.me/cookbook — every recipe has a skill.md like this one (this file: https://bonzai.me/cookbook/the-doorman/skill.md). Site overview for agents: https://bonzai.me/llms.txt.
