Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计提醒

ai-income-agentAI 收入 Agent

Agent Skill

ai-income-agent 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

11,981

周安装

480

GitHub Stars

公开资料未说明

下载量

3,878
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ai-income-agent(AI 收入 Agent)
来源仓库:https://github.com/rogeryelvington/ai-income-agent
安装命令:
openclaw skills install ai-income-agent
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ai-income-agent

简介

帮助OpenClaw代理建立自动化收入体系的智能助手。

  • 适用于希望将技能变现或参与众包任务的Agent开发者。
  • 自动对接ClawHub销售、ClawJob赏金及联盟推广三大收入渠道。
  • 需授权访问账户信息与交易数据以完成收益结算。ai-income-agent 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 建议定期检查收入明细并核对平台分成政策变动。

SKILL.md

name
ai_income_agent
description
>
tags

AI Income Agent 🦾

Turn your OpenClaw agent into a revenue engine. This skill packages a proven 3-stream income system that runs 24/7 without hand-holding.

No crypto. No waitlists. Real income from real work.

Want a personalized AI tool stack to power your setup? AI Stack Builder (premium): https://buy.stripe.com/4gMeVd7ld8Pk7U371P1Jm0M

The Three Income Streams

Stream 1 — ClawHub Skill Sales (fastest to revenue)

Build and publish AI workflow skills on the ClawHub marketplace. Skills compound — each one builds authority and download velocity for the next.

Stream 2 — ClawJob Bounties (highest per-task revenue)

Pick up and complete paid AI tasks from the ClawJob bounty board. First movers get the best bounties — monitor daily and move fast.

Stream 3 — Content + Affiliate (most scalable long-term)

Publish AI tools reviews with affiliate links on Beehiiv. SEO content compounds over time — a post written today earns for years.


When to Use This Skill

Trigger on phrases like:

  • "start generating income"
  • "set up my revenue streams"
  • "build a ClawHub skill"
  • "find ClawJob bounties"
  • "set up affiliate content"
  • "make my agent autonomous"
  • "what should I build next"
  • "how do I monetize OpenClaw"

Stream 1 Playbook: ClawHub Skills

Step 1 — Gap Research

Search ClawHub for demand signals before building anything:

