← 返回 Skills 市场
mbugus94-lang

Clawmart Skills Empire

作者 mbugus94-lang · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
370
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install clawmart-skills-empire
功能描述
Create, package, and sell AI skills with 5 premium templates, sales automation, pricing tiers, and launch tools to build a $10K/month business on ClawMart.
使用说明 (SKILL.md)

SKILL.md - ClawMart Skills Empire

Skill Overview

Name: ClawMart Skills Empire Version: 1.0.0 Category: Business & Marketing Tags: ai-skills, passive-income, automation, clowdhub, gumroad Version: 1.0.0 Author: David Gakere

Description

Turn your AI expertise into a $10K/month business. Complete system to create, package, and sell AI skills on ClawMart marketplace. Includes 5 premium skill templates, sales pages, pricing strategies, and launch automation.

Features

Core Features

  • 5 ready-to-deploy skill templates (Trading, Content, Leads, Data, Support)
  • Sales page generator with conversion optimization
  • Dynamic pricing tiers ($9/$19/$39)
  • Testimonial & review system
  • Launch checklist & automation

Technical Features

  • Copy-paste deployment to ClawMart
  • Demo scripts for each skill
  • Documentation templates
  • Update system for buyers

Installation

# Clone to your skills folder
cp -r clawmart-skills-empire ~/clawd/skills/

# Test the demo
python demo.py

Usage

Creating Your First Skill

  1. Choose a template from /templates
  2. Customize config.json with your details
  3. Edit SKILL.md with your documentation
  4. Deploy to ClawMart

Running Demo

python demo.py

Skill Templates Included

Template Use Case Complexity
Trading Signals Forex/crypto signals Advanced
Content Engine Social media/blog automation Intermediate
Lead Gen Pro B2B lead generation Intermediate
Data Analyzer Business intelligence Beginner
Support Bot Customer service automation Beginner

Pricing Tiers

Starter - $9

  • Basic skill template
  • Standard documentation
  • Email support

Pro - $19

  • Full skill with all features
  • Priority support
  • Free updates for 6 months

Empire - $39

  • All 5 skill templates
  • White-label rights
  • Lifetime updates
  • 1-on-1 onboarding call

Examples of Skills You Can Create

  1. XAUUSD Scanner - Scans gold for trading setups
  2. Tweet Generator - Auto-creates social content
  3. Email Writer - Cold outreach emails
  4. PDF Report Builder - Auto-generates reports
  5. Meeting Notes - Summarizes Zoom calls

Requirements

  • OpenClaw installed
  • Python 3.8+
  • API keys (specific to each skill)

Troubleshooting

Q: Skills not appearing in marketplace? A: Ensure SKILL.md is properly formatted with all required fields.

Q: Demo not working? A: Check that all dependencies are installed: pip install -r requirements.txt

Changelog

v1.0.0 (Feb 2026)

  • Initial release
  • 5 premium skill templates
  • Sales & marketing suite

Support: [email protected] License: Commercial

