← Back to Skills Marketplace
wizelements

Surplus Funds Recovery System

by Solomon Watkins · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
54
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install surplus-funds-recovery
Description
Turn unclaimed government funds into passive income. Automated scanning, skip-tracing, SMS outreach, e-signature capture, and claim filing.
README (SKILL.md)

Surplus Funds Recovery System

Turn unclaimed government funds into passive income with this complete automation system.

The Business Model

  • Property foreclosures create surplus funds (sale price > taxes owed)
  • Previous owners usually don't know this money exists
  • You find it, contact them, file claims, earn 20-30% finder's fee
  • Example: $223K surplus → $56K fee in ~30 minutes of work

What's Included

  • Automated county record scanning (Fulton County GA)
  • Skip-tracing integration (Intelius/TrueCaller APIs)
  • SMS outreach templates with compliance safeguards
  • Digital signature capture (RabbitSign/DocuSign)
  • Auto-populated claim form generation
  • Payment tracking & split calculation
  • Full audit trail for compliance

ROI Example

  • 1 case/week = $290K/year (mostly passive after filing)
  • Cost per case: $3-5 (skip trace + SMS)
  • Your fee: 20-30% of surplus amounts

Quick Start

# Configure your business
export BUSINESS_NAME="Your Recovery Business"
export YOUR_FEE_PERCENT=25
export YOUR_PHONE="+1-XXX-XXX-XXXX"

# Run automated scan
npm run scan-fulton --min-amount 10000

# Review flagged high-value cases
cat surplus-cases.json | jq '.[] | select(.amount > 50000)'

# Auto-skip-trace and send compliant SMS
node scripts/skip-trace-owner.js --case CASE-123
node scripts/send-sms-campaign.js --case CASE-123 --template standard

Requirements

  • Termux (Android) or Linux environment
  • Node.js v16+
  • OpenClaw agent system
  • API keys: Intelius, Twilio, RabbitSign

Support

Email: [email protected]

Usage Guidance
Review carefully before installing. Use only if you have a documented legal basis to process claimant data, contact recipients, collect signatures, and file claims in the relevant jurisdiction. Configure external providers deliberately, verify recipients manually, keep SMS opt-out handling and rate limits, and do not run outreach or filing steps automatically without human approval.
Capability Assessment
Purpose & Capability
The stated purpose coherently matches the advertised capabilities, but those capabilities include skip-tracing, external SMS outreach, e-signature capture, payment splitting, and claim filing, which are high-impact actions involving personal data and legally significant workflows.
Instruction Scope
The quick start tells users to run automated scanning, skip-tracing, and SMS campaign commands, but does not require recipient verification, consent/legal-basis checks, opt-out handling, test mode, or explicit approval before outreach or filing actions.
Install Mechanism
The submitted artifact contains only README.md, SKILL.md, and skill.json, with no executable scripts included; static scan was clean and there is no VirusTotal telemetry.
Credentials
Requiring Intelius, Twilio, and RabbitSign API keys is consistent with the purpose, but the documentation under-discloses what personal data would be sent to those third-party services and what compliance obligations apply.
Persistence & Privilege
No persistence mechanism, background worker, credential harvesting, or privilege escalation is present in the submitted files, but the advertised business workflow would create audit trails and handle sensitive claimant/contact records without documented retention or deletion controls.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install surplus-funds-recovery
  3. After installation, invoke the skill by name or use /surplus-funds-recovery
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - automated surplus funds recovery for Fulton County GA
Metadata
Slug surplus-funds-recovery
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Surplus Funds Recovery System?

Turn unclaimed government funds into passive income. Automated scanning, skip-tracing, SMS outreach, e-signature capture, and claim filing. It is an AI Agent Skill for Claude Code / OpenClaw, with 54 downloads so far.

How do I install Surplus Funds Recovery System?

Run "/install surplus-funds-recovery" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Surplus Funds Recovery System free?

Yes, Surplus Funds Recovery System is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Surplus Funds Recovery System support?

Surplus Funds Recovery System is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Surplus Funds Recovery System?

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

💬 Comments