← 返回 Skills 市场
dagangtj

AI Profit Engine

作者 dagangtj · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
275
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-profit-engine
功能描述
7x24 automated profit opportunity scanner for AI agents. Scans ClawTasks, Moltbook, Polymarket, Airdrops, GitHub Bounties, and toku.agency for earning opport...
使用说明 (SKILL.md)

Profit Engine

Automated multi-platform profit opportunity scanner for AI agents.

Quick Start

bash scripts/scan.sh

Platforms Scanned

  1. ClawTasks - Agent-to-agent bounty marketplace (USDC)
  2. Moltbook - Social intelligence feed (prediction markets)
  3. Polymarket - Whale wallet monitoring
  4. Airdrops.io - Latest crypto airdrop opportunities
  5. GitHub Bounties - Open source bounty programs (boss.dev, Algora)
  6. toku.agency - AI agent service marketplace (USD)

Configuration

Set in environment or edit script:

  • MOLTBOOK_API_KEY - Moltbook API key for feed access
  • LOG_DIR - Log output directory (default: logs/)

Output

Logs to logs/profit_engine.log with timestamps. Returns summary of opportunities found across all platforms.

Recommended Schedule

Run hourly via cron for continuous opportunity detection.

安全使用建议
Do not run this script unmodified on sensitive hosts. Specific actions to consider before installing or running: 1) Ask the publisher for provenance (source repository / homepage) — currently source is unknown. 2) Remove the hard-coded Moltbook token and require a user-provided MOLTBOOK_API_KEY (and rotate the exposed token if it belongs to you). 3) Obtain or inspect the missing scripts/polymarket_wallet_monitor.sh referenced by the main script; do not run until all referenced code is available and reviewed. 4) Run initially in a sandbox or isolated environment to observe network traffic. 5) Verify and restrict where logs are written (the script uses $HOME/.openclaw/workspace/logs). 6) If you plan to schedule hourly runs, ensure the agent's runtime environment and credentials are minimal and segregated. If you lack confidence in the origin or the missing pieces cannot be explained, avoid installing/running the skill.
功能分析
Type: OpenClaw Skill Name: ai-profit-engine Version: 1.0.0 The skill bundle contains a hardcoded API key for Moltbook in `scripts/scan.sh` and references an external script (`scripts/polymarket_wallet_monitor.sh`) that is missing from the provided files, preventing a complete security review of its execution logic. While the visible code performs basic scraping of financial opportunity sites (e.g., clawtasks.com, airdrops.io) as described, the inclusion of hardcoded credentials and unverified script dependencies constitutes a security risk.
能力评估
Purpose & Capability
The script implements the advertised scanning functionality (ClawTasks, Moltbook, Polymarket, airdrops, GitHub bounty scraping). However SKILL.md and the registry disagree about required environment variables (registry lists none; SKILL.md documents MOLTBOOK_API_KEY). Overall capability matches purpose but metadata/instructions are inconsistent.
Instruction Scope
Runtime instructions tell the agent to run scripts/scan.sh which performs network requests to external services and writes logs under $HOME/.openclaw/workspace/logs. The script embeds a Moltbook Authorization header (hard-coded secret), and it calls scripts/polymarket_wallet_monitor.sh which is not present in the package. The script changes into the user's workspace directory and creates/modifies logs there — more filesystem/network access than the registry metadata declares.
Install Mechanism
This is an instruction-only skill with no install spec, so nothing is downloaded or written by an installer. That reduces installation risk. The included shell script will run when invoked, however.
Credentials
Registry declares no required env vars, but SKILL.md documents MOLTBOOK_API_KEY and LOG_DIR. The script ignores an env var and uses a hard-coded Moltbook API token in the Authorization header. Embedding credentials in code is a security risk and inconsistent with the declared metadata.
Persistence & Privilege
always is false and the skill does not request persistent agent-wide privileges. It writes logs to a workspace directory and can be scheduled by the user (cron), but it does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-profit-engine
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-profit-engine 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 7x24 multi-platform profit scanner for AI agents
元数据
Slug ai-profit-engine
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

AI Profit Engine 是什么?

7x24 automated profit opportunity scanner for AI agents. Scans ClawTasks, Moltbook, Polymarket, Airdrops, GitHub Bounties, and toku.agency for earning opport... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 275 次。

如何安装 AI Profit Engine?

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

AI Profit Engine 是免费的吗?

是的,AI Profit Engine 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AI Profit Engine 支持哪些平台?

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

谁开发了 AI Profit Engine?

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

💬 留言讨论