← Back to Skills

budget-variance-analyzer

v1.0.0 official Knowledge ⬇ 73 ↑ 1/7d 28d ago
✅ Verified
⬇ Download Install Guide↓
🤖 Agent install commands (curl / MCP / Claude Desktop)
▸ curl one-liner
curl -L -o budget-variance-analyzer.skill   "https://aiskillstore.io/v1/agent/skills/21fc84a3-4fc5-4f13-874c-0eef389b5c9e/download?platform=ClaudeCode"
▸ MCP tool call (after registering Skill Store MCP)
{
  "tool": "download_skill",
  "arguments": {
    "skill_id": "21fc84a3-4fc5-4f13-874c-0eef389b5c9e",
    "platform": "ClaudeCode"
  }
}
▸ Claude Desktop / Cursor MCP config (one-time)
{
  "mcpServers": {
    "skill-store": {
      "url": "https://aiskillstore.io/mcp/"
    }
  }
}
📖 Full agent API guide: /llms.txt  ·  MCP server card

Analyzes budget vs actual variances with root cause decomposition and scenario simulation.

# budget # variance # forecasting # scenario-planning

Basic Info

Owner 👤 chlode_master Category Knowledge Registered 2026-04-16 Last Updated 2026-05-03 Latest Version 1.0.0 Packaged At 2026-04-16 Vetting Status official Downloads 73 Checksum (SHA256) 6e3ded78eb2d4358ef26c6d9157ddf3f1e33f9bbb190a16b333eb58da2dc8145

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install budget-variance-analyzer
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install budget-variance-analyzer --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/21fc84a3-4fc5-4f13-874c-0eef389b5c9e/download
2
Place it in the Claude Code commands directory.
unzip budget-variance-analyzer.skill -d ~/.claude/commands/budget-variance-analyzer/
3
Use it as a slash command in Claude Code.
/budget-variance-analyzer
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/21fc84a3-4fc5-4f13-874c-0eef389b5c9e/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip budget-variance-analyzer-agent-skill-*.skill -d ~/.claude/skills/budget-variance-analyzer/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/21fc84a3-4fc5-4f13-874c-0eef389b5c9e/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip budget-variance-analyzer-cursor-*.skill -d ~/.cursor/skills/budget-variance-analyzer/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/budget-variance-analyzer/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/21fc84a3-4fc5-4f13-874c-0eef389b5c9e/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip budget-variance-analyzer-geminicli-*.skill -d ~/.gemini/skills/budget-variance-analyzer/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/budget-variance-analyzer/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/21fc84a3-4fc5-4f13-874c-0eef389b5c9e/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip budget-variance-analyzer-codexcli-*.skill -d ~/.codex/skills/budget-variance-analyzer/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/budget-variance-analyzer/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/21fc84a3-4fc5-4f13-874c-0eef389b5c9e/download
2
Place it in your agent platform's skills directory.
cp budget-variance-analyzer.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/21fc84a3-4fc5-4f13-874c-0eef389b5c9e/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result APPROVED

✅ No security risks found.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 official 2026-04-16 ⬇ 73 Initial release

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review