Skill flagged — suspicious patterns detected

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

Etf

v2.0.0

Analyze ETF holdings, compare fund metrics, and review sector allocation data. Use when screening ETFs, comparing ratios, or tracking allocations.

0· 217·2 current·2 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 bytesagain3/etf.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Etf" (bytesagain3/etf) from ClawHub.
Skill page: https://clawhub.ai/bytesagain3/etf
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 etf

ClawHub CLI

Package manager switcher

npx clawhub@latest install etf
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise ETF analysis; the shipped script implements a local CLI that logs entries, searches, exports, and shows stats — all consistent with a small offline utility.
Instruction Scope
SKILL.md and the script operate only on the declared local data directory (~/.local/share/etf) and standard shell utilities (grep, tail, du, wc). There are no instructions to read unrelated system files or to transmit data off-machine.
Install Mechanism
No install spec is provided (instruction-only). The bundle includes a plain shell script; nothing is downloaded or extracted from external URLs at install time.
Credentials
The skill requires no environment variables, credentials, or external service tokens. It only uses $HOME to build its own data directory, which is appropriate for a local CLI tool.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and only writes to its own data dir under the user's home. Its persistent footprint is limited to ~/.local/share/etf and the installed script.
Assessment
This tool stores all entries and history under ~/.local/share/etf and can export them to JSON/CSV/TXT. Before using, be aware that anything you type (including sensitive text) will be saved in those log files. Periodically check disk usage if you log a lot, and remove ~/.local/share/etf to fully delete recorded data. If you plan to share exported files, review them first to avoid leaking secrets.

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

latestvk9784tv1gfvejx5hre2f0pqjj1834mg8
217downloads
0stars
1versions
Updated 23h ago
v2.0.0
MIT-0

Etf

Etf makes utility tools simple. Record, search, and analyze your data with clear terminal output.

Why Etf?

  • Works entirely offline — your data never leaves your machine
  • Simple command-line interface, no GUI needed
  • Export to JSON, CSV, or plain text anytime
  • Automatic history and activity logging

Getting Started

# See what you can do
etf help

# Check current status
etf status

# View your statistics
etf stats

Commands

CommandWhat it does
etf runRun
etf checkCheck
etf convertConvert
etf analyzeAnalyze
etf generateGenerate
etf previewPreview
etf batchBatch
etf compareCompare
etf exportExport
etf configConfig
etf statusStatus
etf reportReport
etf statsSummary statistics
etf export<fmt> Export (json
etf search<term> Search entries
etf recentRecent activity
etf statusHealth check
etf helpShow this help
etf versionShow version
etf $name:$c entries
etf Total:$total entries
etf Datasize: $(du -sh "$DATA_DIR" 2>/dev/null
etf Version:v2.0.0
etf Datadir: $DATA_DIR
etf Entries:$(cat "$DATA_DIR"/*.log 2>/dev/null
etf Disk:$(du -sh "$DATA_DIR" 2>/dev/null
etf Last:$(tail -1 "$DATA_DIR/history.log" 2>/dev/null
etf Status:OK
etf [Etf]run: $input
etf Saved.Total run entries: $total
etf [Etf]check: $input
etf Saved.Total check entries: $total
etf [Etf]convert: $input
etf Saved.Total convert entries: $total
etf [Etf]analyze: $input
etf Saved.Total analyze entries: $total
etf [Etf]generate: $input
etf Saved.Total generate entries: $total
etf [Etf]preview: $input
etf Saved.Total preview entries: $total
etf [Etf]batch: $input
etf Saved.Total batch entries: $total
etf [Etf]compare: $input
etf Saved.Total compare entries: $total
etf [Etf]export: $input
etf Saved.Total export entries: $total
etf [Etf]config: $input
etf Saved.Total config entries: $total
etf [Etf]status: $input
etf Saved.Total status entries: $total
etf [Etf]report: $input
etf Saved.Total report entries: $total

Data Storage

All data is stored locally at ~/.local/share/etf/. Each action is logged with timestamps. Use export to back up your data anytime.

Feedback

Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...