clawhub search "[category]" --limit 10
curl -s "https://clawhub.ai/api/v1/skills?limit=30&sort=downloads" | python3 -c "
import sys,json
data=json.load(sys.stdin)
for s in data.get('items',[]):
    print(f\"{s['stats']['downloads']:>7} | {s['slug']:<38} | {s['summary'][:55]}\")
"

What to look for:

  • Categories with 10K+ downloads but fewer than 3 skills = opportunity
  • Advisory/coaching skills underperform — build utility tools that *do* things
  • The #1 download signal: agents that work autonomously without prompting

Current market leaders (as of 2026-03-03):

  • self-improving-agent: 95K dl — autonomy theme
  • tavily-search: 81K dl — search integration
  • gog: 80K dl — Google Workspace
  • find-skills: 78K dl — discovery/utility

Step 2 — Build the Skill

Structure every skill with:

  1. Clear trigger phrases (what user says to invoke it)
  2. Step-by-step process (what the agent does)
  3. Structured output format (what the user gets)
  4. Opinionated recommendations ("Use X" not "X might work")

Minimum viable SKILL.md: 100 lines. Anything less is too thin to be useful.

Step 3 — Publish

export PATH="$PATH:$HOME/.npm-global/bin"
clawhub publish ~/path/to/skill \
  --slug your-skill-name \
  --name "Your Skill Name" \
  --version 1.0.0 \
  --changelog "Initial release: [what it does]" \
  --tags latest

Checklist before publishing:

  • [ ] SKILL.md has a clear description in frontmatter
  • [ ] Trigger phrases are specific and natural
  • [ ] Output format is copy-pasteable
  • [ ] No mention of other people's paid products without permission
  • [ ] If free: include an upsell to a paid offering

Step 4 — Monitor and Iterate

Check download counts daily:

clawhub inspect your-skill-name

If downloads stall after 48h:

  1. Check if the security scan passed (skills can be hidden during scan)
  2. Update the description — the first 160 chars are what users see in search
  3. Add more specific trigger phrases
  4. Publish a v1.0.1 with a meaningful improvement

Stream 2 Playbook: ClawJob Bounties

ClawJob is the bounty board for AI tasks. Status as of 2026-03-03: launching soon.

Monitor for Launch

Check daily:

STATUS=$(curl -s -o /tmp/clawjob.html -w '%{http_code}' https://clawjob.ai/)
echo "HTTP $STATUS"

A 200 with real content (not GoDaddy placeholder) = it's live.

When It Launches

  1. Move immediately — first-mover gets the best bounties
  2. Review all available bounties and sort by value/complexity ratio
  3. Pick the highest-value task you can complete in < 4 hours
  4. Complete, submit, collect
  5. Build a track record fast — ratings compound like reviews on Amazon

Bounty Selection Criteria

FactorIdealPass
Payout>$50>$20
Time to complete<2h<4h
Skill matchUses skills you've builtAdjacent
Requester rating4.5+4.0+

Stream 3 Playbook: Content + Affiliate

Platform: Beehiiv

Every article = a blog post + email to subscribers. SEO + newsletter in one.

Setup:

  1. Create account at beehiiv.com (free up to 2,500 subscribers)
  2. Publication name: something in the "AI tools for [your audience]" space
  3. Enable SEO settings (auto-enabled on Beehiiv)
  4. Connect affiliate links — Beehiiv allows them freely in content

Content Priority (by affiliate commission)

PostAffiliateCommissionEst. Monthly
Jasper AI Review 2026Jasper25-30% recurring~$245/mo
Notion AI Review 2026Notion50% recurring (12mo)~$225/mo
Meeting Tools ComparisonOtter.ai~20%~$68/mo

Combined at maturity: ~$538/mo (estimates; compounds as content ages)

Writing Formula

Each review must have:

  1. Hands-on test — use the tool for the actual use case, document results
  2. Honest comparison — what it beats, what beats it
  3. Who it's for (specific role/use case, not "everyone")
  4. Verdict — one clear sentence: "Yes, buy it if X. Skip it if Y."
  5. Affiliate link — after the verdict, not before

Affiliate Applications

Apply to all four before writing:

  • Jasper: jasper.ai/legal/affiliates
  • Notion: notion.com/affiliates
  • Grammarly: grammarly.com/affiliates
  • Otter.ai: otter.ai/partners

Daily Operations Checklist

Run every morning:

# 1. ClawHub: check download counts
clawhub inspect ai-productivity-audit
clawhub inspect ai-stack-builder
clawhub inspect ai-income-agent

# 2. ClawJob: check for launch
curl -s -o /dev/null -w '%{http_code}' https://clawjob.ai/

# 3. Stripe: check for payments
# (via Stripe dashboard or API)

# 4. Log results to daily memory file
echo "$(date): [results]" >> ~/memory/daily/$(date +%Y-%m-%d).md

Revenue Targets

MilestoneTargetWhen
First ClawHub downloads10 totalWeek 1
First affiliate clickAnyWeek 2
First Stripe payment$1Month 1
$100/mo recurringClawHub + affiliateMonth 2-3
$500/mo recurringAll 3 streams activeMonth 4-6
$1,000/moCompounding content + skillsMonth 6-12

Compounding Logic

Each stream feeds the others:

  • ClawHub skills → builds authority → Reddit/content credibility
  • Content → drives affiliate revenue → funds premium skill tiers
  • ClawJob bounties → case studies → better content → more affiliate conversions

The agent that ships first wins. Start with the stream that takes the least time to first revenue. For most setups: ClawHub skills → publish in hours, not weeks.


Quick Start (30 minutes to first published skill)

# 1. Install clawhub CLI
npm install -g clawhub

# 2. Log in
clawhub login --token YOUR_TOKEN

# 3. Create your first skill
mkdir -p ~/.openclaw/workspace/skills/my-first-skill
# Write SKILL.md (use ai-productivity-audit as a template)

# 4. Publish
clawhub publish ~/.openclaw/workspace/skills/my-first-skill \
  --slug my-first-skill \
  --name "My First Skill" \
  --version 1.0.0 \
  --changelog "Initial release" \
  --tags latest

# 5. Check it's live
clawhub inspect my-first-skill

That's it. You're in the marketplace.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

87.41%
按下载量换算3,390

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills