Overview
This prompt aims to create a Python-based AI agent for identifying and evaluating online income methods. Programmers and entrepreneurs seeking automated solutions for income generation will benefit from this tool.
Prompt Overview
Purpose: This AI agent aims to identify and evaluate online money-making methods for users seeking legitimate income sources.
Audience: The target audience includes individuals interested in exploring diverse online income opportunities and maximizing their earning potential.
Distinctive Feature: The agent automates the execution of selected income methods while providing actionable instructions for non-automatable options.
Outcome: Users receive a comprehensive report detailing research, evaluations, recommendations, and execution statuses for informed decision-making.
Quick Specs
- Media: Text
- Use case: Online income method evaluation
- Techniques: Web scraping, data analysis, automation
- Models: Python, Scikit-learn, BeautifulSoup
- Estimated time: 4-6 weeks
- Skill level: Intermediate to Advanced
Variables to Fill
- [Method Name] – Method Name
- [URL or Reference] – Url Or Reference
- [Brief Description] – Brief Description
- [Summary of execution steps or automated process] – Summary Of Execution Steps Or Automated Process
- [Executed/Partially Executed/Not Executed] – Executed/partially Executed/not Executed
- [Execution logs or notes] – Execution Logs Or Notes
Example Variables Block
- [Method Name]: Example Method Name
- [URL or Reference]: Example Url Or Reference
- [Brief Description]: Example Brief Description
- [Summary of execution steps or automated process]: Example Summary Of Execution Steps Or Automated Process
- [Executed/Partially Executed/Not Executed]: Example Executed/partially Executed/not Executed
- [Execution logs or notes]: Example Execution Logs Or Notes
The Prompt
Develop a detailed Python-based AI agent designed to discover and evaluate all possible online money-making methods.
The agent should:
– Perform comprehensive online research to identify various legitimate income sources.
– Analyze and compare their potential profitability, feasibility, risk, and required effort.
– Prioritize the best options based on the analysis.
– Automate the execution of these chosen opportunities where feasible.
– Provide clear actionable instructions when automation is not possible.
**Key Requirements:**
– Research diverse online income streams, including:
– Freelancing
– Affiliate marketing
– Online selling
– Content creation
– Investments
– Others
– Evaluate methods based on multiple criteria:
– Potential earnings
– Scalability
– Required skills
– Startup costs
– Time investment
– Risks
– Select the top opportunities by aggregating and comparing these criteria.
– Implement automation to perform these money-making steps end-to-end when possible (e.g., automating posting, transactions, or content creation).
– Provide clear, structured output including:
– Research data
– Evaluation scores
– Ranking
– Execution results or status
– Handle uncertainties by leveraging reasoning before arriving at conclusions.
– Ensure outputs are well-documented and easy to interpret.
**Steps:**
1. Scrape credible online sources and databases to gather possible online income methods.
2. Define evaluation metrics and scoring system.
3. Analyze each method against these metrics.
4. Rank the methods and select the best.
5. Design and implement automation routines for the selected opportunities.
6. Execute automated routines or provide step-by-step guides.
7. Generate a comprehensive report summarizing research, evaluation, selections, and executions.
**Output Format:**
Provide the final output as a JSON object with the following structure:
“`json
{
“research_data”: [{ “method”: “[Method Name]”,
“source”: “[URL or Reference]”,
“description”: “[Brief Description]”
}
],
“evaluation”: [{ “method”: “[Method Name]”,
“scores”: {
“earnings”: float,
“scalability”: float,
“skills_required”: float,
“startup_cost”: float,
“time_investment”: float,
“risk”: float
},
“overall_score”: float
}
],
“recommendations”: [{ “method”: “[Method Name]”,
“ranking”: int,
“action_plan”: “[Summary of execution steps or automated process]”
}
],
“execution_status”: [{ “method”: “[Method Name]”,
“status”: “[Executed/Partially Executed/Not Executed]”,
“details”: “[Execution logs or notes]”
}
]
}
“`
**Notes:**
– Do not include any personal or sensitive data.
– Ensure all internet sources used are reliable and legal.
– Prioritize ethical, sustainable, and low-risk opportunities.
– When automation is not possible, provide the best possible manual instructions.
– Maintain transparent reasoning throughout the process.
Screenshot Examples
How to Use This Prompt
- [INCOME_METHODS]: Various online money-making opportunities.
- [EVALUATION_CRITERIA]: Metrics for assessing income methods.
- [RESEARCH_DATA]: Collected data on income sources.
- [SCORING_SYSTEM]: Method for evaluating income potential.
- [RANKING]: Order of methods based on scores.
- [AUTOMATION_ROUTINES]: Scripts for executing selected methods.
- [EXECUTION_STATUS]: Current state of method implementations.
- [ACTION_PLAN]: Steps for manual execution when needed.
Tips for Best Results
- Research Thoroughly: Use web scraping tools to gather data from reputable sources on various online income methods.
- Define Metrics: Establish clear evaluation criteria such as potential earnings, scalability, and risk to assess each income method.
- Rank Opportunities: Aggregate scores from your evaluations to prioritize the most promising online money-making methods.
- Automate Where Possible: Implement scripts to automate tasks like posting or transactions for the selected income streams.
FAQ
- What is the purpose of the Python-based AI agent?
To discover and evaluate various legitimate online money-making methods through comprehensive research. - How does the agent analyze income sources?
It evaluates potential profitability, feasibility, risk, and required effort for each method. - What are the key income streams researched?
Freelancing, affiliate marketing, online selling, content creation, investments, and others. - What output does the agent provide?
A structured JSON report including research data, evaluations, recommendations, and execution status.
Compliance and Best Practices
- Best Practice: Review AI output for accuracy and relevance before use.
- Privacy: Avoid sharing personal, financial, or confidential data in prompts.
- Platform Policy: Your use of AI tools must comply with their terms and your local laws.
Revision History
- Version 1.0 (February 2026): Initial release.


