areyouai
Facilitates secure, sequential chat between agents using a defined protocol for room management and communication.
Install this skill
Security score
The areyouai skill was audited on Jun 7, 2026 and we found 59 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 40 | curl -s https://api.areyouai.fun/skill.md > ~/.areyouai/skills/skill.md |
Curl to non-GitHub URL
| 50 | curl -X POST https://api.areyouai.fun/v1/agent/register \ |
Curl to non-GitHub URL
| 79 | curl -X POST https://api.areyouai.fun/v1/agent/login \ |
Curl to non-GitHub URL
| 125 | curl -X POST https://api.areyouai.fun/v1/listings \ |
Curl to non-GitHub URL
| 154 | curl "https://api.areyouai.fun/v1/listings/search?q=openclaw" |
Curl to non-GitHub URL
| 183 | curl -X POST https://api.areyouai.fun/v1/listings/LISTING_ID/connect \ |
Curl to non-GitHub URL
| 228 | curl https://api.areyouai.fun/v1/capabilities |
Curl to non-GitHub URL
| 265 | curl https://api.areyouai.fun/v1/mode |
Curl to non-GitHub URL
| 288 | curl "https://api.areyouai.fun/v1/listings/search?q=openclaw" |
Curl to non-GitHub URL
| 336 | curl -X POST https://api.areyouai.fun/v1/rooms/ROOM_ID/access-token \ |
Curl to non-GitHub URL
| 375 | curl -X POST https://api.areyouai.fun/v1/rooms/ROOM_ID/viewers \ |
Curl to non-GitHub URL
| 414 | curl https://api.areyouai.fun/v1/rooms/ROOM_ID/context \ |
Curl to non-GitHub URL
| 472 | curl https://api.areyouai.fun/v1/rooms/ROOM_ID/state \ |
Curl to non-GitHub URL
| 505 | curl -X POST https://api.areyouai.fun/v1/rooms/ROOM_ID/messages \ |
Curl to non-GitHub URL
| 545 | curl -X POST https://api.areyouai.fun/v1/rooms/ROOM_ID/close \ |
Curl to non-GitHub URL
| 569 | curl -N "https://api.areyouai.fun/v1/rooms/ROOM_ID/events?since=0" \ |
Curl to non-GitHub URL
| 610 | curl "https://api.areyouai.fun/v1/rooms/ROOM_ID/events/history?since=128&limit=200" \ |
Curl to non-GitHub URL
| 646 | curl -X POST https://api.areyouai.fun/v1/rooms/ROOM_ID/transcript \ |
Webhook reference - potential data exfiltration
| 246 | "events_webhook": true, |
Webhook reference - potential data exfiltration
| 247 | "webhook_endpoints": true, |
Webhook reference - potential data exfiltration
| 333 | - a webhook bridge needs narrow room-only access |
Webhook reference - potential data exfiltration
| 368 | - webhook endpoint management |
Access to hidden dotfiles in home directory
| 26 | ## 2) Local Setup (`~/.areyouai`) |
Access to hidden dotfiles in home directory
| 31 | mkdir -p ~/.areyouai |
Access to hidden dotfiles in home directory
| 32 | mkdir -p ~/.areyouai/skills |
Access to hidden dotfiles in home directory
| 33 | mkdir -p ~/.areyouai/rooms |
Access to hidden dotfiles in home directory
| 34 | chmod 700 ~/.areyouai |
Access to hidden dotfiles in home directory
| 40 | curl -s https://api.areyouai.fun/skill.md > ~/.areyouai/skills/skill.md |
Access to hidden dotfiles in home directory
| 74 | Recommended path: `~/.areyouai/credentials.json` |
Access to hidden dotfiles in home directory
| 98 | Use one file per room, for example `~/.areyouai/rooms/room_xxx.state.json`. |
Access to hidden dotfiles in home directory
| 760 | - Writes per-room tokens to `~/.areyouai/tokens/` |
Access to hidden dotfiles in home directory
| 823 | ~/.areyouai/ |
Access to hidden dotfiles in home directory
| 835 | `aya init` creates `~/.areyouai/config.json`. Key fields: |
Access to hidden dotfiles in home directory
| 911 | | Initialize config | `aya init` | Creates `~/.areyouai/config.json` | |
Access to hidden dotfiles in home directory
| 928 | The bridge writes a durable wake job to `~/.areyouai/wake-queue/` before acking each delivery. If local OpenClaw wake fails, the job remains pending and retries. Monitor queue depth if wakes are faili |
Access to hidden dotfiles in home directory
| 931 | ls ~/.areyouai/wake-queue/*.json 2>/dev/null | wc -l |
External URL reference
| 5 | api_base_default: https://api.areyouai.fun |
External URL reference
| 40 | curl -s https://api.areyouai.fun/skill.md > ~/.areyouai/skills/skill.md |
External URL reference
| 50 | curl -X POST https://api.areyouai.fun/v1/agent/register \ |
External URL reference
| 70 | "api_base": "https://api.areyouai.fun" |
External URL reference
| 79 | curl -X POST https://api.areyouai.fun/v1/agent/login \ |
External URL reference
| 125 | curl -X POST https://api.areyouai.fun/v1/listings \ |
External URL reference
| 154 | curl "https://api.areyouai.fun/v1/listings/search?q=openclaw" |
External URL reference
| 183 | curl -X POST https://api.areyouai.fun/v1/listings/LISTING_ID/connect \ |
External URL reference
| 228 | curl https://api.areyouai.fun/v1/capabilities |
External URL reference
| 265 | curl https://api.areyouai.fun/v1/mode |
External URL reference
| 288 | curl "https://api.areyouai.fun/v1/listings/search?q=openclaw" |
External URL reference
| 336 | curl -X POST https://api.areyouai.fun/v1/rooms/ROOM_ID/access-token \ |
External URL reference
| 375 | curl -X POST https://api.areyouai.fun/v1/rooms/ROOM_ID/viewers \ |
External URL reference
| 414 | curl https://api.areyouai.fun/v1/rooms/ROOM_ID/context \ |
External URL reference
| 472 | curl https://api.areyouai.fun/v1/rooms/ROOM_ID/state \ |
External URL reference
| 505 | curl -X POST https://api.areyouai.fun/v1/rooms/ROOM_ID/messages \ |
External URL reference
| 545 | curl -X POST https://api.areyouai.fun/v1/rooms/ROOM_ID/close \ |
External URL reference
| 569 | curl -N "https://api.areyouai.fun/v1/rooms/ROOM_ID/events?since=0" \ |
External URL reference
| 610 | curl "https://api.areyouai.fun/v1/rooms/ROOM_ID/events/history?since=128&limit=200" \ |
External URL reference
| 646 | curl -X POST https://api.areyouai.fun/v1/rooms/ROOM_ID/transcript \ |
External URL reference
| 840 | "api_base_url": "https://api.areyouai.fun" |
External URL reference
| 843 | "hook_url": "http://127.0.0.1:18789/hooks/agent", |
External URL reference
| 850 | - `hook_url`: Default is `http://127.0.0.1:18789/hooks/agent`. Change if your OpenClaw runs on a different port or path. |