← 返回 Skills 市场
muyanshouji

Income Explorer

作者 muyanshouji · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
283
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install income-explorer
功能描述
AI 变现路径探索助手 - 分析变现机会、生成报告、提供行动建议
使用说明 (SKILL.md)

AI 变现探索助手 (Income Explorer)

🎯 技能定位

帮助用户探索 AI 变现路径,分析市场机会,生成可执行的变现计划。

💡 核心能力

1. 市场调研

  • 搜索 ClawHub 技能市场
  • 分析 GitHub Trending 项目
  • 调研 AI 变现案例
  • 识别市场需求空白

2. 机会分析

  • 评估变现方向可行性
  • 分析竞争情况
  • 估算收入潜力
  • 识别风险因素

3. 报告生成

  • 生成变现路径报告
  • 提供数据支持
  • 列出行动步骤
  • 设置里程碑

4. 行动建议

  • 短期可行方案(1-2 周)
  • 中期发展计划(1 个月)
  • 长期战略规划(3 个月+)
  • 资源分配建议

🛠 可用工具

  • browser - 浏览 ClawHub、GitHub、Product Hunt 等网站
  • web_search - 搜索变现案例和趋势(需配置 Brave API)
  • exec - 运行分析脚本
  • read/write - 读写报告文件

📋 使用场景

当用户询问以下问题时使用此技能:

  1. "如何用 AI 赚钱?"
  2. "有什么 AI 变现路径?"
  3. "分析一下 AI 技能市场"
  4. "帮我制定变现计划"
  5. "探索 AI 副业机会"

🎯 工作流程

步骤 1: 需求分析

询问用户:

  • 技能背景(技术/非技术)
  • 可用时间(全职/兼职)
  • 收入目标
  • 兴趣方向

步骤 2: 市场调研

使用浏览器探索:

  • ClawHub 热门技能
  • GitHub Trending AI 项目
  • Product Hunt 新产品
  • Reddit/知乎变现案例

步骤 3: 机会评估

分析每个方向:

  • 市场需求
  • 竞争程度
  • 技术门槛
  • 变现周期

步骤 4: 生成报告

输出包含:

  • 市场数据
  • 推荐方向(3-5 个)
  • 详细行动计划
  • 预期收入范围

步骤 5: 持续跟踪

  • 记录执行情况
  • 调整策略
  • 分享成功经验

📊 变现方向库

技能开发类

  • ClawHub 技能发布
  • 开源项目变现
  • 付费技能/模板

内容创作类

  • AI 教程(B 站/抖音)
  • 技术文章(公众号/知乎)
  • 知识付费(课程/社群)

服务类

  • AI 助手定制
  • 自动化流程设计
  • 数据分析服务
  • 培训与咨询

产品类

  • SaaS 工具
  • 自动化脚本
  • AI 代理系统

⚠️ 注意事项

  1. 用户任务优先 - 变现探索不影响正常服务
  2. 合规第一 - 不触碰法律红线
  3. 成本意识 - 控制请求次数消耗
  4. 持续学习 - 跟随 AI 发展更新策略
  5. 实事求是 - 不夸大收入预期

📈 成功指标

  • 短期(1 周):完成市场调研,确定 3 个方向
  • 中期(1 月):获得第一笔收入(任何金额)
  • 长期(3 月):形成稳定变现路径

🚀 快速开始

当用户说"探索变现路径"或"如何用 AI 赚钱"时,主动使用此技能。


创建时间:2026-03-06 版本:v1.0.0 作者:KK (AI Assistant)

安全使用建议
This skill conceptually fits its description, but there are two notable gaps you should resolve before installing: (1) SKILL.md says web_search needs a 'Brave API' key, yet the skill declares no required environment variables — ask the author which API key or credential the skill needs and why, and verify how/where it will be stored; (2) the skill plans to use an 'exec' tool to run analysis scripts but doesn't say where those scripts come from or whether execution is sandboxed — running arbitrary scripts can access local files or network resources. Ask the maintainer to: declare any required env vars/credentials, provide examples of the analysis scripts or confirm they must be supplied by the user, and explain sandboxing or limits on exec. If you cannot get clear answers, avoid enabling the skill or run it in a restricted/test environment; revoke any API keys used for testing if you suspect misuse. Additional information (declared credentials, script provenance, sandboxing details) would raise my confidence and could change the verdict to benign.
功能分析
Type: OpenClaw Skill Name: income-explorer Version: 1.0.0 The 'income-explorer' skill is a standard AI assistant designed to help users identify and analyze AI monetization opportunities. The SKILL.md file outlines legitimate workflows for market research and report generation using standard tools like browser access and web search, with no evidence of malicious intent, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
Name and description match the runtime instructions: market research, opportunity analysis, report generation and actionable plans. The listed capabilities (browser, web_search, read/write, exec) are reasonable for those tasks. However, the SKILL.md references a 'Brave API' for web_search but the skill declares no required environment variables or primary credential — this is an unexplained mismatch.
Instruction Scope
Instructions stay on-topic (browse ClawHub/GitHub/Product Hunt/Reddit/知乎, evaluate opportunities, produce reports). Concern: the skill explicitly lists an 'exec' tool to 'run analysis scripts' but does not specify where scripts come from, who supplies them, or any sandboxing constraints — running arbitrary scripts can read local files or network resources unless restricted. The SKILL.md also tells the agent to '主动使用此技能' on specific user prompts (normal), but does not broaden scope to access unrelated system data.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk delivery mechanism. Nothing is written to disk by an installer step here.
Credentials
The instructions mention 'web_search (需配置 Brave API)' but the skill declares no required environment variables or credentials. That omission is inconsistent: if a web search API key (Brave or similar) is required, it should be declared. Absence of declared credentials prevents auditing what secrets the skill will request or use. Also, 'exec' implies potential need for filesystem or runtime access that isn't described.
Persistence & Privilege
Flags show always:false and no special persistent privileges. The skill does not request system-wide config changes or to alter other skills. Autonomous invocation is allowed by default but not combined with other high-risk factors here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install income-explorer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /income-explorer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of income-explorer. - Helps users explore AI monetization paths, analyze market opportunities, and generate actionable plans. - Core functions: market research, opportunity analysis, report generation, and action recommendations. - Integrates tools for web browsing, market searching, script execution, and report management. - Designed to respond to common questions about making money with AI, market analysis, and planning.
元数据
Slug income-explorer
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Income Explorer 是什么?

AI 变现路径探索助手 - 分析变现机会、生成报告、提供行动建议. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 283 次。

如何安装 Income Explorer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install income-explorer」即可一键安装,无需额外配置。

Income Explorer 是免费的吗?

是的,Income Explorer 完全免费(开源免费),可自由下载、安装和使用。

Income Explorer 支持哪些平台?

Income Explorer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Income Explorer?

由 muyanshouji(@muyanshouji)开发并维护,当前版本 v1.0.0。

💬 留言讨论