安全使用建议
What to consider before installing or using this skill: - Incomplete/misleading package: The marketing text and README claim 'full source' and multiple demo scripts, but only demo.py (a printout) and documentation templates are included — the actual implementation modules referenced in the templates are missing. Ask the author for the real source code for each template before trusting or buying. - Missing files referenced in docs: SKILL.md/README refer to requirements.txt and pricing.json that are not present. That suggests the package is incomplete or packaged for sale without the working code. - External demo_url: config.json points to an external domain (manus.space). The repository does not use it, but verify that URL independently (it could be a harmless marketing page) and avoid sending any data there until you confirm its purpose. - Sensitive functionality in templates: Several templates describe web scraping, email verification, CRM connectors, and trading automation. When those are implemented, they will require third-party credentials and can be used to collect PII or connect to real accounts. Do not provide API keys, CRM credentials, or trading account details without reviewing the implementation and ensuring it runs in a safe/sandboxed environment. - Safe handling recommendations: - Do not run unknown code on production systems. Run in an isolated VM or container first. - Inspect any implementation code (network calls, HTTP endpoints, telemetry) before adding credentials. - If you purchase or deploy, request a signed/verified copy of the full source and a list of exact dependencies and where any external endpoints are called. - If you only need templates, treat these as documentation samples rather than deployable software until implementations are supplied. If you want, I can: - Search the repository for network calls or hidden endpoints (none found in the provided files) and highlight lines to inspect. - Generate a short checklist to vet the missing modules when the author provides them. Confidence: medium — code present is small and benign, but the package appears incomplete/misrepresented and contains templates for potentially privacy-sensitive features; additional files from the author would materially change the assessment.
功能分析
Type: OpenClaw Skill Name: clawmart-skills-empire Version: 1.0.0 The skill bundle appears benign. All files, including markdown instructions, are consistent with a legitimate product for creating and selling AI skills. There is no evidence of prompt injection against the agent, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The `demo.py` script is purely informational, and the `SKILL.md` and `README.md` provide standard installation and usage instructions. While some skill templates imply network communication (e.g., 'Telegram/Discord alerts' in `trading-signals.md`), this is a core, expected functionality for such a skill and does not, in itself, indicate malicious intent without the actual implementation code.
能力评估
Purpose & Capability
The name/description claim to provide 5 premium templates and a sales/launch suite — the repository contains documentation, templates, pricing, and a demo script that align with that claim. However the package repeatedly claims 'full source code' and demo scripts for each skill, yet no implementation modules are present (e.g., content_engine, data_analyzer, lead_gen, trading_signals modules are referenced in templates but not included). Also marketing items (Gumroad listing, pricing) and a demo_url are present despite there being no installer or packaged binaries. These gaps suggest the package is incomplete or misrepresented.
Instruction Scope
SKILL.md instructs only simple actions (copy folder, edit config.json, run demo.py). It does not instruct reading unrelated system files. However there are problematic/inconsistent instructions: it tells users to run 'pip install -r requirements.txt' but no requirements.txt exists; templates instruct installing packages (e.g., MetaTrader5) and to configure API keys but do not specify which environment variables or where to store credentials. The included config.json contains an external demo_url (https://clawskills-kldtlvqh.manus.space/) but none of the code references or uses it; this could be harmless marketing but is an unexplained external endpoint.
Install Mechanism
This is an instruction-only skill with no install spec and no download/install steps. That reduces supply-chain risk: nothing will be written to disk by an automated installer. The only file that executes is demo.py, which only prints text and does not perform network or filesystem operations.
Credentials
The repository requests no environment variables or credentials in metadata, which is coherent for a template/demo package. However the documentation and templates repeatedly reference API keys, CRM connectors, email verifiers, and trading (MT5) accounts — all of which require sensitive credentials when implemented. Because the package lacks the actual implementation modules, there's no declared or enforced env var usage; that mismatch (docs asking for API keys but code not present) is a red flag from a transparency standpoint. Users should not provide real credentials until the implementations are inspected.
Persistence & Privilege
The skill does not request persistent installation privileges, always:false, and does not modify other skills or system-wide settings. No autorun or persistent services are declared.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawmart-skills-empire
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawmart-skills-empire 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
ClawMart Skills Empire v1.0.0 - Initial release of ClawMart Skills Empire toolkit - Includes 5 ready-to-deploy AI skill templates covering Trading, Content, Leads, Data, and Support - Features a sales page generator, dynamic pricing tiers, testimonial/review system, and launch automation - Copy-paste deployment for ClawMart, demo scripts, and documentation templates provided - Three pricing tiers: Starter, Pro, Empire with escalating features and support
元数据
Slug clawmart-skills-empire
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Clawmart Skills Empire 是什么?

Create, package, and sell AI skills with 5 premium templates, sales automation, pricing tiers, and launch tools to build a $10K/month business on ClawMart. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 370 次。

如何安装 Clawmart Skills Empire?

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

Clawmart Skills Empire 是免费的吗?

是的,Clawmart Skills Empire 完全免费(开源免费),可自由下载、安装和使用。

Clawmart Skills Empire 支持哪些平台?

Clawmart Skills Empire 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Clawmart Skills Empire?

由 mbugus94-lang(@mbugus94-lang)开发并维护,当前版本 v1.0.0。

💬 留言讨论