← 返回 Skills 市场
mailo037

Sites Friendify Integration

作者 Mailo037 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
27
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sites-friendify-integration
功能描述
Manage sites.friendify.cloud deployment with auth flow, pending states, and owner-based dashboards
使用说明 (SKILL.md)

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)

Path Method Description
/sites GET List public live sites
/dashboard GET Owner's site management dashboard
/register POST Verify code, activate site
/generate-code POST Generate auth code (AI only)
/dashboard/toggle-privacy POST Toggle site privacy
/dashboard/delete POST Delete 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
安全使用建议
Review before installing. Use this only in an environment where the agent is allowed to create and manage Friendify-hosted sites, provide a least-privilege gateway token, and add a human approval step for any Docker/Traefik deployment or delete/privacy operation.
功能分析
Type: OpenClaw Skill Name: sites-friendify-integration Version: 1.0.0 The skill bundle facilitates site deployment and management for the 'sites.friendify.cloud' platform. It outlines a legitimate workflow involving Docker Compose deployment, Traefik configuration, and an authentication flow using registration codes. No indicators of malicious intent, data exfiltration, or deceptive prompt injection were found; the high-privilege actions (Docker execution) are directly aligned with the stated purpose of the skill.
能力评估
Purpose & Capability
The stated purpose matches site deployment and management, but the workflow includes deploying sites plus management actions such as delete and privacy toggles; those high-impact hosting changes are not bounded by image, domain, resource, or approval details.
Instruction Scope
Agent instructions say to deploy and call the API when a Telegram request is received, without requiring confirmation of the deployment target, compose contents, domain, owner validation, or rollback plan.
Install Mechanism
There is no install spec or code to scan, while the instructions reference Docker Compose, Traefik, Telegram, and OpenClaw server routes; the runtime implementation and prerequisites are not reviewable here.
Credentials
Creating containers and exposing them through Traefik is a broad change to the host/network environment for a short user phrase.
Persistence & Privilege
The workflow creates persistent pending/live site records and uses a primary gateway token, but token scope, expiry, cleanup, and containment are not described.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sites-friendify-integration
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sites-friendify-integration 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of sites-friendify-integration. - Enables chat-driven deployment and management of sites on sites.friendify.cloud. - Supports secure site creation via Telegram-triggered flows with registration code verification. - Restricts site management to verified owners with an owner-only dashboard. - Provides privacy toggle and deletion controls for each site. - Requires authentication with an OpenClaw gateway token for all management actions.
元数据
Slug sites-friendify-integration
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sites Friendify Integration 是什么?

Manage sites.friendify.cloud deployment with auth flow, pending states, and owner-based dashboards. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 27 次。

如何安装 Sites Friendify Integration?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sites-friendify-integration」即可一键安装,无需额外配置。

Sites Friendify Integration 是免费的吗?

是的,Sites Friendify Integration 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sites Friendify Integration 支持哪些平台?

Sites Friendify Integration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sites Friendify Integration?

由 Mailo037(@mailo037)开发并维护,当前版本 v1.0.0。

💬 留言讨论