miraix-binance-agent-firewall

Use this skill when the user wants to audit a Binance trading prompt, decide whether an AI trader should get Binance account permissions, return Pass/Warn/Block with guardrails, identify allowed/watch-only/blocked symbols, rewrite the prompt into a safer operating mode, or generate a share card URL for the probation report.

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 "miraix-binance-agent-firewall" with this command: npx skills add richard7463/miraix-binance-agent-firewall

Miraix Binance Agent Firewall

Use this skill to judge whether an AI trading prompt is safe enough to touch a Binance account. It is backed by Miraix public endpoints and Binance public market data.

Public endpoints:

  • Audit API: https://app.miraix.fun/api/binance-agent-firewall
  • Share image: https://app.miraix.fun/api/binance-agent-firewall/share-image

When to use it

  • The user pasted a Binance or crypto trading prompt and wants a safety audit.
  • The user asks whether an AI trader should get spot, futures, margin, transfer, or withdraw permissions.
  • The user wants guardrails, a permission plan, or a probation profile before enabling automation.
  • The user wants a safer rewrite of a risky trading prompt.
  • The user wants a share card, screenshot, or X post for the firewall result.

Workflow

  1. Extract the raw trading prompt from the request. If none is provided, ask for it.
  2. Extract Binance symbols if the user gives them. If they do not, send an empty list and let the API infer context from the prompt.
  3. Run:
curl -sS -X POST https://app.miraix.fun/api/binance-agent-firewall \
  -H 'Content-Type: application/json' \
  -d '{"prompt":"<raw-trading-prompt>","symbols":["<symbol-1>","<symbol-2>"]}'
  1. Base the answer on the returned JSON. The most important fields are:

    • status
    • safetyScore
    • verdict
    • summary
    • findings
    • guardrails
    • permissionPlan
    • probationProfile
    • safePrompt
    • shareText
  2. If the user wants the safest possible operating version, prefer safePrompt over inventing a new rewrite.

  3. If the user wants a share card, build a payload with:

    • status
    • safetyScore
    • verdict
    • summary
    • primaryFinding
    • primaryGuardrail
    • symbols
    • dimensions
    • generatedAt

    Then URL-encode the JSON and append it to:

https://app.miraix.fun/api/binance-agent-firewall/share-image?payload=<urlencoded-json>
  1. If the user wants a social post, start from shareText and adapt the tone instead of rewriting the whole result from scratch.

Output guidance

  • Lead with the verdict and safety score.
  • Then show the top findings and the recommended permission plan.
  • Then show the probation profile and the safe rewrite.
  • Do not claim private Binance account access. This skill uses Binance public market data plus Miraix scoring logic.
  • If futuresDataAvailable is false, say funding data was unavailable instead of making it up.
  • If the API fails, surface the error clearly and suggest retrying with a cleaner prompt or a tighter symbol list.

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

Aws Security

List of open source tools for AWS security: defensive, offensive, auditing, DFIR, etc. my arsenal of aws security tools, shell, auditing, aws-infrastructure,...

Registry SourceRecently Updated
Security

Nginx Config

Nginx配置生成。服务器配置、反向代理、SSL、缓存、安全加固、性能优化。Nginx config generator with reverse proxy, SSL, caching, security, optimization. Nginx、服务器、运维。

Registry SourceRecently Updated
1770Profile unavailable
Security

Watadot Aws Iam

IAM security patterns by Watadot Studio. Manage users, roles, and policy verification.

Registry SourceRecently Updated
80Profile unavailable
Security

Adversarial Robustness Toolbox

Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poiso adversarial robustness toolbox, python, adversarial-atta...

Registry SourceRecently Updated
1150Profile unavailable