near-phishing-detector

Detect potential phishing URLs and suspicious contracts targeting NEAR users.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "near-phishing-detector" with this command: npx skills add mastrophot/near-phishing-detector

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

Shieldapi

ShieldAPI — x402 Security Intelligence for AI Agents. 11 endpoints: password range check (k-anonymity), password check (deprecated), email breach lookup, dom...

Registry SourceRecently Updated
5360Profile unavailable
Security

Network AI

Local Python orchestration skill: multi-agent workflows via shared blackboard file, permission gating, token budget scripts, and persistent project context....

Registry SourceRecently Updated
Security

Skill Forge

Detect repeated capability gaps, convert recurring user needs into candidate skills, scaffold new OpenClaw-compatible skills, and validate them before instal...

Registry SourceRecently Updated
2311Profile unavailable
Security

Argus Pro — Code Intelligence Scanner

Argus Pro — Code Intelligence Scanner. Scan Python and JavaScript codebases with 40+ rules covering security, bugs, performance, and code quality. Get prio...

Registry SourceRecently Updated
350Profile unavailable