Mortgage Marketing
v2.0.1Multi-channel mortgage marketing campaign engine — one brief generates email + social + ad copy with audience segmentation and A/B variants. Not a content ge...
⭐ 0· 71·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill claims to generate multi-channel mortgage marketing campaigns and requests an LLM API key (ANTHROPIC_API_KEY) and an LLM SDK package (@anthropic-ai/sdk). Those requirements align with using an LLM to produce coordinated copy. It does not request unrelated cloud credentials or posting tokens.
Instruction Scope
SKILL.md is an instruction-only runtime spec for producing structured campaign output from a brief. It does not instruct the agent to read arbitrary host files, access unrelated environment variables, or transmit data to endpoints other than the LLM service implied by the API key. It also documents compliance guidance but does not try to perform regulated actions itself.
Install Mechanism
Install uses a public npm package (@anthropic-ai/sdk), which is a standard mechanism for using the Anthropic API. This is moderate-risk compared to no install (because it will pull code from npm), but expected for this purpose. Minor inconsistency: the skill declares it can run if python3 is present, but the install spec only installs a Node package (no Python package provided).
Credentials
Only a single credential (ANTHROPIC_API_KEY) is required and is proportionate for a skill that uses an LLM. The skill does not request unrelated secrets (ad platform tokens, AWS keys, etc.).
Persistence & Privilege
The skill does not request always:true, system config paths, or other elevated persistence. It is user-invocable and can be invoked autonomously per platform defaults, which is normal for skills.
Assessment
This skill appears internally consistent for generating mortgage marketing copy using an Anthropic LLM. Before installing: (1) Be prepared to provide an ANTHROPIC_API_KEY — limit its scope and rotate it if possible. (2) Note the installer will pull an npm package (@anthropic-ai/sdk); review the package/maintainer if you need to audit supply-chain risk. (3) The SKILL.md mentions Python as an alternative runtime but provides only a Node install entry — if your environment is Python-only the skill may not work as advertised. (4) This tool generates marketing and compliance hints but does not itself enforce legal/regulatory compliance — have a qualified reviewer validate any regulated claims before publishing. (5) If you do not trust the npm package source or the repository owner, avoid installing and instead run similar prompts against an LLM you already trust.Like a lobster shell, security has layers — review code before you run it.
latestvk97418bnmy5mdp9prrj4grmq9583sh8h
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🏠 Clawdis
Any binnode, python3
EnvANTHROPIC_API_KEY
Primary envANTHROPIC_API_KEY
Install
Node
npm i -g @anthropic-ai/sdk