← Back to Skills Marketplace
Rotki Crypto Tracker
by
Tang Weigang
· GitHub ↗
· v0.3.3
· MIT-0
99
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install rotki-crypto-tracker
Description
实现自托管式加密货币投资组合追踪,自动聚合多交易所和链上钱包资产,实时计算持仓损益并生成税务报告。
Usage Guidance
This skill is inconsistent and incomplete: it claims to be a Rotki-like crypto tracker but its instructions and reference files are heavily mixed with ZVT/A-share backtest material and expect the agent to run Python checks, install packages, and write to local data dirs while declaring no required credentials or install steps. Before installing or running it: 1) ask the publisher for the source code or an authoritative homepage; 2) require the skill to explicitly declare any env vars/credentials (exchange API keys, RPC endpoints, ZVT_HOME) and justify each; 3) run it first in a fully isolated environment (VM/container) without real API keys; 4) verify whether it will call external endpoints or bypass REST API facades (the anti-pattern AP-CRYPTO-TRADING-003 appears in its docs); and 5) if you plan to connect exchange/wallet keys, audit the code that performs API calls and any filesystem writes. If the vendor cannot provide a clear, coherent mapping from claimed purpose → required credentials → runtime actions, treat the skill as risky and avoid granting real secrets or persistent installation.
Capability Analysis
Type: OpenClaw Skill
Name: rotki-crypto-tracker
Version: 0.3.3
The skill bundle is a highly structured development framework for financial quant trading and portfolio tracking, primarily utilizing the 'zvt' library. Although the metadata and description use the 'rotki' name, the internal logic, use cases (UC-101), and constraints are focused on A-share and crypto trading via ZVT. The bundle contains extensive 'Semantic Locks' (SL-01 to SL-12) and 'Fatal Constraints' (finance-C-*) that enforce security and financial best practices, such as preventing floating-point errors (AP-CRYPTO-TRADING-001), ensuring API secrets are never serialized (finance-C-247), and enforcing checksummed EVM addresses (finance-C-192). The instructions are designed to guide an AI agent's code generation to be safe and compliant with financial regulations, with no evidence of malicious intent, data exfiltration, or harmful execution.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description claim a self-hosted crypto portfolio tracker (Rotki-like). The SKILL.md and included files, however, are a blended blueprint that repeatedly references ZVT, A-share quant backtests, Sphinx docs, and pipelines for backtesting rather than a pure portfolio tracker. Metadata also claims 'Requires Python 3.12+ with uv package manager' but the skill declares no required binaries, packages, or environment variables. This mismatch suggests the declared purpose does not fully explain the skill's actual responsibilities.
Instruction Scope
SKILL.md and seed.yaml instruct the agent to re-read seed.yaml, run precondition checks (python -c 'import zvt' / run zvt recorders), verify and install packages, and touch/verify host filesystem paths (~/.zvt, host_workspace paths). Those runtime instructions ask the agent to run host commands and access filesystem locations even though the skill's metadata declares no config paths or required env vars. The instructions also embed strict 'semantic locks' for trading that would drive execution logic; this gives the skill broad discretion over trading/backtest behavior beyond a simple read-only tracker.
Install Mechanism
There is no install spec and no code files (instruction-only), which reduces direct install risk. However the seed.yaml execution_protocol and SKILL.md expect the host agent to run install/verification steps at runtime (pip install zvt, host_adapter.install_recipes[]), so while nothing is bundled, the instructions implicitly require installing external packages — the install burden is deferred to the host and is not declared explicitly.
Credentials
The skill declares no required environment variables or credentials, yet the content references exchange integrations, blockchain RPCs, and ZVT recorders — features that normally require API keys, RPC endpoints, and writable data directories. The absence of declared credentials (API keys, node URLs, ZVT_HOME) is disproportionate and makes it unclear how the skill expects to access external accounts or on‑chain data. Also the included anti-patterns warn about bypassing API facades and other high‑risk behaviors, but no safeguards or required env declarations are present.
Persistence & Privilege
always:false (good). Autonomous invocation is allowed (platform default). The skill's seed.yaml and SKILL.md instruct the agent to write/read host_workspace and data directories and to run precondition fixes (pip install, init dirs). That implies it expects to modify local workspace state during execution — not an elevated privilege by itself, but you should treat runtime installs/FS writes as potentially impactful and run in an isolated/test environment.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rotki-crypto-tracker - After installation, invoke the skill by name or use
/rotki-crypto-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.3.3
v0.3.3: bilingual metadata injected. H1 shows Rotki 加密追踪; tagline replaced with skill-specific Chinese hook; tags upgraded to Level 1-4.
v0.3.1
Remove install.sh — knowledge-only bundle. Host AI consumes directly from URL; no user-side installation needed. Fixes ClawHub suspicious flag.
v0.3.0
Doramagic crystal portfolio v0.3.0. Full 5-layer bp-009 standard. github.com/tangweigang-jpg/doramagic-skills
Metadata
Frequently Asked Questions
What is Rotki Crypto Tracker?
实现自托管式加密货币投资组合追踪,自动聚合多交易所和链上钱包资产,实时计算持仓损益并生成税务报告。 It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install Rotki Crypto Tracker?
Run "/install rotki-crypto-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Rotki Crypto Tracker free?
Yes, Rotki Crypto Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Rotki Crypto Tracker support?
Rotki Crypto Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Rotki Crypto Tracker?
It is built and maintained by Tang Weigang (@tangweigang-jpg); the current version is v0.3.3.
More Skills