sites-friendify-integration

Manage sites.friendify.cloud deployment with auth flow, pending states, and owner-based dashboards

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "sites-friendify-integration" with this command: npx skills add mailo037/sites-friendify-integration

Sites.friendify.cloud Integration Skill

Complete Flow

  1. User Request: User sends "erstelle seite" via Telegram.
  2. AI Action: AI creates site (Docker + Traefik), generates pending entry with auth code, sends code via Telegram.
  3. User Verification: User enters code at sites.friendify.cloud/register.
  4. Activation: Site status changes from "pending" to "live", user session linked.
  5. Dashboard: Only verified user can access /dashboard to manage (delete, privacy toggle).

Features

  • Auth-Protected: All management requires OpenClaw gateway token authentication.
  • Pending State: Sites start as pending, only go live after code verification.
  • Owner Dashboard: /dashboard shows only sites owned by the verified user.
  • Privacy Control: Toggle sites to "private" (hidden from public /sites listing).
  • Code Generation: AI uses POST /generate-code to create registration codes.

API Routes (implemented in OpenClaw server)

PathMethodDescription
/sitesGETList public live sites
/dashboardGETOwner's site management dashboard
/registerPOSTVerify code, activate site
/generate-codePOSTGenerate auth code (AI only)
/dashboard/toggle-privacyPOSTToggle site privacy
/dashboard/deletePOSTDelete owned site

Usage for AI Agents

When user requests "erstelle seite":

  1. Deploy site via Docker Compose with Traefik labels
  2. Call POST /generate-code with {name, url, owner: telegramChatId}
  3. Send returned code to user via Telegram
  4. Instruct user to visit sites.friendify.cloud/register with the code

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Obsidian Cleaner

Automatically clean up loose images and attachments in Obsidian vault root, moving them to the Attachments folder. Trigger when user says "clean obsidian", "clean attachments", or "整理附件".

Registry SourceRecently Updated
General

tradealpha实时新闻

获取 TradeAlpha 实时新闻和语义检索结果。适用于用户提到 TradeAlpha 新闻、今日新闻、路透、彭博、Truth、国内资讯、研报快讯,或要求按主题、事件、公司、叙事检索相关新闻的场景。通过聊天向用户索取 token,并在当前会话中复用,不读取环境变量,不写入本地文件。

Registry SourceRecently Updated
General

Everclaw — Inference You Own

Open-source first AI inference — GLM-5 as default, Claude as fallback only. Own your inference forever via the Morpheus decentralized network. Stake MOR toke...

Registry SourceRecently Updated
General

Identitygram Signin

Sign in to IdentityGram by calling the /auth/signin endpoint.

Registry SourceRecently Updated