Jump to related tools in the same category or review the original source on GitHub.

PDF & Documents @mastrophot Updated 6/28/2026 262 downloads 0 stars Security: Pass

Near Phishing Detector OpenClaw Plugin & Skill | ClawHub

Looking to integrate Near Phishing Detector into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate pdf & documents tasks instantly, without having to write custom tools from scratch.

What this skill does

Detect potential phishing URLs and suspicious contracts targeting NEAR users.

Install

ClawHub CLI
openclaw skills install @mastrophot/near-phishing-detector
Node.js (npx)
npx clawhub@latest install near-phishing-detector

Full SKILL.md

Open original
Metadata table.
namedescription
near-phishing-detectorDetect potential phishing URLs and suspicious contracts targeting NEAR users.

SKILL.md content below is scrollable.

NEAR Phishing Detector Skill

Implementation entrypoint: {baseDir}/dist/index.js

Use this skill to quickly score suspicious links/contracts and generate actionable phishing reports.

Commands

@skill.command("near_phishing_check_url")
async def check_url(url: str) -> dict:
    """Check if URL is potential phishing"""

@skill.command("near_phishing_check_contract")
async def check_contract(contract: str) -> dict:
    """Check if contract is suspicious"""

@skill.command("near_phishing_report")
async def report_phishing(url: str, details: str) -> dict:
    """Report phishing attempt"""

@skill.command("near_phishing_database")
async def get_known_scams() -> list:
    """Get database of known scams"""

Notes

  • Designed for detection assistance, not legal determination.
  • Always verify with official NEAR channels before acting on high-risk links.
ClawHub Registry URL: https://clawhub.ai/mastrophot/skills/near-phishing-detector

Related skills

If this matches your use case, these are close alternatives in the same category.