← 返回 Skills 市场
qinshimeng18

market-kit-skills

作者 JustAI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
95
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install market-kit-skills
功能描述
Use when the user needs marketing deliverables such as campaign plans, Xiaohongshu notes, audience positioning, selling-point refinement, reference-grounded...
安全使用建议
This skill does implement the marketing functionality it advertises, but it also expects a JustAI API key and will read and write configuration in your home directory (shell rc files like ~/.zshrc or ~/.bashrc and local JSON config files) and contacts justailab.com. The registry metadata does not declare those environment variables or config writes — that's the main mismatch and risk. Before installing: (1) only install if you trust the justailab endpoint and the skill author; (2) review scripts/_common.py (persist_api_key, _candidate_config_paths, and network request code) to understand exactly what will be read/written and when auto-login runs; (3) prefer running these scripts in an isolated environment (throwaway account, container, or VM) if you need to test; (4) if you will use it on a real account, prepare to provide an API key explicitly and verify the skill will not overwrite unrelated shell rc entries; and (5) ask the maintainer to update metadata to declare required env vars and to document explicitly that the tool may write your shell rc and local config files.
功能分析
Type: OpenClaw Skill Name: market-kit-skills Version: 1.0.0 The skill bundle includes scripts (primarily _common.py) that modify the user's shell configuration files (~/.zshrc, ~/.bashrc, and ~/.profile) to persist API keys and configuration for the 'justailab.com' service. While this is a functional requirement for the tool's login flow, modifying shell startup scripts is a high-risk persistence mechanism. The bundle also includes comprehensive unit tests (test_login_flow.py) that confirm this behavior. No evidence of intentional malice or data exfiltration was found, but the intrusive nature of the environment modification warrants a suspicious classification.
能力评估
Purpose & Capability
The name/description describe marketing outputs (campaigns, Xiaohongshu notes, images). The bundled scripts actually call a JustAI OpenAPI (justailab.com) and expect/obtain an API key (JUSTAI_OPENAPI_API_KEY) and can scope projects/skills — that capability is coherent with marketing purpose. However the package metadata declares no required environment variables or config paths while the code clearly depends on and manages an API key and a base URL. The omission of those requirements in the metadata is a mismatch and should be justified.
Instruction Scope
SKILL.md instructs the agent to run bundled scripts (list_projects.py, list_skills.py, chat.py, chat_result.py). Those scripts perform network calls to justailab.com, poll long-running generation, and (via _common.py) will read and write local config files and shell rc files (e.g., ~/.codex/justai-openapi-chat.json, ~/.claude/justai-openapi-chat.json, ~/.zshrc, ~/.bashrc). The runtime instructions do not explicitly warn users that the scripts will modify shell startup files or persist API keys, creating scope creep compared to a simple 'generate marketing copy' description.
Install Mechanism
This is an instruction-only skill with bundled Python scripts (no download/install step from external arbitrary URLs). There is no install spec that fetches remote executables. That lowers install-time risk.
Credentials
The registry metadata lists no required env vars, but the code expects/uses JUSTAI_OPENAPI_API_KEY, JUSTAI_OPENAPI_BASE_URL, and JUSTAI_OPENAPI_TIMEOUT and includes logic to read these from local config or shell rc and to persist them back into shell rc and a local config file. Requesting and persisting an API key (and modifying shell rc) is significant privilege and should have been declared. The number and sensitivity of environment/config touches is disproportionate to what the metadata advertised.
Persistence & Privilege
The skill will persist API keys and settings to user home files (writes rc files and ~/.codex or ~/.claude json) via persist_api_key and persist_local_config. 'always' is false, and autonomous invocation is allowed (default), but the code's behavior of modifying shell startup files and local config is a non-trivial side effect and should be explicitly disclosed and justified in metadata/instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install market-kit-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /market-kit-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of market-kit-skills, a production-focused tool for generating marketing deliverables such as campaign plans, Xiaohongshu (小红书) notes, audience positioning, selling-point refinement, and marketing images. - Provides command line scripts to select context, submit tasks, and fetch results, including support for contextual projects and specific marketing skills. - Enforces workflow: requires user login before marketing content generation, and guides interaction with clear steps for using resources, submitting requests, and polling results. - Implements guardrails to prioritize structured marketing outputs over general chat, with specific result parsing procedures and user feedback during background task processing. - Delivers structured outputs for notes with titles, copy, and image links, and provides a direct web link for each result.
元数据
Slug market-kit-skills
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

market-kit-skills 是什么?

Use when the user needs marketing deliverables such as campaign plans, Xiaohongshu notes, audience positioning, selling-point refinement, reference-grounded... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。

如何安装 market-kit-skills?

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

market-kit-skills 是免费的吗?

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

market-kit-skills 支持哪些平台?

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

谁开发了 market-kit-skills?

由 JustAI(@qinshimeng18)开发并维护,当前版本 v1.0.0。

💬 留言讨论