lens
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

FieldTypeDescription
displayNamestringThe user's preferred public name for the lens, after they confirm it.
taglinestringA short one-line summary of what this lens represents.
biostringA concise first-person or third-person biography assembled from user-confirmed information
contextstringExtra grounding context for how the lens should answer. Use only information the user conf
audiencestringWho this lens is intended to help or answer questions for.
sourceSummarystringShort note describing what ChatGPT used to assemble the profile, without exposing hidden c
topicNamestringThe Mindola space name that will hold the seeded facts.
localestringOptional BCP-47 locale for user-facing lens copy.
tonestring (warm | neutral | professional | playful)The visitor-facing tone of the lens.
accentColorstringOptional hex color, for example #4f46e5.
expertisearraySpecific domains, skills, or interests the user confirmed.
boundariesarrayThings the lens should not claim, discuss, or answer beyond. Ask the user to confirm these
factsarrayConcrete user-approved facts to seed the lens memory. Each item should stand alone.
suggestedPromptsarrayStarter questions visitors can ask the lens.
vibeWordsarrayUp 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.