
vedantsingh60 skills on Claude Market
3 skills published by vedantsingh60. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
adaptive-learning-agents
A Python library that records errors, corrections, and successful patterns locally, then retrieves relevant entries before tackling similar problems. All data stays on disk with no external dependencies, API keys, or network calls required.
token-watch
TokenWatch is a local Python library for tracking token usage and costs across AI providers. It records API calls, calculates costs against a pricing table of 41 models across 10 providers, and fires budget alerts when configured thresholds are crossed. All usage data stays on your machine with no external connections.
persisent-mind
PersistentMind is a Python library that stores typed, searchable memories for AI agents across sessions. It supports seven memory types (fact, preference, procedure, correction, context, relationship, reminder) and three scopes (global, project, session). Data is stored locally with no external dependencies or API keys.