← 返回 Skills 市场
350
总下载
1
收藏
0
当前安装
17
版本数
在 OpenClaw 中安装
/install fei-du
功能描述
洞察提炼与模式识别,分析数据趋势、异常与差异,生成详尽分析报告以支持决策。
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fei-du - 安装完成后,直接呼叫该 Skill 的名称或使用
/fei-du触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Fei Du 是什么?
洞察提炼与模式识别,分析数据趋势、异常与差异,生成详尽分析报告以支持决策。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 350 次。
如何安装 Fei Du?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fei-du」即可一键安装,无需额外配置。
Fei Du 是免费的吗?
是的,Fei Du 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Fei Du 支持哪些平台?
Fei Du 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Fei Du?
由 无为上人(@lt8899789)开发并维护,当前版本 v1.0.17。
推荐 Skills