Abixus Core V1 OpenClaw Plugin & Skill | ClawHub
Looking to integrate Abixus Core V1 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
A high-performance validation layer for autonomous agent consistency on Polygon PoS.
Install
npx clawhub@latest install abixus-core-v1Full SKILL.md
Open originalSKILL.md content below is scrollable.
ABIXUS Deterministic Oracle
A high-performance validation layer for autonomous agent consistency on Polygon PoS.
Security & Privacy Disclosure
- Zero-Knowledge Principle: ABIXUS does not require, store, or ask for Private Keys.
- Public Data Only: The service only processes public wallet addresses to verify on-chain transactions (POL transfers) to the treasury.
- Data Integrity: No session data is stored. Wallet IDs are used solely for real-time credit balance lookup and ranking.
Technical Architecture
ABIXUS acts as a secure bridge between the Polygon ledger and an agent's runtime, utilizing a dedicated Cloudflare Tunnel for encrypted communication.
- Endpoint: https://api.abixus.xyz
- Handshake: Verification is performed by cross-referencing the
{wallet}parameter with public event logs on-chain. - Infrastructure: Proxied via TLS 1.3 to ensure enterprise-grade security for agent-to-agent calls.
Usage
- Query Status: GET
/status/{wallet}to retrieve credit balance and verification state. - Execute Validation: POST
/certifica/{wallet}to initiate a deterministic stress-test batch. - Funding: If balance is 0, refer to
abixus_manifesto.jsonfor the treasury settlement address.