← 返回 Skills 市场
sopaco

Money Never Sleep

作者 Sopaco · GitHub ↗ · v0.5.10 · MIT-0
darwinlinuxwin32 ✓ 安全检测通过
227
总下载
0
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install money-never-sleep
功能描述
MNS (Money Never Sleep, Market Neutral Strategist) CLI skill for autonomous agents. Provides investment portfolio tracking, market sentiment analysis using C...
安全使用建议
This skill appears to be what it says: a local CLI for tracking portfolios and generating strategy suggestions that fetches market sentiment and prices from the network and stores data under ~/.mns. Before installing or allowing an agent to run it autonomously: 1) Verify the npm package (@never-sleeps/mns-cli) and GitHub repo match and inspect the package contents (or prefer installing from a pinned tarball or building from the repo) because npx/npm will execute third-party code at install/run time. 2) Be aware it will create/modify ~/.mns/mns.db and config.toml and write reports to a report directory. 3) If you do not want an agent to autonomously install/run packages or perform network operations, disable autonomous invocation or restrict its ability to run shell/npm commands. 4) If you need stronger assurance, review the published package source and release artifacts for unexpected network endpoints or code that touches unrelated system paths before running.
功能分析
Type: OpenClaw Skill Name: money-never-sleep Version: 0.5.10 The 'money-never-sleep' skill bundle is a legitimate investment portfolio management and strategy tool that uses the CNN Fear & Greed Index for market analysis. It operates using a local SQLite database (~/.mns/mns.db) and requires network access only for fetching market sentiment and price updates from public endpoints (e.g., cnn.io). The instructions provided in SKILL.md and the reference files are clearly aligned with the tool's stated purpose, and no evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
The name/description (market-neutral CLI that uses CNN Fear & Greed Index) matches the commands and config described: portfolio management, recording trades, fetching sentiment, updating prices, generating reports and backtests. Declared required binaries (npm/npx/bun) are reasonable for a Node/Bun CLI.
Instruction Scope
SKILL.md only instructs the agent to run the CLI commands and to read/write its own config and DB under ~/.mns and a local reports directory; it also documents network operations limited to price updates and fetching the CNN Fear & Greed Index. There are no instructions to access unrelated system files or other credentials.
Install Mechanism
The registry provides no formal install spec, but SKILL.md instructs users/agents to install or run @never-sleeps/mns-cli via npm/bun/npx. Installing/running packages from npm (or using npx) executes third-party code obtained at runtime and is a supply-chain risk — this is expected for a CLI but should be verified (check the npm package and GitHub source).
Credentials
The skill requests no environment variables or credentials and doesn't claim to access financial accounts or broker APIs. Its network use (price updates, CNN endpoint) is proportional to the stated purpose. It stores data locally under ~/.mns, which is appropriate for a CLI of this type.
Persistence & Privilege
always:false and normal agent invocation are used. The tool writes its own config and DB files (~/.mns) but does not request elevated or cross-skill privileges. Note: an autonomous agent could install/run the CLI (via npx/npm) and execute commands — that capability is normal but worth considering if you restrict autonomous actions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install money-never-sleep
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /money-never-sleep 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.5.10
- Removed example data files: assets/examples/portfolio-example.json and report-example.json. - Updated strategy documentation in SKILL.md, including new buy/sell matrix ranges, thresholds, and advanced agent workflow guidance. - Added sections on industry/portfolio risk analysis for agent workflows. - No breaking changes to core functionality; documentation and sample data cleanup only.
v0.5.8
money-never-sleep 0.5.8 - Version bump from 0.5.7 to 0.5.8. - No changes detected in source files or documentation content.
v0.5.7
Version 0.5.7 - Added strategy backtesting (回测策略) functionality, allowing users to test and compare configurations using historical data. - Enhanced price update capabilities: now supports both manual and automatic (online) price updates for assets. - Expanded configuration management and sell ratio matrix for more flexible portfolio strategies. - Updated documentation with new workflows, improved configuration parameter explanations, and detailed usage guidance. - Various clarifications and workflow improvements for daily operations and risk warning mechanisms.
v0.5.4
Version 0.5.4 Changelog - Updated compatibility: now requires Node.js 18+ or Bun. - Modernized Openclaw metadata format, specifying supported platforms and binaries. - Simplified security and compatibility notes. - Improved documentation structure; redundant and detailed content reduced for clarity. - No changes to program code or CLI functions—documentation and metadata only.
v0.5.3
- Now explicitly states that the CLI does not execute real trades or connect to broker APIs; all trading actions must be performed manually and recorded in the tool. - Clarified "交易记录" (trade recording) replaces "交易执行" (trade execution) in skill description and documentation. - Added "ClawHub Security Verified" certification, with details about safety, local data storage, and open-source transparency. - Expanded skill triggers and improved language around configuration/reset warnings for storage initialization. - Updated metadata: new version number, added security and source code fields.
v0.5.2
- Removed 5 files, including README.md, package.json, and all scripts in the scripts/ directory. - Updated installation and usage documentation to reflect the new unified CLI: now use npm install -g @never-sleeps/mns-cli and the mns command. - Removed references to platform-specific binaries and npx usage in documentation. - Documentation now highlights simplified setup and command usage. - Auxiliary script explanations were removed alongside the script files.
v0.5.1
- CLI 二进制包的 npm 包名由 `@mns/cli-*` 统一变更为 `@never-sleeps/cli-*`,影响了所有使用示例和初始化命令。 - 快速开始、操作示例和工作流说明中的所有 CLI 调用命令已同步替换为新包名(如 `npx @never-sleeps/cli-darwin-arm64 ...`)。 - 其余功能、策略说明和扩展建议内容保持不变。
v0.5.0
Initial release of money-never-sleep skill: - Provides CLI tools for investment portfolio management and automated contrarian strategy execution. - Integrates CNN Fear & Greed Index for market sentiment analysis and buy/sell decision-making. - Supports daily report generation, trading record-keeping, and cash/position updates. - Offers configuration management for strategy parameters and detailed error handling advice. - Compatible with Node.js, available as prebuilt binaries for major platforms, and uses a local SQLite database for data storage.
元数据
Slug money-never-sleep
版本 0.5.10
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 8
常见问题

Money Never Sleep 是什么?

MNS (Money Never Sleep, Market Neutral Strategist) CLI skill for autonomous agents. Provides investment portfolio tracking, market sentiment analysis using C... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 227 次。

如何安装 Money Never Sleep?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install money-never-sleep」即可一键安装,无需额外配置。

Money Never Sleep 是免费的吗?

是的,Money Never Sleep 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Money Never Sleep 支持哪些平台?

Money Never Sleep 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Money Never Sleep?

由 Sopaco(@sopaco)开发并维护,当前版本 v0.5.10。

💬 留言讨论