tradevind-agent
v1.0.0
Published
TradeVind local submission agent for automated job applications
Readme
TradeVind Submission Agent
Automates job application submissions on ATS platforms.
Setup
- Install the agent:
npm install -g tradevind-agent - Generate a token in TradeVind Settings > Application Automation
- Start:
tradevind-agent start --token YOUR_TOKEN
Supported Platforms
- Workday
- Greenhouse
- Lever
- iCIMS
How It Works
- TradeVind queues approved jobs for submission
- This agent polls for pending jobs every 30 seconds
- For each job, it opens a browser and fills the application
- Results are reported back to TradeVind
- If a question can't be answered, you'll get a notification
Commands
# Start the agent
tradevind-agent start --token YOUR_TOKEN
# Start with options
tradevind-agent start --token YOUR_TOKEN --interval 60 --headless false
# Check agent status
tradevind-agent status
# Stop the agent
tradevind-agent stopOptions
| Option | Default | Description |
|--------|---------|-------------|
| --token | required | Your TradeVind API token |
| --interval | 30 | Polling interval in seconds |
| --headless | false | Run browser in headless mode |
| --base-url | https://tradevind.com | API base URL |
Safety
- Never submits with low-confidence answers
- Pauses and asks for input on unknown questions
- Screenshots every confirmation page
- All actions logged in TradeVind audit trail
Files
The agent stores data in ~/.tradevind/:
cache/- Downloaded resumes and cover letterslogs/- Daily log filesagent.pid- PID file for the running agent
