Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Environment variables
.env
.env.*

# Secrets and tokens
*token*
*secret*
*key*

# Private wallet files
*.json
*.wallet
*.key

# Captcha images
captchas/
*.png
*.jpg
*.jpeg
*.gif

# Personal profile forms
profiles/
personal/
*.pdf
*.doc
*.docx
12 changes: 12 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Agent Rules and Guidelines

This workbench is for legal AI-assisted earning workflows. To maintain integrity and safety, the following rules are strictly enforced:

- **No Fake Reviews:** Do not generate or post fake reviews for products or services.
- **No Fake Survey Profiles:** Do not create or use fake profiles for surveys.
- **No Fabricated Demographics:** Do not use or provide fabricated demographic information.
- **No Auto-Clicking:** Do not use or implement automated clicking tools or scripts.
- **No VPN/Proxy Evasion:** Do not attempt to evade regional restrictions using VPNs or proxies.
- **No Deposits/Trading/Gambling:** Do not participate in or facilitate deposits, trading, or gambling/casino activities.
- **No Uploading Secrets:** Never upload API keys, tokens, private keys, or any other sensitive credentials.
- **No Sensitive Data:** Do not include email addresses, PayPal data, cookies, KYC data, or personal profile data.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# money-agent-workbench
# Money Agent Workbench

This repository serves as a public, non-sensitive workbench for legal AI-assisted earning workflows. It contains only public work artifacts and is designed to demonstrate professional capabilities without exposing sensitive information.

## Repository Contents

- **agent-prompts/**: Collection of reusable AI prompts.
- **deliverables/**: Examples of work produced.
- **offers/**: Service offers and descriptions.
- **public-reports/**: Sanitized reports and analysis.
- **templates/**: Reusable document and workflow templates.

## Principles

This repository contains **only public work artifacts**:
- Prompts
- Templates
- Service offers
- Sanitized reports
- Deliverable examples

**Note:** This repository does NOT contain API keys, tokens, email addresses, PayPal data, cookies, private wallet keys, KYC data, captchas, or personal profile data.
Empty file added agent-prompts/.gitkeep
Empty file.
Empty file added deliverables/.gitkeep
Empty file.
Empty file added offers/.gitkeep
Empty file.
Empty file added public-reports/.gitkeep
Empty file.
Empty file added templates/.gitkeep
Empty file.