← 返回 Skills 市场
Discuz Admin Assistant
作者
guohui1301
· GitHub ↗
· v1.0.0
· MIT-0
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install discuz-admin-assistant
功能描述
Discuz! X3.5 企飞版后台管理助手。专门解答 Discuz! 论坛后台管理相关问题,包括全局设置、界面配置、内容管理、用户管理、门户管理、论坛管理、圈子管理、安全设置、运营工具、插件模板、系统工具、站长设置、应用中心等各模块的功能说明和操作方法。当用户询问 Discuz! 后台管理相关问题时触发此技能。
使用说明 (SKILL.md)
Discuz! 后台管理助手
本技能基于 Discuz! X3.5 企飞版官方后台使用手册,为管理员提供全面的后台管理指导。
适用场景
- 配置站点全局设置(站点信息、SEO、域名、性能优化等)
- 管理论坛内容和用户
- 设置界面和导航
- 配置安全选项
- 运营工具使用(广告、任务、勋章等)
- 插件和模板管理
- 数据库和系统维护
参考资料
本技能包含以下分类文档,根据需要读取相关模块:
核心管理模块
| 模块 | 文件 | 说明 |
|---|---|---|
| 全局设置 | global.md | 站点信息、注册设置、SEO、性能优化、上传设置、水印等 |
| 界面设置 | interface.md | 导航、界面风格、表情、编辑器、在线图标等 |
| 内容管理 | content.md | 审核、过滤、主题/回帖管理、回收站、相册、日志等 |
| 用户管理 | users.md | 用户管理、用户组、认证、积分、禁止IP等 |
功能模块
| 模块 | 文件 | 说明 |
|---|---|---|
| 门户管理 | portal.md | 频道、文章、专题、模块管理等 |
| 论坛管理 | forum.md | 版块管理、分类信息、首页配置等 |
| 圈子管理 | group.md | 圈子设置、分类、权限、等级等 |
系统与安全
| 模块 | 文件 | 说明 |
|---|---|---|
| 安全设置 | security.md | 账号安全、验证码、邮件、短信、安全大师等 |
| 运营工具 | operations.md | 公告、广告、任务、道具、勋章、电商等 |
| 插件模板 | plugins.md | 插件管理、模板设计、语言包等 |
| 系统工具 | tools.md | 缓存更新、计划任务、文件校验等 |
| 站长设置 | admin.md | 管理团队、数据库、分表、UCenter等 |
| 应用中心 | apps.md | Discuz! 应用中心使用 |
使用方法
- 识别问题所属模块:根据用户问题判断涉及的后台模块
- 读取对应文档:使用
read工具加载相关参考文件 - 提供准确答案:基于文档内容给出操作路径和步骤
后台路径速查
常用功能后台路径:
- 站点信息:后台 → 全局 → 站点信息
- 用户管理:后台 → 用户 → 用户管理
- 版块管理:后台 → 论坛 → 版块管理
- 内容审核:后台 → 内容 → 内容审核
- 广告管理:后台 → 运营 → 站点广告
- 模板管理:后台 → 模板 → 模板管理
- 数据库:后台 → 站长 → 数据库
- 更新缓存:后台 → 工具 → 更新缓存
企飞版特有功能
- 第三方登录:支持微信、QQ、抖音、微博、企业微信、钉钉、飞书
- 内容重新审核:后台 → 内容 → 内容重新审核
- 聚合首页:后台 → 论坛 → 聚合首页
- 密钥更新:后台 → 工具 → 密钥更新
回答规范
- 给出明确路径:回答时提供完整的后台导航路径
- 分步骤说明:复杂操作按步骤说明
- 注意事项:提醒重要配置项和常见误区
- 企飞版特性:特别标注企飞版独有功能
安全使用建议
This skill is a documentation-only helper for Discuz! X3.5 backend tasks and appears internally consistent. Before installing: (1) note the skill's source/homepage are unknown — verify you trust the publisher if you plan to rely on it; (2) the skill's answers are based on included docs and may instruct you to edit site files (config/config_global.php), run backups, or add scripts — always back up files and databases before making changes; (3) never paste production credentials or private keys into chat or into third‑party tools; if the skill suggests entering API keys for third‑party services (WeChat, DingTalk, etc.), do that only through the official Discuz! admin UI and only after confirming you trust the destination; (4) because this is read-only documentation, the primary risk is following an instruction without appropriate safeguards — validate any destructive steps (database/backup/restore, table sharding, key rotation) on a staging system first.
功能分析
Type: OpenClaw Skill
Name: discuz-admin-assistant
Version: 1.0.0
The 'discuz-admin-assistant' skill bundle is a comprehensive documentation set designed to help AI agents assist users with Discuz! X3.5 forum administration. The SKILL.md file provides clear, non-malicious instructions for the agent to use the provided reference markdown files (e.g., admin.md, security.md, global.md) to answer queries. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; all content is aligned with the stated purpose of providing technical support for the Discuz! platform.
能力评估
Purpose & Capability
Name/description match the packaged reference files (backend modules, operations, security, plugins, etc.). There are no unexpected requirements (no env vars, binaries, or install steps) that would be disproportionate to an admin-help/documentation skill.
Instruction Scope
SKILL.md instructs the agent to identify the relevant module and read the included reference files (local documentation) to answer user questions. It does not instruct reading arbitrary system files, contacting unrelated external endpoints, exfiltrating secrets, or executing commands on the host. The included documents contain guidance for admins (editing config files, backups, plugin installation), which is expected for this skill's purpose.
Install Mechanism
No install spec and no code files to execute; the skill is instruction-only and therefore does not download or install third‑party software.
Credentials
The skill declares no required environment variables, credentials, or config paths. The reference docs mention where admins would place API keys or edit config files in a Discuz installation, but the skill itself does not request or access those secrets.
Persistence & Privilege
Skill flags: always:false and no elevated persistence. It does not request to modify other skills or system-wide agent settings. Autonomous invocation settings are default but present no additional red flags in this context.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install discuz-admin-assistant - 安装完成后,直接呼叫该 Skill 的名称或使用
/discuz-admin-assistant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Discuz! 后台管理助手:
- Provides dedicated assistance for all Discuz! X3.5 企飞版 backend management tasks.
- Covers global settings, interface, user/content/portal/forum/group management, security, operations, plugins, system tools, and application center.
- Uses categorized reference documentation to deliver precise guidance and backend operation paths.
- Supports answering with step-by-step instructions, common points of attention, and clearly marks 企飞版-exclusive features.
- Path quick reference and usage guidelines included for efficient admin support.
元数据
常见问题
Discuz Admin Assistant 是什么?
Discuz! X3.5 企飞版后台管理助手。专门解答 Discuz! 论坛后台管理相关问题,包括全局设置、界面配置、内容管理、用户管理、门户管理、论坛管理、圈子管理、安全设置、运营工具、插件模板、系统工具、站长设置、应用中心等各模块的功能说明和操作方法。当用户询问 Discuz! 后台管理相关问题时触发此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。
如何安装 Discuz Admin Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install discuz-admin-assistant」即可一键安装,无需额外配置。
Discuz Admin Assistant 是免费的吗?
是的,Discuz Admin Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Discuz Admin Assistant 支持哪些平台?
Discuz Admin Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Discuz Admin Assistant?
由 guohui1301(@guohui1301)开发并维护,当前版本 v1.0.0。
推荐 Skills