← Back to Skills Marketplace
227
Downloads
0
Stars
0
Active Installs
8
Versions
Install in OpenClaw
/install money-never-sleep
Description
MNS (Money Never Sleep, Market Neutral Strategist) CLI skill for autonomous agents. Provides investment portfolio tracking, market sentiment analysis using C...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install money-never-sleep - After installation, invoke the skill by name or use
/money-never-sleep - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Money Never Sleep?
MNS (Money Never Sleep, Market Neutral Strategist) CLI skill for autonomous agents. Provides investment portfolio tracking, market sentiment analysis using C... It is an AI Agent Skill for Claude Code / OpenClaw, with 227 downloads so far.
How do I install Money Never Sleep?
Run "/install money-never-sleep" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Money Never Sleep free?
Yes, Money Never Sleep is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Money Never Sleep support?
Money Never Sleep is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Money Never Sleep?
It is built and maintained by Sopaco (@sopaco); the current version is v0.5.10.
More Skills