← 返回 Skills 市场
jackyken

Social Recruit Page

作者 Conan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
50
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install social-recruit-page
功能描述
生成高端黑金风格私人圈子/社群招募长图并发送到飞书。当用户说"生成招募页"、"做一个招募图"、"私人圈子招募页"、"帮我生成会员招募海报"、或提到需要私人俱乐部/高端社群/付费圈子的招募宣传图时触发。支持自定义品牌名、发起人、服务内容、定价、名额等信息。
安全使用建议
This skill largely does what it says (renders an HTML poster and can post it to Feishu), but it will look for Feishu credentials in your home OpenClaw config (~/.openclaw/openclaw.json) or accept them on the CLI — and the registry metadata did not declare that config path or any required secrets. Before installing or running: (1) Inspect scripts/generate.py (especially the send_feishu() implementation) to confirm exactly which files and endpoints it accesses; (2) avoid storing unrelated credentials in ~/.openclaw/openclaw.json if you don't want them used by this skill; pass temporary credentials via CLI only when needed; (3) run the generator offline (without --send-feishu) first to verify output; (4) consider running in an isolated environment/container if you are concerned about inadvertent credential access or network exfiltration.
功能分析
Type: OpenClaw Skill Name: social-recruit-page Version: 1.0.0 The skill bundle is a legitimate tool for generating recruitment posters and sending them to Feishu. The core logic in `scripts/generate.py` uses Playwright to render an HTML template into an image and utilizes the Feishu API for distribution. While the script uses `subprocess.run` to execute `curl` and `playwright`, it does so safely using argument lists, and its behavior remains strictly within the scope of its documented purpose without evidence of data exfiltration or malicious intent.
能力标签
crypto
能力评估
Purpose & Capability
Name/description match the included assets and script: the HTML template + Python script generate a black‑gold recruitment long image and optionally send it to Feishu. Requesting Feishu App ID/Secret for sending is reasonable for that feature. However, the skill metadata declares no required config paths or environment variables while the SKILL.md and script refer to a local config (~/.openclaw/openclaw.json) and accept app-id/app-secret as CLI args — an inconsistency between declared requirements and actual behavior.
Instruction Scope
SKILL.md explicitly documents a Feishu send flow and states the script will read token values from ~/.openclaw/openclaw.json (channels.feishu.appId/appSecret). The instructions also allow passing credentials on the CLI. Reading a user home config file that may contain credentials expands scope beyond simple image generation and is not declared in the registry metadata. The script uses subprocess, Playwright, and makes network calls (upload/send to Feishu and Google Fonts) — these are expected for rendering and posting, but the automatic reading of a local credentials file is scope creep that could expose unrelated secrets.
Install Mechanism
No install spec — instruction-only with bundled script and template. This is lower risk than arbitrary downloads. Declared dependency on Playwright and curl is reasonable for HTML->image rendering and HTTP uploads.
Credentials
The skill does not declare any required env vars or config paths in metadata, but the runtime path (~/.openclaw/openclaw.json) and CLI options (--app-id, --app-secret) indicate it will access credentials. Because the skill may read a global OpenClaw config file, it could obtain credentials for channels the user did not intend to share with this skill. The number/type of secrets accessed (app id / app secret / tokens in a home config) are plausible for Feishu sending, but their implicit access without declaration is disproportionate.
Persistence & Privilege
always:false and no modification of other skills or system-wide settings are evident. The skill does not request permanent presence. Autonomous invocation is allowed (platform default) but not combined with other high-risk flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install social-recruit-page
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /social-recruit-page 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: black-gold style community recruit poster with Feishu integration
元数据
Slug social-recruit-page
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Social Recruit Page 是什么?

生成高端黑金风格私人圈子/社群招募长图并发送到飞书。当用户说"生成招募页"、"做一个招募图"、"私人圈子招募页"、"帮我生成会员招募海报"、或提到需要私人俱乐部/高端社群/付费圈子的招募宣传图时触发。支持自定义品牌名、发起人、服务内容、定价、名额等信息。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。

如何安装 Social Recruit Page?

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

Social Recruit Page 是免费的吗?

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

Social Recruit Page 支持哪些平台?

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

谁开发了 Social Recruit Page?

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

💬 留言讨论