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

Konto Api

Skill by angelstreet

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/angelstreet/konto-api
Or

What This Skill Does

The Konto Api skill provides a seamless interface for querying your personal financial data directly through OpenClaw. By integrating with the Konto platform, this tool allows you to pull real-time information regarding your bank accounts, investment portfolios, active loans, and physical assets. It acts as a bridge between your financial data and your AI agent, enabling you to ask complex natural language questions about your net worth, spending habits, or specific subscription costs without needing to manually log into various financial portals.

Installation

To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/angelstreet/konto-api

After installation, you must configure your credentials to allow the agent to authenticate with your data. Create the file ~/.openclaw/secrets/konto.env and define your variables as follows:

export KONTO_API_KEY="konto_xxxxxxxxxxxx"
export KONTO_URL="https://konto.angelstreet.io"

Ensure that you have jq installed on your system, as the skill relies heavily on this tool to parse and format JSON responses from the Konto API.

Use Cases

This skill is designed for power users who want a dashboard-less financial tracking experience. It is ideal for monitoring daily transactions, keeping an eye on crypto or stock holdings, and managing debt repayment schedules. Whether you are performing a monthly budget audit or just checking if a specific payment has cleared, the Konto Api brings your financial snapshot into the command line.

Example Prompts

  1. "Check my net worth and give me a summary of my account balances."
  2. "How much have I spent on housing in the last 6 months?"
  3. "List my active loans and tell me when the next payment is due."

Tips & Limitations

The Konto Api skill uses a personal scope key. If you require advanced cross-user analytics or professional-grade reporting, you should look into the konto-analytics skill. Always ensure your environment variables are secured, as your KONTO_API_KEY provides read access to all your financial data. If you notice delayed information, verify that your local network has connectivity to the Konto URL specified in your configuration. For deeper insights, refer to the full documentation found at ~/shared/projects/konto/docs/api.md.

Metadata

Stars4473
Views1
Updated2026-05-01
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-angelstreet-konto-api": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#personal-finance#banking#investment#budgeting
Safety Score: 4/5

Flags: network-access, file-read