← 返回 Skills 市场
135
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sync-discord-identity
功能描述
Sync a Discord bot profile into an OpenClaw agent IDENTITY.md, save the avatar under workspace/avatars, and safely add Avatar and Discord metadata.
安全使用建议
This skill appears coherent for syncing a Discord bot profile into a workspace identity. Before installing or running it: (1) Confirm you point it to the intended workspace path so it only reads that workspace's openclaw.json (it will use any token found there). (2) Inspect the workspace openclaw.json to ensure it doesn't contain unrelated secrets you don't want accessed. (3) Review the avatar file output location (workspace/avatars/) and the identity backup behavior (.bak). (4) If multiple Discord channels exist in a workspace, you will need to pick one (the tool will refuse to guess). If you have concerns about token exposure, rotate the token after any unintended disclosure.
功能分析
Type: OpenClaw Skill
Name: sync-discord-identity
Version: 0.1.1
The skill is designed to synchronize Discord bot metadata (username, bio, and avatar) into a local OpenClaw IDENTITY.md file. The Python script (scripts/sync_discord_identity.py) reads a Discord token from the local workspace configuration to query the official Discord API and downloads the bot's avatar to a local directory. The code uses standard libraries, includes filename sanitization, creates backups of modified files, and the SKILL.md instructions explicitly advise the agent to treat tokens as sensitive data.
能力评估
Purpose & Capability
Name/description (sync Discord bot profile into IDENTITY.md, save avatar) align with the included script and SKILL.md. Required binaries (python3, curl) are reasonable for the described tasks. The skill reads workspace config and updates identity/avatars as expected.
Instruction Scope
SKILL.md and the script restrict operations to the provided workspace, openclaw.json, IDENTITY.md, and workspace/avatars. The only external endpoints contacted are Discord API (discord.com) and the Discord CDN (cdn.discordapp.com), which are necessary to fetch the bot profile and avatar. The skill treats tokens as sensitive and does not echo them.
Install Mechanism
Instruction-only skill with a small bundled Python script; there is no install spec that downloads arbitrary code from third-party URLs. No extract/download-based install operations are present.
Credentials
The skill does not request environment variables but does read tokens stored in the workspace's openclaw.json. This is appropriate for the purpose, but it means the skill will access whatever secrets are present in that workspace config—verify the selected workspace is correct and contains only tokens you intend to use.
Persistence & Privilege
always is false and model invocation is not disabled (normal). The skill writes only to the current workspace (IDENTITY.md, workspace/avatars) and creates a .bak backup; it does not modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sync-discord-identity - 安装完成后,直接呼叫该 Skill 的名称或使用
/sync-discord-identity触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Read token from current workspace openclaw.json
v0.1.0
Initial release
元数据
常见问题
Sync Discord Identity 是什么?
Sync a Discord bot profile into an OpenClaw agent IDENTITY.md, save the avatar under workspace/avatars, and safely add Avatar and Discord metadata. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。
如何安装 Sync Discord Identity?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sync-discord-identity」即可一键安装,无需额外配置。
Sync Discord Identity 是免费的吗?
是的,Sync Discord Identity 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sync Discord Identity 支持哪些平台?
Sync Discord Identity 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sync Discord Identity?
由 Wei Li(@0xli)开发并维护,当前版本 v0.1.1。
推荐 Skills