返回顶部
f

familiar-app

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
48
下载量
0
收藏
概述
安装方式
版本历史

familiar-app

# Familiar App Multi-user AI social presence platform. Runs on Node.js (no npm dependencies). ## Quick Deploy ```bash git clone https://github.com/m-lwatcher/familiar-app.git cd familiar-app/core node api-server.js # Dashboard at http://localhost:18790 login: admin / familiar ``` ## VPS Deploy (systemd) ```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 ``` ## Structure ``` core/api-server.js — REST API + dashboard (port 18790) core/user-manager.js — User CRUD, queue management core/posting-engine.js — Tweet/meme posting logic core/user-daemon.js — Per-user background loop core/soul-builder.js — Generates persona/soul from config web/index.html — Dashboard UI users/<id>/ — Per-user data, queues, logs, soul.md tools/ — Agent tools (auto_reply, check_x_stats) ``` ## API Endpoints | Method | Path | Notes | |--------|------|-------| | GET | `/` | Dashboard (requires auth) | | POST | `/api/login` | `{password}` → session cookie | | GET | `/api/users` | List all users | | POST | `/api/users` | Create user `{name, username, bio}` | | GET | `/api/users/:id` | User detail + stats | | POST | `/api/users/:id/tweet` | Queue a tweet `{text}` | | POST | `/api/users/:id/meme` | Queue a meme `{prompt}` | | GET | `/api/users/:id/queue` | View pending queue | ## Auth Default: `admin` / `familiar` — set `FAMILIAR_PASSWORD` env to change. ## Notes - No npm install needed — all Node.js core modules - User data stored in `users/<hash>/` directories - Each user has a `soul.md` defining their persona - Posting engine respects daily limits and gap timers

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 familiar-app-1775910317 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 familiar-app-1775910317 技能

通过命令行安装

skillhub install familiar-app-1775910317

下载 Zip 包

⬇ 下载 familiar-app v1.0.0

文件大小: 1.78 KB | 发布时间: 2026-4-12 09:55

v1.0.0 最新 2026-4-12 09:55
Initial release — deploy and manage AI familiar social presence platform. Source on GitHub: m-lwatcher/familiar-app

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部