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

Konto

Skill by angelstreet

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The Konto skill by angelstreet acts as a comprehensive interface for your personal finance ecosystem. It connects your OpenClaw agent to the Konto API, enabling real-time queries regarding your bank accounts, investment portfolios, active loans, and physical assets. Rather than logging into multiple disparate banking portals, you can aggregate your total net worth, monitor individual transactions, or analyze your recurring subscription costs directly through your command line or AI assistant.

Installation

To integrate this skill, ensure you have the OpenClaw CLI configured, then run the installation command: clawhub install openclaw/skills/skills/angelstreet/konto

Once installed, you must configure your environment variables. Create or edit the file at ~/.openclaw/secrets/konto.env and add your KONTO_API_KEY and the KONTO_URL endpoint. Always ensure this file has strict permissions (e.g., chmod 600) as it contains your private financial access keys.

Use Cases

This skill is perfect for users who value data sovereignty and quick financial insights. Common use cases include:

  • Budgeting: Quickly auditing your spending patterns by categorizing transactions over specific time windows.
  • Asset Management: Tracking the performance of crypto holdings or equities without visiting exchange dashboards.
  • Debt Oversight: Monitoring remaining loan balances and monthly payment schedules to stay ahead of financial obligations.
  • Subscription Cleanup: Identifying forgotten recurring charges by analyzing your summary report.

Example Prompts

  1. "Konto, give me a quick summary of my current net worth."
  2. "How much did I spend on housing in the last 6 months?"
  3. "Show me the status and end date of my current active loans."

Tips & Limitations

For rapid daily usage, prefer the provided helper script located at ~/.openclaw/workspace/skills/konto/scripts/konto.sh. It abstracts the complexity of curl and jq commands. Note that this skill operates with a personal scope; if you require multi-user analytics or professional financial reporting, you should look into the konto-analytics skill. Always verify the data integrity by checking the source documentation at ~/shared/projects/konto/docs/api.md if you plan to pipe these results into automated accounting software.

Metadata

Stars4473
Views0
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": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

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

Flags: network-access, file-read, external-api