朋友圈文案生成器
PassAudited by ClawScan on May 6, 2026.
Overview
This appears to be a coherent WeChat marketing-copy generator, but it uses a DeepSeek API key and sends prompts to DeepSeek, so users should be aware of credential and provider-data use.
This skill looks purpose-aligned and does not show malicious behavior. Before installing, make sure you are comfortable with it using your DeepSeek API key, potentially consuming API quota, and sending entered copywriting details to DeepSeek.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
It may be harder to verify who maintains the skill or compare the installed code against an upstream source.
The artifacts provide no source repository or homepage, which limits provenance context for a skill that includes executable JavaScript.
Source: unknown; Homepage: none
Install only if you trust the registry/publisher, and review the small included code before use.
Using the skill may consume your DeepSeek account quota or billing and relies on a locally stored API key.
The skill reads a DeepSeek API key from the environment or local OpenClaw configuration before making its API request. This is purpose-aligned, but it uses a credentialed provider account.
let API_KEY = process.env.DEEPSEEK_API_KEY || ''; ... '.openclaw/openclaw.json' ... config.models?.providers?.deepseek?.apiKey
Use it only if you intend to use DeepSeek for generation, and verify that the API key has appropriate scope and billing limits.
Product names, campaign details, or other text you enter may be sent to DeepSeek.
The skill sends the generated prompt, including the user-provided product and style details, to DeepSeek's external chat-completions API.
hostname: 'api.deepseek.com', path: '/v1/chat/completions' ... { role: 'user', content: prompt }Avoid entering confidential customer data, trade secrets, or unreleased business details unless you are comfortable sharing them with DeepSeek.
