M78Armor Core妙手甲堡 核心版
面向自托管 OpenClaw 团队的核心本地优先安全配置工具包。它帮助团队更快完成检查、修正、备份、回滚准备和留档,而不是继续把这些高频动作留在手工流程里。
The core local-first security configuration toolkit for self-hosted OpenClaw teams. It helps operators move faster through review, remediation, backup, rollback readiness, and documentation, instead of leaving those high-frequency tasks inside a manual workflow.
OpenClaw 默认配置并不安全 —— 认证、沙箱、技能来源和本地配置需要在安装后尽快修正。
OpenClaw ships with insecure defaults — authentication, sandboxing, skill-source controls, and local configuration need to be fixed right after installation.
对比
COMPARISON
手工处理 VS M78Armor Core
Manual workflow vs M78Armor Core
🔧 手工处理
🔧 Manual workflow
20 分查文档、翻帖子、确认当前实例到底要检查哪些点
20 分逐项看配置:暴露面、认证、执行边界、技能来源
15 分手工备份当前配置,避免改坏后无法恢复
20 分自己修改配置并反复测试,确认没有引入新问题
15 分重新检查是否还有遗漏,记录到底改了什么
20 minRead docs, forum posts, and work out what the instance actually needs checked
20 minReview configuration item by item: exposure, authentication, execution boundaries, skill sources
15 minBack up the current configuration manually so recovery is still possible
20 minChange settings yourself and retest repeatedly to avoid introducing new mistakes
15 minCheck again for omissions and document what actually changed
合计:1.5–2.5 小时,且更依赖人工一致性
Total: 1.5–2.5 hours, with more dependence on operator consistency
⚡ M78Armor Core
⚡ M78Armor Core
1 分解压 ZIP,进入本地优先工作流
自动先备份当前配置,降低后续修改风险
自动按既定控制项完成检查,并输出清晰结果
自动对可处理项完成配置更新,减少重复手工动作
可选需要时执行回滚,并保留更清楚的变更记录
1 minExtract the ZIP and enter a local-first workflow
autoBack up the current configuration first, reducing change risk
autoRun the defined control checks and return a clear result set
autoApply configuration updates where supported, reducing repeated manual work
opt.Roll back if needed and keep a cleaner record of what changed
合计:约 2–5 分钟,更适合重复执行和团队交接
Total: about 2–5 minutes, better suited to repeatable team use
产品线
PRODUCT LINE
先从免费资产开始,再在需要执行时升级到 Core
Start with the free assets, then move to Core when execution becomes the bottleneck
M78Armor 当前有 3 个免费产品和 1 个付费产品。免费产品帮助你安装、诊断和手工检查。M78Armor Core 是真正进入“本地修正、备份、回滚和留档”阶段的核心执行产品。
M78Armor currently has 3 free products and 1 paid product. The free products help you install, diagnose, and inspect manually. M78Armor Core is the paid execution product for the stage where you need local remediation, backup, rollback, and documentation.
📋
免费检查清单
适合想先手工看清问题的团队。它帮助你按顺序检查常见暴露面、认证、技能来源和运行边界。
免费
📋
Free Checklist
For teams that want a manual first pass. It helps you inspect common exposure points, authentication settings, skill sources, and runtime boundaries in sequence.
Free
🧰
m78setup.sh
适合还没把 OpenClaw 装起来的用户。它解决安装路径问题,但不负责后续安全配置收敛。
免费
🧰
m78setup.sh
For users who still need to get OpenClaw installed. It solves installation friction, but it does not replace later security-configuration work.
Free
🔎
妙手甲堡 安全配置检查
适合先做只读审计的用户。它告诉你哪里有问题,但不替你执行修正。
免费
🔎
m78armor security configuration check
For users who want read-only audit first. It tells you where the problems are, but it does not execute remediation.
Free
⚙️
M78Armor Core / 妙手甲堡 核心版
适合已经确认问题、希望更快完成修正、备份、回滚准备和留档的团队。
¥88
⚙️
M78Armor Core
For teams that already know the issues and want to move faster through remediation, backup, rollback readiness, and documentation.
¥88
安装包内容
WHAT YOU GET
M78Armor Core 包含什么
What M78Armor Core includes
一个 ZIP 文件,解压即用。本地运行,无需外部依赖,不收集数据。
One ZIP file. Extract and run. Local-first, no external dependencies, no data collection.
📦
m78armor.js + m78armor.bat
核心运行时。执行审计、配置检查、回滚和结构化输出。
运行时
📦
m78armor.js + m78armor.bat
Core runtime for audit, configuration work, rollback, and structured output.
Runtime
🛡️
signatures/m78armor-blocklist.json
行为模式与签名规则,用于本地检查和封禁判断。
规则集
🛡️
signatures/m78armor-blocklist.json
Behavior and signature rules used for local checks and blocking decisions.
Rules
📄
install-m78armor.bat + install-m78armor.sh
安装辅助脚本,用于进入可执行环境。
安装器
📄
install-m78armor.bat + install-m78armor.sh
Install helper scripts for entering the runnable environment.
Installer
📘
快速入门指南 + 安装手册 + FAQ + 行动计划
从解压到完成安全配置收敛的完整操作说明。
文档
📘
Quick Start Guide + Install Sheet + FAQ + Action Plan
Complete instructions from extraction to configuration convergence.
Docs
⚖️
LICENSE.txt + DISCLAIMER.txt
使用边界、法律说明与定位边界。
法律
⚖️
LICENSE.txt + DISCLAIMER.txt
Usage boundary, legal notes, and positioning boundary.
Legal
使用流程
HOW IT WORKS
三步进入 M78Armor Core 本地工作流
Three steps into the M78Armor Core local workflow
1
解压 ZIP
将 M78Armor_Core_v1_0.zip 解压到你的 OpenClaw 目录下
2
运行检查或配置更新命令
进入本地优先工作流。先检查,再根据需要执行更新。
node m78armor.js --harden
3
查看结果并留档
控制台输出清晰结果。需要机器可读格式时,可输出 JSON 结果用于本地留档。
1
Extract the ZIP
Unzip M78Armor_Core_v1_0.zip into your OpenClaw directory
2
Run the review or configuration-update command
Enter the local-first workflow. Review first, then execute updates where needed.
node m78armor.js --harden
3
Review results and keep a record
The console returns a clear result set. JSON output can be used for local documentation when needed.
定价
PRICING
M78Armor Core · 核心本地优先安全配置工具包
M78Armor Core · The core local-first security configuration toolkit
¥88
¥88 · 一次性购买 · 永久使用
¥88 · One-time purchase · Yours forever
- 完整运行时:审计 + 配置检查 + 回滚
- Full runtime: audit + configuration work + rollback
- 自动备份后再修改
- Backup before changes
- 更快完成本地修正与留档
- Faster local remediation and clearer records
- 签名规则与配置基线检查
- Signature rules and baseline configuration checks
- 双语输出 + JSON 输出
- Bilingual output + JSON output
- 零网络调用 · 本地运行 · 不收集数据
- Zero network calls · Runs locally · No data collected
你花在 Reddit 和文档上的时间2.5+ 小时
手动出错后调试的时间1+ 小时
M78Armor Core 直接进入执行路径¥88
Time on Reddit threads and docs2.5+ hrs
Time debugging manual mistakes1+ hrs
M78Armor Core 直接进入执行路径¥88
购买方式
HOW TO PAY
当前适用于直接数字购买
Current path: direct digital purchase
当前页面适用于个人开发者和运维人员的直接数字购买。付款确认后,我们会发送 M78Armor Core 的交付说明与后续指引。
This page is for direct digital purchase by individual developers and operators. After payment confirmation, we send the M78Armor Core delivery instructions and next steps.
微信支付
请替换为
微信二维码
1. 扫码添加微信,备注「M78Armor」
2. 确认付款 ¥88
3. 1小时内通过百度网盘发送下载链接
支付宝
请替换为
支付宝二维码
1. 扫码转账 ¥88
2. 备注填写您的邮箱
3. 1小时内通过百度网盘发送下载链接
WeChat Pay
Replace with
WeChat QR
1. Scan to add WeChat and note “M78Armor”
2. Confirm payment of CNY 88
3. Download link sent within 1 hour via Baidu Pan
Alipay
Replace with
Alipay QR
1. Scan to transfer CNY 88
2. Put your email address in the note
3. Download link sent within 1 hour via Baidu Pan
📦 交付:付款确认后 1 小时内发送交付说明与后续操作指引。工作时间:北京时间 9:00–22:00。
📦 Delivery: Delivery instructions and next-step guidance are sent within 1 hour of payment confirmation. Business hours: 9 AM – 10 PM Beijing Time.
常见问题
FAQ
常见问题解答
Frequently Asked Questions
🔍M78Armor Core 和 OpenClaw 内置的 security audit 有什么区别?
OpenClaw 内置命令覆盖面故意较窄。M78Armor Core 的目标不是重复官方命令,而是把本地安全配置检查、修正、备份、回滚准备和留档串成一条更短的执行路径。
📡M78Armor Core 会联网吗?会收集我的数据吗?
不会。M78Armor Core 完全本地运行,仅使用本地环境和 Node.js 内建能力。不上传配置、日志或密钥,不做外部遥测。
🧱M78Armor Core 是扫描器、VPN 或入侵检测系统吗?
不是。它是防御性服务器安全配置自动化工具,作用范围是服务器本地配置文件,不做网络探测、流量监控或告警。
📦M78Armor Core 和 3 个免费产品是什么关系?
免费检查清单用于手工检查。m78setup.sh 用于安装路径。妙手甲堡 安全配置检查 用于只读审计。M78Armor Core 是真正进入本地修正、备份、回滚和留档阶段的付费执行产品。
🛠️运行命令会不会搞坏我的 OpenClaw?
M78Armor Core 在修改任何配置前会先备份当前状态。需要时可使用回滚功能恢复到修改前的状态。它只处理配置边界,不删除业务数据。
💻需要什么运行环境?
Node.js v20 或以上。Windows、macOS、Linux 均可按文档路径运行,实际支持范围以文档与交付包说明为准。
↩️支持退款吗?
请以退款政策页面为准。当前建议是先联系 support@m78armor.com 处理技术问题、交付问题或下载问题。
🔍How is M78Armor Core different from OpenClaw's built-in security audit?
The built-in command is intentionally narrow. M78Armor Core is not trying to duplicate the official command. Its job is to shorten the path through local security-configuration review, remediation, backup, rollback readiness, and documentation.
📡Does M78Armor Core phone home or collect any data?
No. M78Armor Core runs locally, uses only local environment access and Node.js built-ins, and does not upload configuration, logs, or secrets. No external telemetry.
🧱Is M78Armor Core a scanner, VPN, or intrusion detection system?
No. It is defensive server security-configuration automation. Its scope is local server configuration files, not network probing, traffic monitoring, or alert generation.
📦How does M78Armor Core relate to the 3 free products?
The Free Checklist is for manual inspection. m78setup.sh is for installation. m78armor security configuration check is for read-only audit. M78Armor Core is the paid execution product for local remediation, backup, rollback, and documentation.
🛠️Will the command break my OpenClaw instance?
M78Armor Core backs up the current state before changing configuration. When needed, rollback restores the pre-change state. It works on configuration boundaries and does not delete business data.
💻What are the system requirements?
Node.js v20 or higher. Windows, macOS, and Linux can follow the documented runtime path, with actual support scope defined by the delivered package and docs.
↩️What is the refund policy?
Please refer to the refund policy page first. Technical, delivery, or download issues should be raised with support@m78armor.com before any refund handling.
安全原则
SECURITY PRINCIPLES
M78Armor Core 的设计承诺
M78Armor Core's design commitments
🔒 绝不外传
零网络调用 — 不下载、不上传、不回传
零外部依赖 — 仅用 Node.js 内建模块
零遥测 — 无使用统计、无匿名跟踪
你的配置文件永远不离开你的机器
🛡️ 最小权限
审计模式完全只读 — 不修改任何文件
配置检查模式会在任何更改前自动备份
一键回滚 — 出错时立即恢复
不删除数据、不卸载技能、不重启服务
🔒 Never Phones Home
Zero network calls — no downloads, uploads, or callbacks
Zero external dependencies — Node.js built-ins only
Zero telemetry — no usage stats, no anonymous tracking
Your config files never leave your machine
🛡️ Least Privilege
Audit mode is fully read-only — modifies nothing
Configuration mode auto-backs up before any change
One-command rollback — instant restore if needed
Never deletes data, uninstalls skills, or restarts services