← Back to Skills Marketplace
486
Downloads
0
Stars
2
Active Installs
3
Versions
Install in OpenClaw
/install openclaw-skill-money-idea-generator
Description
赚钱灵感生成器 | Money Idea Generator. 自动发现 AI 变现机会,生成可落地的赚钱灵感。支持多平台监控:GitHub、抖音、B站、小红书、Twitter。触发词:赚钱灵感、赚钱机会、AI 变现、商业灵感.
Usage Guidance
This skill appears to implement the advertised idea‑generation features, but before installing: 1) Inspect or run the code in a sandbox — there is no automated installer and dependencies (Python 'requests', plus optionally the 'bird' CLI for Twitter) must be present. 2) Check whether you have a local 'bird' CLI configured — the skill calls it via subprocess and that CLI may use stored Twitter credentials; if you don't want that, remove or disable the 'bird' call. 3) If you provide a GitHub token, use a token with minimal scope (read‑only) and understand it's optional; the skill will work without it but with stricter rate limits. 4) Review network endpoints used (api.gitterapp.com, api.bilibili.com, GitHub API and various search URLs) and confirm you are comfortable with the skill making outbound requests. 5) Note the skill will create files under ~/.openclaw/... — review those files and their permissions or change the data_dir in AssetPool if you prefer a different location. If you need low risk, run it locally in an isolated environment or container and avoid supplying additional credentials.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-skill-money-idea-generator
Version: 0.1.2
The skill is classified as suspicious primarily due to the execution of an undeclared external binary, `bird`, via `subprocess.run` in `scripts/multi_source_monitor.py`. While the arguments to `bird` are hardcoded, the execution of an arbitrary, undeclared command is a significant vulnerability that could lead to unexpected behavior or RCE if the `bird` command is compromised or manipulated. Additionally, `scripts/github_monitor.py` relies on an 'unofficial API' (`api.gitterapp.com`), introducing a supply chain risk. These risky capabilities, without clear malicious intent, warrant a 'suspicious' classification.
Capability Assessment
Purpose & Capability
The code implements multi‑platform monitoring (GitHub, Douyin, Bilibili, Xiaohongshu, Twitter) and idea generation/asset storage consistent with the description. However, the declared runtime requirements (only python3 and curl) omit other capabilities the code expects (e.g., the 'bird' Twitter CLI and the Python 'requests' package). Use of a non‑official GitHub trending API (api.gitterapp.com) is also present — plausible but nonstandard.
Instruction Scope
SKILL.md describes only the high‑level usage and mentions configuring a GITHUB_TOKEN in config.py. The code itself performs network requests to multiple external endpoints (api.github.com, api.gitterapp.com, api.bilibili.com, various search URLs) and invokes the 'bird' CLI via subprocess.run for Twitter data. The instructions do not call for reading unrelated system files, but they do rely on running external network calls and an external CLI whose presence/credentials may be preconfigured on the host.
Install Mechanism
There is no install spec (the package is effectively distributed as code files). README suggests pip install requests but there is no automated dependency declaration or installer. That means dependencies (requests) and optional CLIs (bird) must be provided by the environment manually — a minor friction and auditing point, but not inherently malicious. No downloads from arbitrary URLs or archive extraction were found.
Credentials
Metadata declares no required environment variables, yet config.py reads GITHUB_TOKEN from the environment (optional). The code may use any credentials that the system CLI 'bird' has access to (the skill calls subprocess.run(['bird', ...]) without declaring it). This mismatch (undeclared optional env usage and reliance on a CLI that may carry credentials) is a proportionality/visibility concern: users should be aware that existing local CLI credentials could be used when the skill runs.
Persistence & Privilege
The skill writes data to a subdirectory in the user's home (~/.openclaw/workspace/memory/money-ideas) to store ideas, executions, and revenue records. This local persistence matches its asset‑pool purpose. always:false and normal autonomous invocation defaults are used (no elevated platform privileges).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-skill-money-idea-generator - After installation, invoke the skill by name or use
/openclaw-skill-money-idea-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
Multi-platform monitoring and asset tracking added.
- Added support for monitoring money-making opportunities across multiple platforms: GitHub, Douyin, Bilibili, Xiaohongshu, and Twitter.
- Introduced asset pool management: save, track, and record implementation status and actual earnings for each idea.
- Updated keywords, usage examples, and documentation to reflect expanded functionality.
- Added scripts/multi_source_monitor.py for new data sources.
- Enhanced recommendation and classification options to include user preferences and more platforms.
v0.1.1
- Updated README.md for improved documentation.
- No changes to functionality or features.
v0.1.0
Initial release summary: Launch of the Money Idea Generator with AI monetization insight features.
- Generates actionable money-making ideas based on trending AI projects and user preferences.
- Monitors GitHub Trending AI repos and analyzes monetization potential.
- Provides potential scoring (high/medium/low), startup cost, and expected income estimates.
- Offers categorized and personalized recommendations by field and difficulty.
- Supports natural language prompts for idea generation and project analysis.
Metadata
Frequently Asked Questions
What is Openclaw Skill Money Idea Generator?
赚钱灵感生成器 | Money Idea Generator. 自动发现 AI 变现机会,生成可落地的赚钱灵感。支持多平台监控:GitHub、抖音、B站、小红书、Twitter。触发词:赚钱灵感、赚钱机会、AI 变现、商业灵感. It is an AI Agent Skill for Claude Code / OpenClaw, with 486 downloads so far.
How do I install Openclaw Skill Money Idea Generator?
Run "/install openclaw-skill-money-idea-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Skill Money Idea Generator free?
Yes, Openclaw Skill Money Idea Generator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Openclaw Skill Money Idea Generator support?
Openclaw Skill Money Idea Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Skill Money Idea Generator?
It is built and maintained by outman (@devotion-coding); the current version is v0.1.2.
More Skills