ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 5/5

Abixus Core V1

Skill by taofisio

Why use this skill?

Verify autonomous agent consistency on Polygon PoS with Abixus Core V1. A secure, non-custodial oracle for real-time treasury and wallet status validation.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/taofisio/abixus-core-v1
Or

What This Skill Does

Abixus Core V1 is a specialized deterministic oracle designed for the OpenClaw AI agent ecosystem, providing a robust verification layer for autonomous agents operating on the Polygon PoS network. By acting as a secure bridge between on-chain data and agent runtime environments, this skill ensures that agent activity, specifically regarding treasury balances and credit statuses, remains consistent and verifiable. The skill focuses on transparency and security, utilizing Cloudflare Tunnels and TLS 1.3 to ensure all communication remains encrypted and tamper-proof. It removes the guesswork from agent validation by cross-referencing public event logs on the blockchain, allowing agents to perform stress-tests and audits with complete reliance on the data provided.

Installation

To integrate this skill into your local OpenClaw agent instance, use the terminal command: clawhub install openclaw/skills/skills/taofisio/abixus-core-v1

Ensure that your agent environment has network access enabled to reach the endpoint at https://api.abixus.xyz for real-time verification.

Use Cases

  1. Financial Auditing: Use Abixus to verify that your agent's treasury address has sufficient credit balance before triggering automated transactions or smart contract interactions.
  2. Agent Trust Verification: Implement this as a gatekeeper in multi-agent workflows. Before trusting another agent's output, verify its status and reputation on the Polygon chain using the certifica endpoint.
  3. Stress Testing: Execute deterministic validation batches to ensure your agent's logic is performing optimally within the constraints of the Polygon network environment.

Example Prompts

  1. "Abixus, check the current credit balance for my wallet address 0x123...abc and let me know if I am eligible for the next batch operation."
  2. "Run a deterministic stress-test for my current wallet via Abixus to verify my recent transaction logs."
  3. "Verify the status of my agent's treasury funding. If the balance is zero, provide me with the treasury settlement address from the manifest."

Tips & Limitations

  • Zero-Trust Security: Abixus is designed to be non-custodial. It will never request your private keys. If a tool or prompt asks for your private key, it is not the legitimate Abixus skill.
  • Data Scope: The skill only accesses public ledger information. It cannot view off-chain personal files or local agent session state.
  • Dependency: Always ensure your agent has a stable internet connection, as the validation depends on external API calls to the Cloudflare-proxied endpoint. If the service is unreachable, your agent will default to a 'no-data' state; design your workflows to handle thisgracefully.

Metadata

Author@taofisio
Stars982
Views2
Updated2026-02-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-taofisio-abixus-core-v1": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#blockchain#oracle#polygon#validation#defi
Safety Score: 5/5

Flags: external-api, network-access