Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

AI 토큰세이버

v1.1.0

한국어 특화 Context DB로 AI 토큰 사용량을 최대 96% 절감하며 프롬프트를 최적화하고 메모리 검색을 지원합니다.

0· 99·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dorongss/ai-token-saver.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "AI 토큰세이버" (dorongss/ai-token-saver) from ClawHub.
Skill page: https://clawhub.ai/dorongss/ai-token-saver
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ai-token-saver

ClawHub CLI

Package manager switcher

npx clawhub@latest install ai-token-saver
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name/description claim a Context DB for token savings and the bundled Python client (scripts/token_saver.py) implements exactly that (save/search/list/usage against https://api.tokensaver.ai). So capability matches purpose. However, registry metadata declared no required environment variables/credentials while the client requires an API key (constructor or TOKENSAVER_API_KEY). That omission is inconsistent.
Instruction Scope
SKILL.md examples show using the TokenSaver client and indicate obtaining an API key from https://tokensaver.ai; runtime instructions and the client perform HTTP requests to the service endpoints listed in data/endpoints.json. The instructions do not direct the agent to read unrelated local files or other credentials. They do, however, recommend 'pip install token-saver' (see install section) which is an external action outside the included code and not represented in the skill metadata.
!
Install Mechanism
There is no install spec in the skill bundle (instruction-only), but SKILL.md instructs users to run 'pip install token-saver'. The repository already includes a client script, so recommending pip may cause users to install an external PyPI package which might differ (typo‑squatting risk) or execute unrelated code. Lack of an explicit, verifiable install/source for that package is a risk.
!
Credentials
The Python client requires an API key (constructor param or TOKENSAVER_API_KEY env var) and will send stored content to https://api.tokensaver.ai. The skill metadata declares no required env vars/primary credential — an inconsistency. Requiring a single service API key is proportionate to the stated purpose, but the omission in metadata and the fact that user-provided content is transmitted to an external service are notable privacy/security considerations.
Persistence & Privilege
The skill is not 'always: true' and does not request system-wide persistence or modify other skills. It behaves as a normal client that makes network calls to its API endpoints.
What to consider before installing
Before installing or using this skill, consider the following: 1) The included Python client requires an API key (TOKENSAVER_API_KEY or passed to TokenSaver), but the skill metadata does not declare that — do not supply secrets until you verify the service and key issuance process. 2) SKILL.md tells you to 'pip install token-saver' even though the bundle contains a client script; verify the PyPI package name and publisher (tokensaver.ai maker) before running pip to avoid typo‑squatting. 3) This skill sends whatever you save to an external API (tokensaver.ai). Do not send passwords, private keys, or other sensitive data to the service until you confirm its privacy policy, retention practices, and TLS/certificate legitimacy. 4) If you want to test safely, run the included script in an isolated environment (container or VM) and inspect network calls (e.g., with a proxy) before giving real data. 5) If you need to proceed, prefer providing an API key with limited scope or a throwaway account, and confirm the domain and package ownership independently (domain WHOIS / PyPI maintainer).

Like a lobster shell, security has layers — review code before you run it.

latestvk97b2sx3fka763s5jkb09ssgdx83g5gf
99downloads
0stars
2versions
Updated 1mo ago
v1.1.0
MIT-0

토큰세이버 (TokenSaver)

AI 토큰 사용량 96% 절감!

한국어 Context DB로 긴 프롬프트를 짧은 검색으로 대체.

🎯 왜 필요한가?

상황기존토큰세이버
컨텍스트 전달1,500토큰~50토큰
메모리 검색전체 로드레벨별 검색
월 비용$100$4

96% 절감!

🚀 사용법

설치

pip install token-saver

기본 사용

from token_saver import TokenSaver

# API Key 설정 (무료: 50회/월)
ts = TokenSaver(api_key="your_key")

# 저장
ts.save("project/alpha", "이 프로젝트는...")

# 검색 (토큰 절약!)
result = ts.search("프로젝트 정보", level=0)  # 96% 절약

CLI

# 저장
token-saver save "memories/roadmap" --content "2026년 목표: 10억"

# 검색
token-saver search "목표" --level 0

# 사용량
token-saver usage

📊 검색 레벨

레벨토큰절감용도
0~5096%빠른 검색, 키워드만
1~20091%컨텍스트 파악
2~500+원본상세 작업

💰 요금제

플랜가격API 호출
Free$050회/월
Pro$9/월1,000회/월
Team$29/월무제한

🔑 API Key 발급

  1. https://tokensaver.ai 접속
  2. 회원가입
  3. API Key 발급

🇰🇷 한국어 특화

  • 형태소 분석 기반 검색
  • 한국어 비즈니스 템플릿
  • 한국 시간대 기반

토큰세이버 v1.0.0 AI 토큰 96% 절감!

Comments

Loading comments...