← Back to Skills Marketplace
lt8899789

Fei Du

by 无为上人 · GitHub ↗ · v1.0.17 · MIT-0
cross-platform ✓ Security Clean
350
Downloads
1
Stars
0
Active Installs
17
Versions
Install in OpenClaw
/install fei-du
Description
洞察提炼与模式识别,分析数据趋势、异常与差异,生成详尽分析报告以支持决策。
README (SKILL.md)

\r \r

非毒·分析魄 (Fei Du - Analyst)\r

\r

七魄之五·非毒\r 职掌:洞察提炼、模式识别、数据分析\r \r ---\r \r

技能简介\r

\r 「非毒·分析魄」是贫道的数据分析模块,职掌洞察提炼与模式识别。\r \r 核心职责:\r

  • 从数据中提取洞察\r
  • 识别规律与异常\r
  • 生成分析报告\r \r ---\r \r

技能ID\r

\r

fei-du\r
```\r
\r
---\r
\r
## 能力清单\r
\r
### 1. 数据分析 (analyze)\r
\r
分析给定数据,提取洞察。\r
\r
**输入**:`data` (object) - 待分析数据\r
```yaml\r
data:\r
  type: text|number|list|table\r
  content: 数据内容\r
  context: 背景上下文\r
```\r
\r
**输出**:\r
```yaml\r
insights:\r
  - key: 洞察主题\r
    value: 洞察内容\r
    confidence: 置信度(0-1)\r
  patterns: 发现的模式列表\r
  anomalies: 异常列表\r
```\r
\r
---\r
\r
### 2. 趋势识别 (trend)\r
\r
识别数据趋势。\r
\r
**输入**:`series` (array) - 时间序列数据\r
\r
**输出**:\r
```yaml\r
trend:\r
  direction: ascending|descending|stable|volatile\r
  changeRate: 变化率\r
  forecast: 预测值\r
  confidence: 置信度\r
```\r
\r
---\r
\r
### 3. 对比分析 (compare)\r
\r
对比两个或多个对象的差异。\r
\r
**输入**:`items` (array) - 待对比项\r
**输出**:\r
```yaml\r
comparison:\r
  similarities: 共同点\r
  differences: 差异点\r
  recommendation: 推荐\r
