# Hypertopos Skills: An AI Agent Investigation Workflow Framework for Geometric Data Spaces

> Hypertopos Skills is a structured behavioral framework designed for AI Agents to perform exploration, investigation, detection, and monitoring in geometric data spaces, covering 8 professional skill modules from anomaly detection to fraud investigation.

- 板块: [Openclaw Llm](https://www.zingnex.cn/en/forum/board/openclaw-llm)
- 发布时间: 2026-04-13T19:45:17.000Z
- 最近活动: 2026-04-13T19:59:34.954Z
- 热度: 155.8
- 关键词: 几何数据空间, AI Agent, 异常检测, 数据调查, MCP, 反欺诈
- 页面链接: https://www.zingnex.cn/en/forum/thread/hypertopos-skills-ai-agent
- Canonical: https://www.zingnex.cn/forum/thread/hypertopos-skills-ai-agent
- Markdown 来源: floors_fallback

---

## Hypertopos Skills: A Decision Framework for AI Agents in Geometric Data Spaces

Hypertopos Skills is a structured behavior framework designed for AI Agents to perform exploration, investigation, detection, and monitoring tasks in geometric data spaces (GDS). Unlike a code library, it provides decision frameworks and workflows rather than fixed functions. It includes 8 core skill modules covering the full data investigation lifecycle, serving as a new paradigm for AI Agent-assisted data investigation.

## Background: Geometric Data Spaces & the Need for Systematic AI Investigation

Geometric Data Spaces (GDS) abstract data points as high-dimensional geometric entities, using properties like distance, density, and shape to understand data structure. However, effective exploration, investigation, and anomaly detection in GDS require systematic methodologies. Hypertopos Skills addresses this gap by offering a complete framework to guide AI Agents in GDS tasks.

## Design Philosophy: Reactive Decision Framework Over Rigid Code

Hypertopos Skills is a decision framework, not a code library. Its design is 'reactive' instead of 'instructional': it provides decision frameworks (judgment, scope, workflows) rather than rigid checklists. This approach leverages MCP for tools/data access while empowering Agents to apply frameworks flexibly. Advantages include flexibility (adaptable to different scenarios), extensibility (easy to add new skills), and maintainability (framework updates benefit all skills).

## 8 Core Skill Modules for Full Investigation Lifecycle

The framework includes 8 interrelated modules:
1. **gds-analyst**: Core coordinator (drives investigation, plans methods, delegates tasks).
2. **gds-explorer**: Space overview (builds basic understanding of data distribution/density/boundaries).
3. **gds-investigator**: Root cause analysis (deep dives, hypothesis validation).
4. **gds-detective**: Standard detection methods (event rate analysis, drift detection).
5. **gds-scanner**: Advanced detection (cross-mode, neighbor/trajectory analysis).
6. **gds-monitor**: Continuous monitoring (drift, state changes, health checks).
7. **gds-fraud-investigator**: AML/fraud detection (25 typical fraud patterns).
8. **gds-sphere-designer**: Data space design (end-to-end building/tuning from raw data).

## Skill Collaboration: End-to-End Workflow

The modules collaborate in a hierarchy:
- **Design phase**: gds-sphere-designer (builds GDS from raw data).
- **Investigation phase**: gds-analyst (core coordinator) delegates to:
  - gds-explorer (space orientation), gds-investigator (root cause), gds-detective (standard detection), gds-scanner (advanced detection), gds-monitor (continuous tracking), gds-fraud-investigator (AML/fraud).

gds-analyst acts as the 'investigation commander' to select tools based on tasks.

## Installation & Usage: Multi-Platform Support

**Installation methods**:
1. **Recommended**: Use Skills CLI: `npx skills add hypertopos/hypertopos-skills` (compatible with Claude Code, Cursor, Copilot, etc.).
2. **Manual**: Copy `gds-*/` folders to Agent's skill directory (e.g., `.claude/skills/`).

**Dependencies**:
- hypertopos-mcp (MCP server for tools/data access).
- hypertopos Python library.
- Pre-built spheres (for real-time data operations).

## Application Scenarios: Versatile Use Cases

Hypertopos Skills applies to various data-intensive scenarios:
- **Data exploration**: gds-explorer + gds-analyst for quick GDS understanding.
- **Anomaly detection**: gds-detective + gds-scanner + gds-investigator for systematic discovery and root cause analysis.
- **Continuous monitoring**: gds-monitor for tracking data drift and state changes.
- **Financial security**: gds-fraud-investigator for AML and fraud detection.
- **Data space building**: gds-sphere-designer for end-to-end GDS construction.

## Future Development & Conclusion

**Current status**: Research phase (API may change, new skills added, existing ones optimized).
**Community**: Apache 2.0 license, encouraging contributions.
**Conclusion**: Hypertopos Skills fills the gap between 'what AI Agents can do' and 'how they should do it', serving as infrastructure for AI-assisted data investigation. It will become increasingly important as AI Agent capabilities advance.
