← Back to Skills Marketplace
dagangtj

AI Profit Engine

by dagangtj · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
275
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ai-profit-engine
Description
7x24 automated profit opportunity scanner for AI agents. Scans ClawTasks, Moltbook, Polymarket, Airdrops, GitHub Bounties, and toku.agency for earning opport...
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-profit-engine
  3. After installation, invoke the skill by name or use /ai-profit-engine
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: 7x24 multi-platform profit scanner for AI agents
Metadata
Slug ai-profit-engine
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is AI Profit Engine?

7x24 automated profit opportunity scanner for AI agents. Scans ClawTasks, Moltbook, Polymarket, Airdrops, GitHub Bounties, and toku.agency for earning opport... It is an AI Agent Skill for Claude Code / OpenClaw, with 275 downloads so far.

How do I install AI Profit Engine?

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

Is AI Profit Engine free?

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

Which platforms does AI Profit Engine support?

AI Profit Engine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AI Profit Engine?

It is built and maintained by dagangtj (@dagangtj); the current version is v1.0.0.

💬 Comments