version-bump

version-bump is a skill for Claude Code from marketcalls/openalgo. It costs 51 tokens per session (1,889 once invoked), scanned A, original, AGPL-3.0.

A guide for changing versions in the OpenAlgo repository. It distinguishes the platform version from the separately pinned Python SDK version.

In plain words
What is it for?
Use it when releasing a new OpenAlgo platform version or updating the pinned OpenAlgo Python SDK dependency.
Why use it?
It reduces the risk of updating the wrong version number or changing one version while forgetting the other.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

About the project

OpenAlgo is a self-hosted algorithmic trading platform that lets users design, test, schedule, and execute trading strategies through a common interface for broker integrations. Traders can use its APIs, Python strategy host, and visual flow builder with supported securities and crypto brokers. The catalogue entries provide skills and instructions for working with OpenAlgo.

marketcalls/openalgo · 2,593 stars · on GitHub · docs.openalgo.in

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/marketcalls/openalgo/version-bump
Any agent
npx skills add marketcalls/openalgo --skill version-bump
Clone the repo
git clone --depth 1 https://github.com/marketcalls/openalgo

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for version-bump

README.md
[![agentmods](https://agentmods.dev/badge/skills/marketcalls/openalgo/version-bump.svg)](https://agentmods.dev/skills/marketcalls/openalgo/version-bump)
Your own site
<a href="https://agentmods.dev/skills/marketcalls/openalgo/version-bump"><img src="https://agentmods.dev/badge/skills/marketcalls/openalgo/version-bump.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,889 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.01889
Opus 5 $0.00026 $0.00945
Sonnet 5 $0.00010 $0.00378
Haiku 4.5 $0.00005 $0.00189

Measured 6d ago against content hash b95f6a476698, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

version-bump scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/version-bump/SKILL.md · 167 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 167 lines · 51 tokens per session scan A b95f6a476698

Subscribe to this mod's changes

version-bump is a skill published in the GitHub repository marketcalls/openalgo (2,593 stars, last pushed today), licensed AGPL-3.0. It adds 51 tokens to every session and 1,889 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

flask-werkzeug-attack

Exploit Flask/Werkzeug debugger exposure for traceback and SECRET leaks.

uphiago/recon-skills · 22 tokens

flask-expert

Expert-level Flask web development, REST APIs, extensions, and production deployment. Use when the user mentions Python, web framework, REST APIs, or Jinja2, or when the task involves Flask Fundamentals or Flask Extensions.

personamanagmentlayer/pcl · 49 tokens

fast-dash

Build a Fast Dash web app from a Python function. Use when the user wants to turn a function into an interactive app, add a UI to an existing function, or build a dashboard / form / wizard. Fast Dash infers UI components from type hints, so a well-typed function becomes an app with one decorator.

dkedar7/fast_dash · 69 tokens

flask

Flask - Lightweight Python web framework for microservices, REST APIs, and flexible web applications with extensive extension ecosystem.

bobmatnyc/claude-mpm-skills · 25 tokens

python-idioms

Pythonic code patterns, anti-patterns, and quality rules — with deterministic AST-based anti-idiom detection for Python, Django, Flask, pytest, and pyproject.toml projects. Catches non-Pythonic patterns, PEP8 violations, type-hint gaps, and pre-commit quality issues. Use proactively when reviewing Python source files…

Everyone-Needs-A-Copilot/claude-copilot · 116 tokens

frontend-dev-guidelines

Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, styling best practices, routing, performance optimization, and TypeScript best practices. Use when creating components, pages, features…

Bbeierle12/Skill-MCP-Claude · 72 tokens