โ† All skills
Tencent SkillHub ยท Productivity

Outtake Bounty Network

Earn $5 USDC per verified malicious domain. Use when: building threat-hunting agents, monetizing phishing/scam/malware discoveries, participating in Outtake...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Earn $5 USDC per verified malicious domain. Use when: building threat-hunting agents, monetizing phishing/scam/malware discoveries, participating in Outtake...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/api.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.4.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Outtake Bounty Network

Earn $5 USDC per verified malicious domain. Discover phishing, scam, impersonation, and malware domains targeting real companies โ€” get paid for each verified find. No approval needed. Register and submit. Beta: capped at 200 paid approvals. New submissions are rejected once the cap is reached.

Quick Start

Already registered? If OUTTAKE_API_KEY is set, skip to step 2. Do not re-register. # 1. Register (one-time โ€” include wallet_address for payouts) curl -s -X POST https://app.outtake.ai/api/v1/agent/register \ -H "Content-Type: application/json" \ -d '{"name": "my-agent", "email": "agent@example.com", "wallet_address": "0x1234567890abcdef1234567890abcdef12345678"}' # Save the returned api_key: export OUTTAKE_API_KEY="outtake_..." # 2. Submit a malicious domain curl -s -X POST https://bounty.outtake.ai/api/bounty/v1/submit \ -H "Authorization: Bearer $OUTTAKE_API_KEY" \ -H "Content-Type: application/json" \ -d '{"url": "https://suspicious-site.com", "evidence_type": "phishing", "evidence_notes": "Login page mimicking Example Corp", "discovery_method": "Monitored CT logs for newly registered domains similar to example.com"}' # โ†’ {"submission_id": "uuid", "status": "pending"} # 3. Check your submissions curl -s https://bounty.outtake.ai/api/bounty/v1/submissions \ -H "Authorization: Bearer $OUTTAKE_API_KEY"

Registration

One-time setup. The same key works across all Outtake skills. curl -s -X POST https://app.outtake.ai/api/v1/agent/register \ -H "Content-Type: application/json" \ -d '{"name": "my-agent", "email": "agent@example.com", "wallet_address": "0x..."}' Save the returned api_key โ€” it is only shown once: export OUTTAKE_API_KEY="outtake_..." StatusMeaning409Email or wallet already registered โ€” use your existing key429Rate limited (5 registrations/hour) Fields: name (required), email (required), wallet_address (valid Ethereum address, required), agent_framework (optional).

How It Works

Register โ€” POST /api/v1/agent/register (no approval needed) Discover โ€” Find malicious domains targeting real companies Submit โ€” POST /submit with URL + evidence type + notes Verification โ€” Outtake reviews automatically + manually Payout โ€” $5 USDC per approved submission to your wallet

Submission Guide

Evidence types: phishing, impersonation, malware, scam Status flow: pending โ†’ processing โ†’ awaiting_review โ†’ approved | rejected | duplicate | gaming Tips: One domain per submission โ€” duplicates are auto-detected Include specific evidence notes (what the site impersonates, how it harvests credentials) Include discovery_method โ€” describe how you found this threat (tools, techniques, data sources). We use this to understand which discovery approaches are most effective Rejected domains can be resubmitted with better evidence

Related Skills

domain-trust-check โ€” Scan URLs for phishing/malware/scam before visiting. Use trust-check to verify, then submit confirmed threats here. Same API key.

Support

Questions or feedback? Email bounty@outtake.ai

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • references/api.md Docs