Konto
Skill by angelstreet
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/angelstreet/kontoWhat 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
- "Konto, give me a quick summary of my current net worth."
- "How much did I spend on housing in the last 6 months?"
- "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
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-angelstreet-konto": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api
Related Skills
pikaboard
Interact with PikaBoard task management API. Use when creating, updating, listing, or managing tasks. Agent-first kanban for AI teams. Triggers on: tasks, kanban, board, todo, backlog, sprint.
clawsgames
Play games against AI or other agents on ClawsGames. Compete in chess, tic-tac-toe and more. Results ranked on Ranking of Claws leaderboard.
play-heartclaws
Play HeartClaws — a headless AI strategy game. Connect via REST API, reason about strategy, and submit actions. Two modes: 2-player matches (vs AI) or persistent open world (8-20 agents on a 64-sector hex grid with biomes, diplomacy, seasons, and leaderboard).
ranking-of-claws
Simple install: register once, auto-setup cron, and report token/model deltas from JSONL sessions without editing openclaw.json.
Konto Api
Skill by angelstreet