```\r
\r
---\r
\r
---\r
\r
## 聚合技能\r
\r
本魄作为分析中枢,洞察提炼与模式识别:\r
\r
| 现有技能 | 调用方式 | 整合说明 |\r
|---------|---------|---------|\r
| `github` | 调用 | GitHub 数据分析 |\r
| `stock-monitor` | 调用 | 股票数据分析 |\r
| `eastmoney-stock` | 调用 | 东方财富股票分析 |\r
| `china-stock-analysis` | 调用 | 中国股市分析 |\r
| `new-akshare-stock` | 调用 | AkShare A股分析 |\r
| `tushare-finance` | 调用 | Tushare金融数据分析 |\r
| `summarize` | 调用 | 内容总结分析 |\r
| `multi-search-engine` | 调用 | 搜索结果分析 |\r
| `image-reader` | 调用 | 图像内容分析 |\r
| `bodhi-three-hun-and-seven-po` | 元技能 | 三魂七魄根基,协调各魄 |\r
\r
---\r
\r
## 魂魄注解\r
\r
非毒洞察,洞若观火——模式识别,洞察本质。\r
Usage Guidance
This skill appears coherent and implements simple, local analysis functions without network calls or secret access. Before installing or enabling it broadly: 1) note the source/homepage is missing—if you need assurance, ask the author for a repository or provenance and review it; 2) check the other skills listed in SKILL.md (github, stock-monitor, tushare, etc.) because when this skill orchestrates them those skills may request API keys or access to sensitive data; 3) test the skill first with non-sensitive/sample data to validate outputs and edge cases (e.g., empty or zero-valued series can cause errors); 4) if you enable autonomous invocation, be aware that aggregated calls can expand the privilege surface—limit scope or require explicit approval for financial/account integrations.
Capability Analysis
Type: OpenClaw Skill Name: fei-du Version: 1.0.17 The skill bundle provides basic data analysis, trend identification, and comparison functions. The implementation in scripts/index.js uses standard JavaScript for statistical calculations and text processing without any network, file system, or sensitive data access. No malicious intent or prompt injection attempts were found.
Capability Assessment
Purpose & Capability
The name/description (data insight, pattern recognition) match the included implementation: analyze, trend, and compare functions in scripts/index.js. The required resources are minimal (no env vars, no binaries, no installs), which is appropriate for the described functionality.
Instruction Scope
SKILL.md describes acting as an analysis hub and lists many other skills (github, stock-monitor, tushare, etc.) that it may call/aggregate. The included JS does not itself call external services, but the documentation implies the agent will orchestrate other skills — that could surface additional behaviors depending on those skills' instructions/permissions. The skill's own runtime instructions do not request reading unrelated files or secrets.
Install Mechanism
No install spec is present and the skill is effectively instruction + a small local JS module. Nothing is downloaded or written to disk by an installer, and no third-party packages are pulled in by the skill itself.
Credentials
The skill declares no required environment variables or credentials, which is appropriate. However, because SKILL.md lists integrations with many external skills/services, those other skills (when invoked) may require credentials. This skill itself does not request or access secrets.
Persistence & Privilege
always is false and there is no code that modifies other skills or system-wide settings. The skill does not request permanent presence or elevated agent privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fei-du
  3. After installation, invoke the skill by name or use /fei-du
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.17
- Version updated from 1.0.16 to 1.0.17 in SKILL.md. - No other content changes detected.
v1.0.16
- Bumped version to 1.0.16 in SKILL.md. - No other changes detected.
v1.0.15
- Version updated to 1.0.15 in SKILL.md. - No content or feature changes detected; only metadata version increment.
v1.0.14
- Version updated to 1.0.14 in SKILL.md. - No functional or content changes detected besides the version number update.
v1.0.13
- Version updated to 1.0.13 in SKILL.md. - No other content changes detected.
v1.0.12
- Downgraded the skill version in SKILL.md from 2.0.1 to 1.0.12. - Removed metadata fields: skill_id, name, description, category, tags, platforms, capacity, load_strategy, and author from SKILL.md. - No functional changes to skill capabilities or documentation content.
v2.0.1
Version 2.0.1 introduces a new metadata structure and configuration for the skill. - Added structured YAML frontmatter, including fields like skill_id, name, category, tags, platforms, capacity, load_strategy, and author. - Deprecated legacy frontmatter (version field now within new fields). - No changes to core functionality, abilities, or documentation content. - Improves clarity and standardization for skill management and use.
v1.0.11
- Updated version to 1.0.11 in SKILL.md. - No other content or functionality changes detected.
v1.0.10
- Version updated to 1.0.10 in SKILL.md. - No functional or content changes; version bump only.
v1.0.9
- Version updated from 1.0.8 to 1.0.9 in SKILL.md. - No content or feature changes; only the version number increased.
v1.0.8
- Version updated to 1.0.8 in SKILL.md. - No functional or descriptive content changes.
v1.0.7
- Bumped version to 1.0.7 in SKILL.md. - No other content or functionality changes.
v1.0.6
- Bumped version to 1.0.6 in SKILL.md. - No other content changes.
v1.0.5
- Version updated to 1.0.5 in SKILL.md. - No other content changes detected.
v1.0.4
- Bumped version to 1.0.4 in SKILL.md. - No functional or content changes; documentation version update only.
v1.0.3
- Version updated from 1.0.2 to 1.0.3 in SKILL.md. - No functional changes; only version number was incremented.
v1.0.2
Version 1.0.2 of fei-du released. - Updated SKILL.md with thorough documentation of all capabilities, input/output formats, and integrated skills. - Clearly described core tasks: data analysis, pattern recognition, report generation. - Provided structured API details for "analyze", "trend", and "compare" abilities. - Listed compatible and aggregated skills for extended analysis features. - Added conceptual annotations and background on skill’s role.
Metadata
Slug fei-du
Version 1.0.17
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 17
Frequently Asked Questions

What is Fei Du?

洞察提炼与模式识别,分析数据趋势、异常与差异,生成详尽分析报告以支持决策。 It is an AI Agent Skill for Claude Code / OpenClaw, with 350 downloads so far.

How do I install Fei Du?

Run "/install fei-du" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Fei Du free?

Yes, Fei Du is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Fei Du support?

Fei Du is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Fei Du?

It is built and maintained by 无为上人 (@lt8899789); the current version is v1.0.17.

💬 Comments