Expert in designing and building autonomous AI agents. Masters tool use, memory systems, planning strategies, and multi-agent orchestration.
ai-analyzer
ai-analyzer is an open-source workflow skill for Claude Code and compatible agents, published by sickn33. Its author describes it as: “AI驱动的综合健康分析系统,整合多维度健康数据、识别异常模式、预测健康风险、提供个性化建议。支持智能问答和AI健康报告生成。”. The project has 45k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add sickn33/agentic-awesome-skills`.
What ai-analyzer does
基于AI技术的综合健康分析系统,提供智能健康洞察、风险预测和个性化建议。
Installation
Add ai-analyzer to your agent with:
/plugin marketplace add sickn33/agentic-awesome-skills Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for ai-analyzer is organised into these sections:
- When to Use
- 核心功能
- 1. 智能健康分析
- 2. 健康风险预测
- 3. 个性化建议引擎
- 4. 自然语言交互
- 5. AI健康报告生成
- 使用说明
- 触发条件
- 执行步骤
- 数据源
- 算法说明
When to use it
Reach for ai-analyzer when you want workflow help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in sickn33/agentic-awesome-skills, an established project with 44,711 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does ai-analyzer do?
- AI驱动的综合健康分析系统,整合多维度健康数据、识别异常模式、预测健康风险、提供个性化建议。支持智能问答和AI健康报告生成。
- How do I install ai-analyzer?
- Run /plugin marketplace add sickn33/agentic-awesome-skills in your agent, then reload your skills. Review the source at https://github.com/sickn33/agentic-awesome-skills before installing.
- Is ai-analyzer free to use?
- Yes. ai-analyzer is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does ai-analyzer come from?
- ai-analyzer ships inside sickn33/agentic-awesome-skills, a repository that contains 66 catalogued skills in total. The repository's 44,711 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Workflow →Main agent orchestrator that coordinates a specialized squad of agents
Turns requirements into a precise, dependency-aware implementation plan.
Designs the data model, API contracts, and structural foundation of the system.
Handles containerization, CI/CD pipelines, and deployment setup.