tokenforge-ko-to-en-prompt-dashboard

tokenforge-ko-to-en-prompt-dashboard is a skill for Claude Code, Codex from gameworkerkim/vibe-investing. It costs 0 tokens per session (1,585 once invoked), scanned A, original, no licence file.

한국어·외국어 프롬프트를 DeepSeek으로 영어 최적화하고 Claude/ChatGPT 토큰 절약을 예측하는 브라우저 대시보드. Goal: 1) 전체 계획 프롬프트로 설계 → 2) 기억에 저장 → 3) 단계별 세부 프롬프트를 한국어로 작성 → 4) DeepSeek(v4-flash)로 영어 최적화 → 5) 토큰 절약(Claude/ChatGPT) 예측 → 6) SKILL.md 로 내보내기.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

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/gameworkerkim/vibe-investing/tokenforge-sample
Any agent
npx skills add gameworkerkim/vibe-investing --skill tokenforge-sample
Clone the repo
git clone --depth 1 https://github.com/gameworkerkim/vibe-investing

Made for: Claude Code, Codex.

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 tokenforge-ko-to-en-prompt-dashboard

README.md
[![agentmods](https://agentmods.dev/badge/skills/gameworkerkim/vibe-investing/tokenforge-sample.svg)](https://agentmods.dev/skills/gameworkerkim/vibe-investing/tokenforge-sample)
Your own site
<a href="https://agentmods.dev/skills/gameworkerkim/vibe-investing/tokenforge-sample"><img src="https://agentmods.dev/badge/skills/gameworkerkim/vibe-investing/tokenforge-sample.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,585 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.00000 $0.01585
Opus 5 $0.00000 $0.00792
Sonnet 5 $0.00000 $0.00317
Haiku 4.5 $0.00000 $0.00159

Measured today against content hash 0df5ad3c54ac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

tokenforge-ko-to-en-prompt-dashboard 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 today.

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.

TokenForge/skills/tokenforge-sample/SKILL.md · 96 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

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. today First seen · 96 lines · 0 tokens per session scan A 0df5ad3c54ac

Subscribe to this mod's changes

tokenforge-ko-to-en-prompt-dashboard is a skill published in the GitHub repository gameworkerkim/vibe-investing (330 stars, last pushed today), with no licence file. It costs nothing until one of its globs matches a file; then it loads 1,585 tokens. 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-09-06.

Related

Other skills, from other repositories

foundry-config-setup

Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.

microsoft/agent-framework · 65 tokens

model-registry-maintainer

Guide for maintaining the MassGen model and backend registry. This skill should be used when adding new models, updating model information (release dates, pricing, context windows), or ensuring the registry stays current with provider releases. Covers both the capabilities registry and the pricing/token manager.

massgen/MassGen · 60 tokens

agent-v3-memory-specialist

Agent skill for v3-memory-specialist - invoke with $agent-v3-memory-specialist.

ruvnet/ruflo · 25 tokens

agent-neural-network

Agent skill for neural-network - invoke with $agent-neural-network.

ruvnet/ruflo · 18 tokens

embeddings

Vector embeddings with HNSW indexing, sql.js persistence, and hyperbolic support. 75x faster with agentic-flow integration. Use when: semantic search, pattern matching, similarity queries, knowledge retrieval. Skip when: exact text matching, simple lookups, no semantic understanding needed.

ruvnet/ruflo · 62 tokens

neural-training

Neural pattern training with SONA (Self-Optimizing Neural Architecture), MoE (Mixture of Experts), and EWC++ for knowledge consolidation. Use when: pattern learning, model optimization, knowledge transfer, adaptive routing. Skip when: simple tasks, no learning required, one-off operations.

ruvnet/ruflo · 64 tokens