← 返回 Skills 市场
okfreelancerai

Badman — AI Agent Rental

作者 Mister fantastic · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
162
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install badman-agent-rental
功能描述
Autonomous AI agent for entrepreneurs managing lead prospecting, email replies, job applications, and social media content automatically.
使用说明 (SKILL.md)

Badman — Autonomous Business Agent for OpenClaw

Badman is a production-grade autonomous agent that runs 24/7 on your hardware. He handles prospecting, email management, lead qualification, content generation, and job applications — freeing you to focus on closing deals and growing your business.

Built on Base44 backend infrastructure. Deployable via OpenClaw. Works with WhatsApp, Telegram, Discord, Gmail, and more.


What Badman Does

Task What Happens
📧 Email Manager Monitors Gmail inbox, drafts professional replies, auto-attaches CV or supporting docs, sends on your behalf
🔍 Lead Prospector Finds potential customers, qualifies them, categorizes by fit, prepares outreach templates
📝 Content Generator Creates weekly social media posts (Twitter, TikTok, LinkedIn) — scheduled, posted, tracked
💬 Auto-Responder Replies to WhatsApp/Telegram when you're offline with professional message + links to your sales page
💼 Job Application Agent Monitors job inboxes, responds with personalized cover letters + CV automatically

All tasks run autonomously in the background. You set it once, it works forever.


Real-World Use Cases

💡 Freelancer / Solo Founder

Problem: Spending 3 hours daily on emails, messages, and follow-ups instead of doing billable work.

Solution: Badman monitors all channels, responds instantly, qualifies leads, and surfaces only high-value opportunities. You reclaim 20+ hours/week.

Result: $500-2000 extra revenue per month (time saved × your hourly rate).


📈 B2B Sales Team (2-5 people)

Problem: Leads come in but die in follow-up. Reps are drowning in admin.

Solution: Badman auto-qualifies inbound leads, sends personalized follow-ups, flags hot prospects, prepares pitch decks.

Result: 40% faster sales cycle. 25% higher conversion rate.


🎯 Startup Founder

Problem: Need to wear all hats. Can't hire yet. Burning out.

Solution: Badman becomes your first "hire" — handles operations, customer emails, lead pipeline, social media.

Result: Focus on product. Badman handles growth.


How It Works

Installation

openclaw skills install badman-agent-rental

Configuration

{
  "agent_name": "Badman",
  "owner_name": "your_name",
  "integrations": {
    "gmail": true,
    "whatsapp": true,
    "telegram": true
  },
  "automations": {
    "email_check_interval": "6 hours",
    "marketing_content_day": "Monday",
    "marketing_content_time": "09:00 UTC"
  }
}

First Run

  1. Connect Gmail (OAuth)
  2. Connect WhatsApp/Telegram (optional)
  3. Set your business details + brand voice
  4. Let Badman learn your style from past emails
  5. Review first few auto-replies before fully autonomous

Pricing & Licensing

Badman operates on a subscription model via Agent Rental:

  • Starter: €99/month — Email manager + Auto-responder
  • Growth: €299/month — + Lead prospector + Content generator
  • Scale: €799/month — Everything + Custom integrations + Priority support

OpenClaw community discount: 20% off first 3 months

Visit: https://agentrental.tiiny.site


Security & Privacy

✅ Runs on your hardware — data never leaves your machine ✅ End-to-end encrypted integrations (Gmail, WhatsApp) ✅ Open-source codebase — audit whenever you want ✅ No data selling — it's your business data ✅ GDPR compliant


Support & Community


Tags

agent business autonomous prospecting email-management lead-qualification marketing entrepreneur b2b saas productivity automation


Version: 1.0.0
Author: Karim Ourkia — Agent Rental
License: Proprietary (Base44 Backend)
Updated: April 2, 2026

