Analytix402
Skill by analytix402
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/analytix402/analytix402What This Skill Does
Analytix402 is an essential observability and financial control suite for OpenClaw agents. It provides real-time monitoring of all LLM token consumption and API expenditures. By integrating this skill, your agent gains the ability to enforce strict spending guardrails, ensuring that automated tasks do not exceed predetermined budgets. The skill automatically tracks outbound traffic, calculates cost per invocation across multiple providers (such as OpenAI and Anthropic), and verifies the validity of financial transactions. It acts as a safety layer for production environments where cost runaway is a critical risk, providing detailed telemetry directly to the analytix402.com dashboard.
Installation
To install Analytix402, ensure your OpenClaw environment is initialized and your CLI is authenticated. Run the following command in your terminal:
clawhub install openclaw/skills/skills/analytix402/analytix402
Once installed, you must configure your environment variables. Add your API key to your configuration file:
ANALYTIX402_API_KEY: ax_live_your_key_here
For advanced users, you may also define optional parameters such as ANALYTIX402_DAILY_BUDGET or ANALYTIX402_PER_CALL_LIMIT to restrict expenditures immediately upon startup.
Use Cases
- Enterprise Cost Control: Large-scale deployments often face the risk of unexpected costs from recursive loops or heavy API usage. Analytix402 prevents these via hard-stop budget limits.
- Duplicate Transaction Prevention: The
analytix402_flag_purchasetool is ideal for verifying payments before they process, ensuring agents don't accidentally purchase the same service twice. - Resource Optimization: By using
analytix402_spend_report, developers can perform retrospective analysis to see which workflows are the most expensive and optimize their agent prompts to use fewer tokens.
Example Prompts
- "Analytix402, run a spend report for the last 24 hours and tell me which model provider is consuming the most budget."
- "Before you call the weather API, use analytix402_check_budget to ensure we have enough funds for today."
- "Update my daily spend limit to $25.00 effective immediately."
Tips & Limitations
- Proactive Checking: Always call
analytix402_check_budgetbefore any task involving significant token generation or external financial transactions. - Network Dependency: Because this skill relies on an external API, ensure your agent has network access; if the connection to analytix402.com is lost, some agents may default to a 'fail-closed' state for safety.
- Dashboard Access: The most granular analytics, including long-term spend trends and health heartbeats, are accessible via the online dashboard, which provides a better UX than text-based reports.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-analytix402-analytix402": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api