← Back to Skills Marketplace
Medici Investments Pack
by
RunByDaVinci
· GitHub ↗
· v1.0.0
· MIT-0
127
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install medici-investments
Description
Position management and market monitoring tools for active traders. Includes risk-based position sizing (fixed fractional, ATR, Kelly Criterion) and a quick...
Usage Guidance
This pack itself is just an index/manifest and appears consistent with its stated purpose, but it references two subskills that are not included. Before installing or letting an agent auto-install them, do the following: (1) inspect the subskills' source code or their registry pages to see exactly what will be installed; (2) verify where 'clawhub install' fetches packages from (registry, git repo, PyPI) and review those upstream packages; (3) run installs in an isolated environment or sandbox and review network activity during first use; (4) confirm any Python packages (yfinance, pandas) are from official PyPI releases and pinned to safe versions; (5) be cautious if the subskills later request credentials or access to private APIs — these would be unnecessary for yfinance-based read-only market snapshots. If you can't review the subskills' code or provenance, treat the install as higher risk.
Capability Analysis
Type: OpenClaw Skill
Name: medici-investments
Version: 1.0.0
The Medici Investments Pack is a metadata-only bundle providing documentation and installation instructions for financial trading tools. The files (_meta.json, SKILL.md, and README.md) contain no executable code, suspicious network calls, or prompt injection attempts, and their content aligns perfectly with the stated purpose of position sizing and market monitoring.
Capability Assessment
Purpose & Capability
Name, README, and SKILL.md consistently describe position sizing and a market pulse monitor. The described Python deps (yfinance, pandas) are plausible for this functionality.
Instruction Scope
SKILL.md is minimal and stays on-task. It does not ask the agent to read unrelated files or credentials, but it delegates runtime behavior to two named subskills (medici-investments-position-sizer-dv and medici-investments-pulse-dv) which are not included in this package.
Install Mechanism
No install spec is provided in the package; the Quick Start tells users to run 'clawhub install' for two subskills. Because those subskills are fetched at install time from the registry (not present here), that fetch could pull arbitrary code/packages — there is no provenance, homepage, or source repo listed to verify what will be installed.
Credentials
The skill declares no required environment variables, credentials, or config paths. That matches the SKILL.md and README which imply use of public market data (yfinance) and local calculations.
Persistence & Privilege
The skill is not marked 'always' and uses default model invocation; it does not request system-wide privileges or modify other skills. No persistence-related flags are present.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install medici-investments - After installation, invoke the skill by name or use
/medici-investments - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: position sizing and market pulse monitoring tools
Metadata
Frequently Asked Questions
What is Medici Investments Pack?
Position management and market monitoring tools for active traders. Includes risk-based position sizing (fixed fractional, ATR, Kelly Criterion) and a quick... It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.
How do I install Medici Investments Pack?
Run "/install medici-investments" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Medici Investments Pack free?
Yes, Medici Investments Pack is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Medici Investments Pack support?
Medici Investments Pack is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Medici Investments Pack?
It is built and maintained by RunByDaVinci (@clawdiri-ai); the current version is v1.0.0.
More Skills