ICP Modeler
v1.0.2Generate research-backed Ideal Customer Profiles (ICPs) for mortgage and real estate products. Returns full buyer personas, Meta/Google ad targeting paramete...
⭐ 0· 72·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
Name/description (ICP generation for mortgage/real-estate) align with the code and SKILL.md: a Python CLI with pre-built ICPs and optional LLM content generation. Requesting an ANTHROPIC_API_KEY and installing the 'anthropic' package is consistent with the premium LLM features described.
Instruction Scope
SKILL.md instructs only local CLI operations (--demo, --list, --product) and optional LLM calls for content generation. The instructions do not request unrelated files, system secrets, or odd endpoints. Note: SKILL.md mentions a generate.py LLM backend (local MLX → Haiku fallback) but generate.py is not present in the file manifest; verify how icp_modeler.py invokes the Anthropic API and whether additional runtime files are required.
Install Mechanism
Install spec pulls in an 'anthropic' package (public registry style). This is proportionate for LLM-based content generation. Using a public package is a moderate-risk install mechanism but expected for this functionality — no obscure download URLs or archive extraction is present.
Credentials
Only ANTHROPIC_API_KEY is required and is declared as the primary credential. That matches the documented premium features. No unrelated credentials or filesystem config paths are requested.
Persistence & Privilege
Skill is not always-enabled and is user-invocable. It does not request elevated or persistent system privileges in the provided manifest. Nothing indicates modification of other skills or system-wide configuration.
Assessment
This skill appears coherent: the free features work offline and only LLM-powered content needs an ANTHROPIC_API_KEY. Before installing, check two things: (1) confirm how icp_modeler.py makes LLM calls — SKILL.md references generate.py but that file is not included, so ensure the included script runs without missing dependencies or external helper files; (2) installing the 'anthropic' package will enable network calls to Anthropic — only provide an API key if you accept that network usage and billing. Also: be mindful when using generated ad targeting — avoid uploading personally identifiable information to ad platforms and ensure compliance with advertising rules and privacy laws.Like a lobster shell, security has layers — review code before you run it.
latestvk97eyqgs8hhqen52qt15sgh4k183r255
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎯 Clawdis
Any binpython3
EnvANTHROPIC_API_KEY
Primary envANTHROPIC_API_KEY
Install
uv
uv tool install anthropic