安全使用建议
This package is mostly marketing and documentation, not an actual runnable agent. Before installing or connecting any accounts: 1) Ask the author for the runtime code or a link to the repository and audit it (verify the GitHub repo and review the licensing). 2) Clarify the data flow: exactly what runs locally vs on Base44 or Agent Rental servers, and where OAuth tokens and message content are sent or stored. 3) Request explicit details on what credentials (Gmail OAuth, WhatsApp/Telegram connectors, model API keys) are required and how they are protected. 4) If you plan to connect Gmail or messaging accounts, create scoped/test accounts first and verify behavior. 5) Avoid entering sensitive production credentials or granting broad OAuth scopes until you confirm the implementation and hosting are acceptable. If the author cannot provide source code and a clear technical architecture, treat this skill as untrusted.
功能分析
Type: OpenClaw Skill Name: badman-agent-rental Version: 1.2.0 The 'Badman' agent bundle describes an autonomous system designed to manage high-risk communication channels, including Gmail, WhatsApp, Telegram, and Discord. While these capabilities are aligned with the stated purpose of business automation in SKILL.md and agent.json, they represent a significant security surface (reading/sending emails and messages). The bundle lacks the actual implementation code for the mentioned 'Base44' backend, and the use of a free hosting service (tiiny.site) for a high-cost subscription model is a minor red flag. No explicit malicious intent or prompt injection attacks were found, but the high-risk nature of the requested access warrants a suspicious classification.
能力标签
cryptorequires-oauth-token
能力评估
Purpose & Capability
The skill advertises a production-grade autonomous agent that runs 24/7 on your hardware and is 'open-source', yet the bundle contains no runtime code or install spec — only documentation. It also references a Base44 backend and a paid 'Agent Rental' hosting model, which contradicts the 'runs on your hardware / data never leaves your machine' claim. agent.json lists external models (claude-3-5-sonnet, gpt-4o) and channels (whatsapp/telegram/discord) that would normally require credentials or platform integration, but the skill declares no required env vars or binaries.
Instruction Scope
SKILL.md tells users to 'Connect Gmail (OAuth)', 'Connect WhatsApp/Telegram', and 'Let Badman learn your style from past emails' — actions that require access to private message content and OAuth configuration. However the instructions do not explain where processing happens (locally vs remote), who hosts the models, or how OAuth client secrets/tokens are stored. The doc is otherwise high-level marketing copy, lacking concrete runtime steps, safety controls, or privacy details for the requested integrations.
Install Mechanism
There is no install specification or shipped code (instruction-only). That minimizes direct install risk, but it also means the skill as-published cannot implement the autonomous features it promises without additional components. Marketing files reference publishing to ClawHub/ClawHub CLI, but no binary or download URL is present.
Credentials
The skill requires access to sensitive services (Gmail, WhatsApp, Telegram, and external LLM models) according to its description, yet declares no required environment variables, credentials, or config paths. This mismatch is concerning because OAuth tokens, API keys, or platform credentials will be necessary in practice; the skill gives no guidance on what will be requested, how tokens are stored, or whether data leaves the device. Also the README/SKILL.md contain conflicting statements about being 'open-source' vs 'Proprietary (Base44 Backend)', which affects trust in how credentials and data would be handled.
Persistence & Privilege
The skill does not request 'always: true' and is user-invocable only. It does not contain code that modifies other skills or system-wide settings. Because it's instruction-only, it cannot persist executables into the environment by itself. However, if a follow-up implementation is provided later, persistence behavior should be re-evaluated.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install badman-agent-rental
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /badman-agent-rental 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Moltbook integration, GitLawb bounty scanner, ClawPump token launch support
v1.1.0
v1.1 — Enhanced skill description, real-world metrics added, improved discovery tags, tech stack documented.
v1.0.0
First release — autonomous business agent for entrepreneurs. Handles email, marketing, prospecting and lead qualification.
元数据
Slug badman-agent-rental
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Badman — AI Agent Rental 是什么?

Autonomous AI agent for entrepreneurs managing lead prospecting, email replies, job applications, and social media content automatically. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。

如何安装 Badman — AI Agent Rental?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install badman-agent-rental」即可一键安装,无需额外配置。

Badman — AI Agent Rental 是免费的吗?

是的,Badman — AI Agent Rental 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Badman — AI Agent Rental 支持哪些平台?

Badman — AI Agent Rental 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Badman — AI Agent Rental?

由 Mister fantastic(@okfreelancerai)开发并维护,当前版本 v1.2.0。

💬 留言讨论