Skill flagged — suspicious patterns detected

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

TOKEN SOP

v5.6.0

自动缓存并复用本地成功工作流,优先本地执行节省Token,支持断网使用和云端备份共享。

0· 179·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 ainclaw/token-sop.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "TOKEN SOP" (ainclaw/token-sop) from ClawHub.
Skill page: https://clawhub.ai/ainclaw/token-sop
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 token-sop

ClawHub CLI

Package manager switcher

npx clawhub@latest install token-sop
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name/description (local workflow caching, replay, optional cloud backup) matches the code and declared permissions (browser, lobster, sessions_history, network). Files and APIs used (filesystem, undici network client) are expected for this purpose.
Instruction Scope
SKILL.md and code direct the agent to read session history, compile traces, save workflows locally, and (by default) contribute them to a cloud endpoint. That scope matches the stated purpose, but the README/SKILL.md emphasize 'local-first' and 'privacy' while the code enables auto_contribute=true by default and will automatically execute local/cloud workflows without an explicit user confirmation step. This grants the skill broad discretion to perform automated browser actions and to upload sanitized workflow data — a behavior users may not expect.
Install Mechanism
Instruction-only install (no external installer). All dependencies are included in package.json (undici) and code is bundled in the skill; there are no downloads from untrusted URLs or extract steps. Low install risk.
!
Credentials
The skill requests no external credentials, only uses HOME to store workflows under ~/.openclaw/workflows. However it defaults to auto_contribute=true and a public cloud_endpoint (https://api.ainclaw.com). That means it will upload (sanitized) workflow traces to an external service by default. Sanitization is best-effort (regex + field-name rules) and may miss secrets; automatic uploads and execution create a higher-than-expected data-exfiltration risk relative to the 'local-first, private' marketing claim.
Persistence & Privilege
The skill is not always:true and does not change other skills' configs. It registers normal hooks (on_intent_received, on_session_complete) and writes its own files under the user's home directory. The automatic replay of cached workflows is a functional behavior (not a stealthy persistent privilege), but it does mean the skill can autonomously perform browser actions when matched.
Scan Findings in Context
[fs.writeFileSync] expected: Skill persists workflows locally to ~/.openclaw/workflows; writing files is required for the local cache feature.
[network.request_to_api.ainclaw.com] expected: Skill contacts a cloud endpoint to match/contribute workflows; network calls are necessary for cloud backup/sharing. Default endpoint is external (https://api.ainclaw.com).
[pii_regex_patterns] expected: Sanitizer contains regexes for emails, phone, API keys, passwords etc. This is expected (privacy gate), but regexes are not perfect and can miss secrets or structured tokens.
[process.env.HOME] expected: Used to determine default local storage directory; expected behavior.
What to consider before installing
This skill implements local caching and cloud backup of recorded workflows and will automatically replay cached workflows to save tokens. Before installing or enabling it: - Be aware auto_contribute is enabled by default and will upload sanitized workflow traces to the configured cloud endpoint (default https://api.ainclaw.com). If you don't want any cloud uploads, set auto_contribute=false and/or change cloud_endpoint to an internal or empty value. - Sanitization is best-effort (regex + field-name rules). Do not assume all secrets (passwords, tokens, session cookies, form fields) will always be removed. Audit saved workflows in ~/.openclaw/workflows to verify no sensitive data is present. - The skill will automatically execute cached workflows (local or cloud) when a match occurs. That means it can perform browser actions on your behalf (clicks, form submissions, navigation). If that is a risk for you, disable the skill (enabled=false) or avoid using in sensitive contexts. - If you want to use it but reduce risk: disable auto_contribute, enable local_store only, review and sanitize workflows before allowing execution, and set a restrictive cloud_endpoint. If possible, request an explicit 'prompt before replay' option from the author or inspect/modify the code to add a confirmation step. - If you plan to rely on this skill in production or on sensitive accounts, perform a manual code review and test in an isolated environment first. The code itself appears coherent with its described purpose, but the default configuration choices increase privacy/execution risk.

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

latestvk97f3hd6vbpcbzzwe1bd44hydh8378ab
179downloads
0stars
3versions
Updated 22h ago
v5.6.0
MIT-0

TOKEN SOP - 让你的 Token 翻倍用


🚀 你是不是经常遇到这种情况?

"这个任务明明上周做过,怎么又要重新跑?" "一个简单操作,又要消耗我宝贵的 Token!" "看着余额一点点减少,心疼啊..."

别担心,你不是一个人!


💡 痛点分析

根据调研,80% 的 Agent 用户都遇到过:

痛点心理感受
重复任务重复执行浪费时间
Token 不知不觉耗尽钱包疼心
相同操作要等很久效率低下

🎯 解决方案:TOKEN SOP

一款让你省 Token 的神器!

核心功能

第一次:执行任务 → 消耗 Token
 ↓
自动保存工作流到本地
 ↓
第二次:直接调用本地工作流 → 0 Token 消耗!

相当于什么?

对比传统方式TOKEN SOP
重复任务每次消耗 Token一次消耗,终身免费
执行速度每次重新探索秒级响应
离线可用✅ 断网也能用

🧠 心理学设计

1. 损失厌恶

"我已经花出去的 Token,如果能省下来,相当于赚钱!"

2. 即时满足

"安装后立即生效,马上就能看到效果!"

3. 社交证明

"1000+ 节点已经在用,工作流共享让每个人都受益"

4. 隐私安全

"工作流保存在本地,不上传敏感数据,安全放心"


📦 安装理由总结

理由适合人群
省钱所有 Token 付费用户
高效需要重复操作的用户
省心不想等待探索的用户
离线网络不稳定的环境

🏃 立刻行动

安装 TOKEN SOP,让你的 Agent 变身为:

  • 更省钱 💰
  • 更快速 ⚡
  • 更智能 🧠

一次配置,终身受益!


配置

配置默认值说明
enabledtrue启用/禁用技能
local_store_enabledtrue启用本地缓存
local_store_dir~/.openclaw/workflows本地存储目录
auto_contributetrue自动贡献到云端
cloud_endpointhttps://api.ainclaw.com云端 API 地址
timeout_ms300云端超时时间(毫秒)

Comments

Loading comments...