- Product: minddistill / 意识浓缩
- Domain: 内容分析
- Maintained by: 503496348-ops product matrix
- Delivery posture: one-click setup, doctor diagnostics, smoke test, convergence gate, and clean-clone verification are part of the maintenance standard.
./install.sh
python3 scripts/doctor.py
python3 scripts/smoke.py
python3 scripts/product_convergence_gate.py --json
python3 -m pytest tests/ -qbash install.sh
python3 scripts/doctor.py
python3 scripts/smoke.pybash install.sh:自动执行 setup + smoke,适合第一次使用。python3 scripts/doctor.py:检查环境、入口文件和产品门禁,失败时给出修复建议。python3 scripts/smoke.py:执行产品收敛门禁和轻量核心冒烟验证。
AI搜索引擎就绪度诊断引擎 — 8维度审计 + 可引用性评分 + 平台优化检测
作者:AtomCollide-智械工坊团队
pip install requests beautifulsoup4
python3 geo_diag/engine.py https://example.com
python3 geo_diag/engine.py https://example.com --json -o report.json| 维度 | 权重 | 说明 |
|---|---|---|
| robots.txt | 15% | AI爬虫(OAI-SearchBot/PerplexityBot/ClaudeBot/Google-Extended)访问权限 |
| llms.txt | 10% | AI站点描述文件结构和质量 |
| Schema/JSON-LD | 12% | 结构化数据类型和覆盖度 |
| Meta Tags | 10% | Title/Description/OG/Twitter Card |
| AI Citability | 18% | 内容可引用性(段落长度/自包含性/事实密度) |
| Platform Readiness | 15% | ChatGPT/Perplexity/Gemini/Claude分别评分 |
| Brand Entity | 10% | Organization Schema+社交链接+品牌一致性 |
| Technical SEO | 10% | Canonical/Viewport/Lang/HTTPS |
| 分数段 | 等级 | 含义 |
|---|---|---|
| 0-35 | 🔴 Critical | 需要立即修复 |
| 36-67 | 🟡 Foundation | 基础框架已搭建 |
| 68-85 | 🟢 Good | 大部分优化到位 |
| 86-100 | 🟢 Excellent | 全面优化 |
from geo_diag import run_geo_audit, format_report_text
from geo_diag.platform_check import check_platform_readiness
result = run_geo_audit("https://example.com")
print(format_report_text(result))
print(f"Overall: {result.overall_score}/100 [{result.score_band}]")MIT © AtomCollide-智械工坊团队
元素碰撞-AtomCollide-AI 智能体实验室 是一个专注于AI领域的开源组织,汇聚了众多优秀学习者。
找工作:更省力,也更精准
- 一线大厂内推通道(字节、阿里、腾讯等)
- 全链路求职赋能包(面试题库、简历优化、晋升指导)
- 线下技术沙龙 & 人脉网络
学AI测试:真正落地,拒绝空谈
- 从0到1实战落地体系(Skills、MCP、RAG、AI IDE等)
- 独家自研资料与工具矩阵
- 前沿技术同步与提效方案
| 社群 | 链接 |
|---|---|
| AI探索交流1区 | 加入 |
| AI探索交流2区 | 加入 |
| AI探索交流3区 | 加入 |
| AI探索交流4区 | 加入 |
| AI探索交流5区 | 加入 |
| AI探索交流6区 | 加入 |
| AI探索交流7区 | 加入 |
| AI探索交流8区 | 加入 |
| AI探索交流9区 | 加入 |
| AI探索交流10区 | 加入 |
| AI探索交流-网文作家 | 加入 |
| AI探索交流群-音乐达人 | 加入 |
| AI探索交流群-微笑驿站 | 加入 |
AtomCollide-智械工坊团队出品
元素碰撞 · AtomCollide-AI 智能体实验室:面向学习者、创作者与自动化实践者,持续沉淀可复用的 AI Agent 产品、工作流与工程经验。使命:for the learner。
请选择 1 个常用社群加入,内容全域同步,无需重复加入。
| 知识库 | 链接 |
|---|---|
| 踩坑合集 | 进入 |
| 商业化案例库 | 进入 |
| 科普专栏 | 进入 |
| Open Build | 进入 |
| LLM / Agent / 研究报告 | 进入 |
| Skill 封装合集 | 进入 |
| 社区治理运营 | 进入 |
| 社群 | 链接 |
|---|---|
| AI 探索交流 1 区 | 加入 |
| AI 探索交流 2 区 | 加入 |
| AI 探索交流 3 区 | 加入 |
| AI 探索交流 4 区 | 加入 |
| AI 探索交流 5 区 | 加入 |
| AI 探索交流 6 区 | 加入 |
| AI 探索交流 7 区 | 加入 |
| AI 探索交流 8 区 | 加入 |
| AI 探索交流 9 区 | 加入 |
| AI 探索交流 10 区 | 加入 |
| AI 探索交流 — 网文作家 | 加入 |
| AI 探索交流群 — 音乐达人 | 加入 |
| AI 探索交流群 — 微笑驿站 | 加入 |
AtomCollide-智械工坊团队出品。更多产品见:AtomCollide Product Matrix。
本仓库的最小可验证使用路径:
- 阅读 README 的 Quick Start / 使用说明,完成本地安装或配置。
- 按仓库提供的命令、脚本或入口运行一次最小任务。
- 对照本产品定位验证输出:意识浓缩(Minddistill) 属于 GEO诊断 产品,目标是把输入材料转化为可检查、可复用的结果。
- 若运行环境暂不可用,先通过 README、CHANGELOG、CI 状态和源码结构完成静态验收,再补充真实截图或录屏。
维护要求:后续每次发布都应把真实运行截图、CLI 输出、网页截图或 API 响应样例补充到本节,避免仓库首页只描述能力、不展示结果。
- 新增
scripts/product_convergence_gate.py:从远端干净 clone 后可运行python3 scripts/product_convergence_gate.py --json,检查 SKILL/README、入口文件、smoke 目标、测试与外部融合引用是否自洽。 - 新增
tests/test_product_convergence_gate.py:确保门禁在产品仓库中真实可执行,避免后续增强只停留在孤岛模块。