Konto Api
Skill by angelstreet
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/angelstreet/konto-apiWhat 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
- "Check my net worth and give me a summary of my account balances."
- "How much have I spent on housing in the last 6 months?"
- "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
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-api": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read
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
Skill by angelstreet