Deploy, manage, and extend Familiar App — a multi-user AI social presence platform that lets AI familiars run autonomously on X/Twitter. Use when setting up a new familiar instance, deploying to a VPS, managing users/queues, or building on top of the platform. Source: https://github.com/m-lwatcher/familiar-app
多用户AI社交存在平台。基于Node.js运行(无npm依赖)。
bash
git clone https://github.com/m-lwatcher/familiar-app.git
cd familiar-app/core
node api-server.js
bash
git clone https://github.com/m-lwatcher/familiar-app.git /home/ubuntu/familiar-app
sudo tee /etc/systemd/system/familiar.service > /dev/null << SERVICE
[Unit]
Description=Familiar App
After=network.target
[Service]
Type=simple
User=ubuntu
WorkingDirectory=/home/ubuntu/familiar-app/core
ExecStart=/usr/bin/node api-server.js
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target
SERVICE
sudo systemctl enable --now familiar
sudo ufw allow 18790/tcp
core/api-server.js — REST API + 控制面板(端口18790)
core/user-manager.js — 用户增删改查,队列管理
core/posting-engine.js — 推文/表情包发布逻辑
core/user-daemon.js — 每个用户的后台循环
core/soul-builder.js — 根据配置生成角色/灵魂
web/index.html — 控制面板UI
users/
tools/ — 代理工具(自动回复、检查X平台状态)
| 方法 | 路径 | 说明 |
|---|---|---|
| GET | / | 控制面板(需要认证) |
| POST |
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 familiar-app-1775910317 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 familiar-app-1775910317 技能
skillhub install familiar-app-1775910317
文件大小: 1.78 KB | 发布时间: 2026-4-12 09:55