[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-j4rk0r-usage-tracker-en":3,"guides-for-j4rk0r-usage-tracker":418,"similar-k1760f97f0gchra7wpw9wk3xtx86nhzf-en":419},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":237,"isFallback":242,"parentExtension":243,"providers":244,"relations":249,"repo":251,"tags":414,"workflow":415},1778691193352.5193,"k1760f97f0gchra7wpw9wk3xtx86nhzf",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Track and report local Claude Code usage per request: tokens consumed, estimated cost in €, sessions, projects, and tool breakdown. Use when the user asks about consumption, credits, usage, cost per request, wants to see a report, asks why a specific request was expensive, suspects a process is consuming tokens, wants to optimize their Claude Code usage, or wants to audit tool usage by request. Also triggers on Spanish phrases: 'cuánto me está costando', 'cuántos tokens', 'consumo de hoy', 'qué petición fue cara', 'está consumiendo mucho', 'optimizar consumo', 'reporte de uso', 'ver uso', 'instalar tracker', 'hook no registra'. Commands: /usage-tracker report [hoy|semana|mes|all] [proyecto], /usage-tracker top-requests [hoy|semana], /usage-tracker install, /usage-tracker status",{"claudeCode":12},"j4rk0r/claude-skills","usage-tracker","https://github.com/j4rk0r/claude-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":222,"workflow":235},1778691352986.1777,"kn71d1nf5s52jad1rcm923vaj986nrh1","es",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":199,"promptVersionExtension":203,"promptVersionScoring":204,"purpose":205,"rationale":206,"score":207,"summary":208,"tags":209,"targetMarket":215,"tier":216,"useCases":217},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of tracking and understanding local Claude Code usage costs per request, and provides specific triggers for when to use the skill.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value beyond default LLM behavior by providing detailed, request-level cost tracking and analysis, which is not a built-in feature.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill appears production-ready, with clear installation, configuration, and reporting commands, covering the complete lifecycle of usage tracking.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on tracking and reporting Claude Code usage, without venturing into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately and concisely reflects the skill's functionality, including its triggers and commands, and is well-formatted.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific, narrow tools (Bash, Python scripts for parsing/reporting, file operations) rather than a single generalist command.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md details the functionality, commands, and provides scripts for installation and reporting, with clear explanations of costs and limitations.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names within the scripts and commands are descriptive and adhere to expected naming conventions.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The tools used (Bash, Python) operate on specific log files and configurations, and the output scripts provide summarized reports rather than raw data dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under MIT, a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on April 13, 2026, which is recent.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill relies on standard shell utilities and Python, which are assumed to be available and managed by the Claude Code environment.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill does not handle or expose any secrets; it operates on local log files and configuration.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill uses standard Bash and Python scripts that operate on local files and do not execute untrusted external data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on local scripts and standard tools, with no runtime fetching of external code or data.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within the user's home directory for log files and configuration, and uses standard tools without attempting to access outside this scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or deny-retry loops were found in the provided scripts.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's primary function is to log local usage data and does not submit any data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content appears free of hidden-steering tricks, and descriptions use standard ASCII characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The provided Bash and Python scripts are plain, readable source code.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes standard file locations like ~/.claude/ and utilizes relative paths where applicable, with clear documentation for installation.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are no open issues reported for the repository, indicating active maintenance or no recent issues.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project is tracked via Git commits, and while a formal versioning system like semver isn't explicitly detailed, the commit history implies active development.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The Python script for parsing log data includes error handling for JSON parsing, and Bash scripts use parameter validation for filters and paths.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill primarily performs logging and reporting; destructive operations like file deletion are not present, and script installation involves `chmod` which is standard.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The provided scripts include error handling for file operations, JSON parsing, and user input validation, exiting gracefully or reporting issues.",{"category":104,"check":114,"severity":24,"summary":115},"Logging","The core functionality of the skill is to create a local audit log (`~/.claude/usage.jsonl`), capturing detailed usage information.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill tracks local usage and does not operate on personal data submitted to third parties. Project names are user-defined.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is designed for local usage tracking and is not geographically or legally restricted, thus its target market is global.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard Bash and Python, which are widely available, and its installation process is clearly documented.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README.md provides a comprehensive overview of the skill, its purpose, installation, and other related skills in the repository.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The extension exposes a set of focused commands and underlying scripts, fitting within the ideal range for manageability.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The commands and internal tools have distinct purposes (report, install, status, top-requests) and do not have overlapping synonyms.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as logging, reporting commands, and installation, have corresponding implementations in the provided scripts and documentation.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Clear installation instructions are provided in the README and SKILL.md, including a copy-pasteable command and verification steps.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The scripts provide informative error messages, such as indicating when log files are missing or when JSON parsing fails, with guidance on how to proceed.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The skill uses standard system utilities (Bash, Python) and does not introduce third-party dependencies that would require pinning.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The skill's operations are primarily data logging and reporting; there are no state-changing or outward-sending commands that would require a dry-run mode.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The operations are local file writes and reads, which are inherently idempotent in this context, and the scripts are designed to handle errors gracefully rather than relying on retries.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The skill's logging is local and opt-in by nature of its installation process; no telemetry is emitted externally.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The SKILL.md clearly states the purpose (track local Claude Code usage) and provides specific triggers and commands for its use.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise, self-contained, and accurately summarizes the core capability and triggers.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured, uses progressive disclosure for details, and stays within reasonable length limits.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed explanations and scripts are provided directly or linked via references, facilitating clear understanding without overwhelming the main document.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill focuses on local usage tracking and reporting, not deep exploration or code review, so forked context is not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md and README provide clear examples for commands like reporting and installation, demonstrating their usage and expected output.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md addresses potential issues like corrupted JSON logs, missing hooks, and permission errors with specific diagnostic steps and recovery procedures.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill relies on standard system tools and its own scripts, not external MCP servers or other skills that would require fallbacks.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The scripts include checks for file existence, JSON validity, and permissions, halting execution with informative messages on unexpected states.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The usage-tracker skill operates independently and does not implicitly rely on other skills; its functionality is self-contained.",1778691352775,"This skill functions as a PostToolUse hook to log detailed information about every tool call, including tokens consumed, estimated cost, project, session, and the user request that triggered it. It provides scripts for installation, reporting, and status checks, aiming to make usage transparent.",[195,196,197,198],"Logs every tool call with associated data.","Calculates estimated costs based on model and tokens.","Aggregates usage data by request, project, session, and tool.","Provides installation, reporting, and status commands.",[200,201,202],"Real-time cost tracking for Claude Max subscriptions (provides relative index only).","Tracking external API calls made by Claude.","Replacing official Claude billing reports (focuses on local, per-request analysis).","3.0.0","4.4.0","To provide users with granular insight into their local Claude Code token consumption and estimated costs per request, project, and session, enabling better optimization and auditing of usage.","All checks passed with 'pass' severity, indicating high quality and adherence to best practices across all evaluated dimensions.",100,"A high-quality skill for detailed local Claude Code usage tracking and reporting.",[210,211,212,213,214],"logging","cost-tracking","usage-analysis","development-tools","auditing","global","verified",[218,219,220,221],"When a user asks about consumption, credits, or usage costs.","To see a detailed report of token usage.","To understand why a specific request was expensive.","To audit tool usage per request or project.",{"codeQuality":223,"collectedAt":225,"documentation":226,"maintenance":229,"security":232,"testCoverage":234},{"hasLockfile":224},false,1778691335414,{"descriptionLength":227,"readmeSize":228},788,26542,{"closedIssues90d":8,"forks":8,"hasChangelog":224,"openIssues90d":8,"pushedAt":230,"stars":231},1776088077000,2,{"hasNpmPackage":224,"license":233,"smitheryVerified":224},"MIT",{"hasCi":224,"hasTests":224},{"updatedAt":236},1778691352986,{"basePath":238,"githubOwner":239,"githubRepo":240,"locale":18,"slug":13,"type":241},"skills/usage-tracker","j4rk0r","claude-skills","skill",true,null,{"evaluate":245,"extract":247},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":246,"targetMarket":215,"tier":216},[210,211,212,213,214],{"commitSha":248},"HEAD",{"repoId":250},"kd79shaph0e07035621cxd7x1n86m944",{"_creationTime":252,"_id":250,"identity":253,"providers":254,"workflow":410},1778689957073.3262,{"githubOwner":239,"githubRepo":240,"sourceUrl":14},{"classify":255,"discover":397,"github":400},{"commitSha":248,"extensions":256},[257,288,305,326,351,365,376,386],{"basePath":258,"description":259,"displayName":260,"installMethods":261,"rationale":262,"selectedPaths":263,"source":287,"sourceLanguage":18,"type":241},"skills/codex-diff-develop","Revisa el diff de la rama actual frente a develop en proyectos Drupal 11 siguiendo la metodología Codex (lógica de negocio, edge cases de hooks/queries, seguridad, performance, completitud). Genera un informe .md en la carpeta del IDE detectado (.antigravity/, .cursor/, .vscode/ o docs/) con hallazgos por severidad y soluciones accionables. Usar cuando el usuario pida \"Revisión diff develop\", \"revisión diff develop\", \"diff develop\", \"revisar diff\", \"codex diff\" o expresiones similares con intención de auditar cambios contra develop. Triggers: diff develop, codex diff, revisión diff, lint diff develop, auditar diff.","codex-diff-develop",{"claudeCode":12},"SKILL.md frontmatter at skills/codex-diff-develop/SKILL.md",[264,267,270,273,275,277,279,281,283,285],{"path":265,"priority":266},"SKILL.md","mandatory",{"path":268,"priority":269},"README.md","high",{"path":271,"priority":272},"README.de.md","medium",{"path":274,"priority":272},"README.es.md",{"path":276,"priority":272},"README.fr.md",{"path":278,"priority":272},"README.ja.md",{"path":280,"priority":272},"README.pt.md",{"path":282,"priority":272},"README.zh.md",{"path":284,"priority":272},"references/metodologia-codex-completa.md",{"path":286,"priority":272},"references/plantillas-hallazgos.md","rule",{"basePath":289,"description":290,"displayName":291,"installMethods":292,"rationale":293,"selectedPaths":294,"source":287,"sourceLanguage":18,"type":241},"skills/codex-pr-review","Revisa pull requests en proyectos Drupal 11 (u otro) siguiendo la metodología Codex (lógica de negocio, edge cases de hooks/queries, seguridad, performance, completitud). Genera un informe .md en la carpeta del IDE detectado (.antigravity/, .cursor/, .vscode/ o docs/) con hallazgos por severidad y soluciones accionables. Usar cuando el usuario pida \"revisión Codex\", \"revisión de PR\", \"revisar PR\", \"revisar PR","codex-pr-review",{"claudeCode":12},"SKILL.md frontmatter at skills/codex-pr-review/SKILL.md",[295,296,297,298,299,300,301,302,303,304],{"path":265,"priority":266},{"path":268,"priority":269},{"path":271,"priority":272},{"path":274,"priority":272},{"path":276,"priority":272},{"path":278,"priority":272},{"path":280,"priority":272},{"path":282,"priority":272},{"path":284,"priority":272},{"path":286,"priority":272},{"basePath":306,"description":307,"displayName":308,"installMethods":309,"rationale":310,"selectedPaths":311,"source":287,"sourceLanguage":18,"type":241},"skills/lint-drupal-module","Lint review completo de un módulo Drupal 11 combinando 4 fuentes en paralelo — PHPStan level 5 + phpstan-drupal, PHPCS Drupal/DrupalPractice, agente drupal-qa (estándares) y agente drupal-security (OWASP). Dos modos — completo (todo el módulo) y diff (solo archivos cambiados vs develop). Genera informe markdown estructurado en la carpeta del IDE con resumen ejecutivo, hallazgos clasificados por severidad, acciones P0/P1/P2 y comandos de verificación. Úsalo siempre que el usuario quiera auditar calidad o seguridad de un módulo Drupal custom, aunque no diga \"lint\". Triggers — \"lint review\", \"lint del módulo\", \"auditar módulo Drupal\", \"revisar módulo custom\", \"phpstan del módulo\", \"validar módulo\", \"qa del módulo\", o cuando el usuario pregunta \"¿está bien este módulo?\", \"¿hay errores?\", \"¿es seguro?\". También antes de un release, antes de un PR a develop, o al validar un módulo recién creado.","lint-drupal-module",{"claudeCode":12},"SKILL.md frontmatter at skills/lint-drupal-module/SKILL.md",[312,313,314,315,316,317,318,319,320,322,324],{"path":265,"priority":266},{"path":268,"priority":269},{"path":271,"priority":272},{"path":274,"priority":272},{"path":276,"priority":272},{"path":278,"priority":272},{"path":280,"priority":272},{"path":282,"priority":272},{"path":321,"priority":272},"references/edge-cases.md",{"path":323,"priority":272},"references/plantilla-informe.md",{"path":325,"priority":272},"references/prompts-agentes.md",{"basePath":327,"description":328,"displayName":329,"installMethods":330,"rationale":331,"selectedPaths":332,"source":287,"sourceLanguage":18,"type":241},"skills/milestone","Persistent development milestone tracker with full context across conversations. Use when: tracking multi-session features, resuming work from a previous conversation, asking 'what's left to do on X' or 'what's pending', breaking work into trackable subtasks, planning complex implementations, updating progress after coding, checking project status, completing a subtask with QA validation, auditing what's missing in the project, syncing milestones with actual code state, or closing/archiving a finished milestone. Also trigger when user references a milestone by name, says 'what did we do last time', 'resume where we left off', 'how far along is X', 'mark this as done', 'milestone done', 'close this milestone', 'what's missing', 'audit the project', 'sync milestones', or wants to plan a feature with subtasks. Commands: /milestone, /milestone \u003Cname>, /milestone init, /milestone sync, /milestone start, /milestone done, /milestone update.","milestone",{"claudeCode":12},"SKILL.md frontmatter at skills/milestone/SKILL.md",[333,334,335,336,337,338,339,340,341,343,345,347,349],{"path":265,"priority":266},{"path":268,"priority":269},{"path":271,"priority":272},{"path":274,"priority":272},{"path":276,"priority":272},{"path":278,"priority":272},{"path":280,"priority":272},{"path":282,"priority":272},{"path":342,"priority":272},"references/errors.md",{"path":344,"priority":272},"references/milestone-new-session.sh",{"path":346,"priority":272},"references/project-audit.md",{"path":348,"priority":272},"references/qa-validation.md",{"path":350,"priority":272},"references/templates.md",{"basePath":352,"description":353,"displayName":354,"installMethods":355,"rationale":356,"selectedPaths":357,"source":287,"sourceLanguage":364,"type":241},"skills/skill-advisor","Pre-execution assistant that builds a full execution plan with installed skills (✅) AND uninstalled gaps (❌) the task needs, then offers to install missing skills one by one. Use BEFORE starting any multi-step task. Triggers: 'recommend skills', 'what skill should I use', 'advise', 'suggest', 'help me with', or any work instruction involving code, design, planning, debugging, docs, testing, commits, PRs, strategy.","skill-advisor",{"claudeCode":12},"SKILL.md frontmatter at skills/skill-advisor/SKILL.md",[358,359,360,362],{"path":265,"priority":266},{"path":268,"priority":269},{"path":361,"priority":272},"references/gap-maps.md",{"path":363,"priority":272},"references/pipelines.md","en",{"basePath":366,"description":367,"displayName":368,"installMethods":369,"rationale":370,"selectedPaths":371,"source":287,"sourceLanguage":364,"type":241},"skills/skill-guard","Security auditor for Claude Code skills. Analyzes skills BEFORE installation using a 9-layer threat detection engine (permissions, static patterns, LLM semantic analysis, bundled scripts, data flow, MCP abuse, supply chain, reputation, anti-evasion) with scoring 0-100 and community audit registry. MUST be used whenever the user is about to install a skill — via npx skills add, /find-skills recommendation, /skill-advisor suggestion, or manual request. Also use when user says 'is this skill safe', 'audit this skill', 'check this skill', 'security scan', 'review before installing', or any mention of skill safety/trust/security. Intercept ALL skill installations proactively.","skill-guard",{"claudeCode":12},"SKILL.md frontmatter at skills/skill-guard/SKILL.md",[372,373,374],{"path":265,"priority":266},{"path":268,"priority":269},{"path":375,"priority":272},"references/patterns.md",{"basePath":377,"description":378,"displayName":379,"installMethods":380,"rationale":381,"selectedPaths":382,"source":287,"sourceLanguage":364,"type":241},"skills/skill-learner","Persistent correction system that captures mistakes from skills or Claude behavior and ensures they never repeat across sessions. Use whenever the user indicates something went wrong — \"that's wrong\", \"fix this\", \"not what I wanted\", \"learn from this\", \"don't do that again\", \"esto está mal\", \"aprende de esto\", \"no hagas eso otra vez\", or any correction, complaint, or teaching moment about Claude's output or a skill's behavior. Also use when the user asks to review, list, delete, or manage past corrections, or wants to create an improvement proposal for a skill author. Covers installed skills, general Claude behavior, and cross-session learning persistence.\n","skill-learner",{"claudeCode":12},"SKILL.md frontmatter at skills/skill-learner/SKILL.md",[383,384],{"path":265,"priority":266},{"path":385,"priority":272},"references/correction-patterns.md",{"basePath":238,"description":10,"displayName":13,"installMethods":387,"rationale":388,"selectedPaths":389,"source":287,"sourceLanguage":18,"type":241},{"claudeCode":12},"SKILL.md frontmatter at skills/usage-tracker/SKILL.md",[390,391,393,395],{"path":265,"priority":266},{"path":392,"priority":272},"references/log-usage.sh",{"path":394,"priority":272},"references/pricing.md",{"path":396,"priority":272},"references/usage-report.sh",{"sources":398},[399],"manual",{"closedIssues90d":8,"description":401,"forks":8,"homepage":402,"license":233,"openIssues90d":8,"pushedAt":230,"readmeSize":228,"stars":231,"topics":403},"Curated high-quality skills for Claude Code — skill-advisor and more","https://claude-skills-omega.vercel.app",[404,405,406,407,408,240,409,354],"agent-skills","ai-tools","anthropic","claude","claude-code","developer-tools",{"classifiedAt":411,"discoverAt":412,"extractAt":413,"githubAt":413,"updatedAt":411},1778691193146,1778689957073,1778691191083,[214,211,213,210,212],{"evaluatedAt":236,"extractAt":416,"updatedAt":417},1778691193352,1778691485825,[],[420,450,478,500,529,559],{"_creationTime":421,"_id":422,"community":423,"display":424,"identity":430,"providers":434,"relations":443,"tags":446,"workflow":447},1778695548458.3718,"k175vfqr247swcyt62e6v08a4x86mtf1",{"reviewCount":8},{"description":425,"installMethods":426,"name":428,"sourceUrl":429},"Investigate root causes and manage CAPAs (Corrective and Preventive Actions) for compliance deviations. Covers investigation method selection (5-Why, fishbone, fault tree), structured root cause analysis, corrective vs preventive action design, effectiveness verification, and trend analysis. Use when an audit finding requires a CAPA, when a deviation or incident occurs in a validated system, when a regulatory observation needs a formal response, when a data integrity anomaly requires investigation, or when recurring issues suggest a systemic root cause.\n",{"claudeCode":427},"pjt222/agent-almanac","investigate-capa-root-cause","https://github.com/pjt222/agent-almanac",{"basePath":431,"githubOwner":432,"githubRepo":433,"locale":364,"slug":428,"type":241},"skills/investigate-capa-root-cause","pjt222","agent-almanac",{"evaluate":435,"extract":442},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":436,"targetMarket":215,"tier":216},[437,438,439,440,441,214],"compliance","capa","investigation","root-cause-analysis","gxp",{"commitSha":248},{"parentExtensionId":444,"repoId":445},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[214,438,437,441,439,440],{"evaluatedAt":448,"extractAt":449,"updatedAt":448},1778699030088,1778695548458,{"_creationTime":451,"_id":452,"community":453,"display":454,"identity":460,"providers":464,"relations":472,"tags":474,"workflow":475},1778695753353.633,"k17fxb9fnez7bhk0sy8znxzx8n86m48r",{"reviewCount":8},{"description":455,"installMethods":456,"name":458,"sourceUrl":459},"Drift detection + baseline integrity guard for agent workspace files with automatic alerting support",{"claudeCode":457},"prompt-security/clawsec","soul-guardian","https://github.com/prompt-security/clawsec",{"basePath":461,"githubOwner":462,"githubRepo":463,"locale":364,"slug":458,"type":241},"skills/soul-guardian","prompt-security","clawsec",{"evaluate":465,"extract":471},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":466,"targetMarket":215,"tier":216},[467,468,214,469,470],"security","integrity","file-guard","workspace",{"commitSha":248},{"repoId":473},"kd72phsqkbk8w57ctvf7ac9nqs86n9t4",[214,469,468,467,470],{"evaluatedAt":476,"extractAt":477,"updatedAt":476},1778696065248,1778695753353,{"_creationTime":479,"_id":480,"community":481,"display":482,"identity":486,"providers":488,"relations":496,"tags":497,"workflow":498},1778695548458.3328,"k17cyw0d6mk1vdgew2xmncx1f186npdm",{"reviewCount":8},{"description":483,"installMethods":484,"name":485,"sourceUrl":429},"Audit project dependencies for version staleness, security vulnerabilities, and compatibility issues. Covers lock file analysis, upgrade path planning, and breaking change assessment. Use before a release to ensure dependencies are current and secure, during periodic maintenance reviews, after receiving a security advisory, when upgrading to a new language version, before submitting to CRAN or npm, or when inheriting a project to assess its dependency health.\n",{"claudeCode":427},"audit-dependency-versions",{"basePath":487,"githubOwner":432,"githubRepo":433,"locale":364,"slug":485,"type":241},"skills/audit-dependency-versions",{"evaluate":489,"extract":495},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":490,"targetMarket":215,"tier":216},[491,214,467,492,493,494],"dependencies","upgrades","versioning","maintenance",{"commitSha":248},{"parentExtensionId":444,"repoId":445},[214,491,494,467,492,493],{"evaluatedAt":499,"extractAt":449,"updatedAt":499},1778696062378,{"_creationTime":501,"_id":502,"community":503,"display":504,"identity":510,"providers":515,"relations":523,"tags":525,"workflow":526},1778694720643.034,"k175824bv0hy06y0gygd192pgd86nceh",{"reviewCount":8},{"description":505,"installMethods":506,"name":508,"sourceUrl":509},"Run a weekly SEO review for one registered website, write audit artifacts, and choose the next best safe action.",{"claudeCode":507},"nowork-studio/toprank","Toprank Weekly Review","https://github.com/nowork-studio/toprank",{"basePath":511,"githubOwner":512,"githubRepo":513,"locale":364,"slug":514,"type":241},"openclaw/skills/toprank-weekly-review","nowork-studio","toprank","toprank-weekly-review",{"evaluate":516,"extract":522},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":517,"targetMarket":215,"tier":216},[518,519,520,214,521],"seo","google-ads","meta-ads","automation",{"commitSha":248,"license":233},{"repoId":524},"kd74wn8s89tp9hrfsmcra492r586nbrv",[214,521,519,520,518],{"evaluatedAt":527,"extractAt":528,"updatedAt":527},1778694967711,1778694720643,{"_creationTime":530,"_id":531,"community":532,"display":533,"identity":539,"providers":543,"relations":551,"tags":554,"workflow":555},1778691884319.0674,"k17epektyn71reavpa0hvxmvch86mxwf",{"reviewCount":8},{"description":534,"installMethods":535,"name":537,"sourceUrl":538},"Show how many context window tokens each skill consumes. Use when the user asks about token cost, context budget, skill size, or wants to know which skills waste the most context space.",{"claudeCode":536},"khendzel/skills-janitor","janitor-tokens","https://github.com/khendzel/skills-janitor",{"basePath":540,"githubOwner":541,"githubRepo":542,"locale":364,"slug":537,"type":241},"skills/janitor-tokens","khendzel","skills-janitor",{"evaluate":544,"extract":550},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":545,"targetMarket":215,"tier":216},[546,547,548,549,214],"skills-management","code-analysis","cost-optimization","token-usage",{"commitSha":248},{"parentExtensionId":552,"repoId":553},"k173y287h96a0x42zvrvymzvgn86nq38","kd722xn3d2v8ze2vwgebvzgpv986mj48",[214,547,548,546,549],{"evaluatedAt":556,"extractAt":557,"updatedAt":558},1778692064277,1778691884319,1778692172994,{"_creationTime":560,"_id":561,"community":562,"display":563,"identity":567,"providers":569,"relations":575,"tags":576,"workflow":577},1778691884319.067,"k177wxk7zzyaycd3t6ads36e7586mkcw",{"reviewCount":8},{"description":564,"installMethods":565,"name":566,"sourceUrl":538},"Full health check of all your skills in one report. Use when the user wants to check for errors, find duplicates, detect broken skills, or get a complete overview of skill health.",{"claudeCode":536},"janitor-report",{"basePath":568,"githubOwner":541,"githubRepo":542,"locale":364,"slug":566,"type":241},"skills/janitor-report",{"evaluate":570,"extract":574},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":571,"targetMarket":215,"tier":216},[572,573,214,494,409],"skills","management",{"commitSha":248},{"parentExtensionId":552,"repoId":553},[214,409,494,573,572],{"evaluatedAt":578,"extractAt":557,"updatedAt":579},1778692022779,1778692172820]