L
lens
/create_digital_twin_lens
Create a Mindola lens
Create a shareable Mindola lens (AI clone) from a profile the user has approved in this conversation. Call this only after summarizing the proposed lens for the
liveunknown~5s typical
mcplens
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-mindola-lens /create_digital_twin_lens for me.
Input
| Field | Type | Description |
|---|---|---|
| displayName | string | The user's preferred public name for the lens, after they confirm it. |
| tagline | string | A short one-line summary of what this lens represents. |
| bio | string | A concise first-person or third-person biography assembled from user-confirmed information |
| context | string | Extra grounding context for how the lens should answer. Use only information the user conf |
| audience | string | Who this lens is intended to help or answer questions for. |
| sourceSummary | string | Short note describing what ChatGPT used to assemble the profile, without exposing hidden c |
| topicName | string | The Mindola space name that will hold the seeded facts. |
| locale | string | Optional BCP-47 locale for user-facing lens copy. |
| tone | string (warm | neutral | professional | playful) | The visitor-facing tone of the lens. |
| accentColor | string | Optional hex color, for example #4f46e5. |
| expertise | array | Specific domains, skills, or interests the user confirmed. |
| boundaries | array | Things the lens should not claim, discuss, or answer beyond. Ask the user to confirm these |
| facts | array | Concrete user-approved facts to seed the lens memory. Each item should stand alone. |
| suggestedPrompts | array | Starter questions visitors can ask the lens. |
| vibeWords | array | Up to four short adjectives for the lens profile. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-mindola-lens","endpoint":"/create_digital_twin_lens","input":{}}'cli
npx cracked-ai run -p mcp-ai-mindola-lens -e /create_digital_twin_lens -i '{}'mcp
run_tool({ provider: "mcp-ai-mindola-lens", endpoint: "/create_digital_twin_lens", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.