[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-deepnote-links":3,"mdc-svmo4c-key":33,"related-repo-openai-deepnote-links":833,"related-org-openai-deepnote-links":956},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":22,"repoUrl":23,"updatedAt":24,"license":25,"forks":26,"topics":27,"repo":28,"sourceUrl":31,"mdContent":32},"deepnote-links","generate Deepnote project and notebook links","Use when a task asks for Deepnote URLs, links, project links, notebook links, workspace links, share links, UTM\u002Fcampaign links, or when a Deepnote response should include clickable links built from Deepnote app project, notebook, or workspace data.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19],{"name":13,"slug":14,"type":15},"Data Analysis","data-analysis","tag",{"name":17,"slug":18,"type":15},"Notebooks","notebooks",{"name":20,"slug":21,"type":15},"Jupyter","jupyter",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-06-30T19:00:57.102",null,465,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":30},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fdeepnote\u002Fskills\u002Fdeepnote-links","---\nname: deepnote-links\ndescription: Use when a task asks for Deepnote URLs, links, project links, notebook links, workspace links, share links, UTM\u002Fcampaign links, or when a Deepnote response should include clickable links built from Deepnote app project, notebook, or workspace data.\n---\n\n# Deepnote Links\n\nUse this skill to build user-facing Deepnote web links from Deepnote app tool data. Prefer links grounded in `get_me`, `list_projects`, `search`, and `get_notebook` responses instead of guessing from names alone. Every project and notebook link built from Deepnote app data must include the UTM parameters below.\n\n## Inputs To Resolve\n\n1. Call `get_me` when workspace-aware links are useful. Use `workspace.id` and `workspace.slug`; do not use OAuth tokens, user email, or other auth details in links or summaries.\n2. Resolve the project with `list_projects` or `search`. Use the project `id`, `name`, and `slug` if the app response exposes one.\n3. Resolve notebook links with `get_notebook` when possible. Use the notebook `id`, `name`, and parent project data.\n4. If the exact project or notebook is ambiguous, ask a short clarification or provide a compact candidate list with links only for unambiguous matches.\n\n## Creation Link Rules\n\nWhen linking after a creation workflow, use the resource IDs returned by the write tools as the source of truth:\n\n- If `create_notebook` returned a notebook, build the notebook link for that returned notebook ID. Do not substitute the first notebook on the project or the default notebook created by `create_project`.\n- If `create_project` created a project and no separate `create_notebook` call was made, use the default notebook created with the project only when a notebook link is needed for that active notebook.\n- If both the project default notebook and a later `create_notebook` result are present, the later `create_notebook` result is the notebook to link unless the user explicitly asks for the default notebook.\n- If parent project data is missing for the created notebook, call `get_notebook` for the target notebook ID or use the known project ID from the creation workflow before constructing the link.\n\n## URL Shapes\n\nUse the production web origin `https:\u002F\u002Fdeepnote.com` for Deepnote app links. Do not derive the web origin from API or tool hosts.\n\nPrefer workspace-scoped links when `get_me` returns both `workspace.slug` and `workspace.id`:\n\n```text\nworkspaceSlugWithId = {workspace.slug}-{workspace.id}\nworkspace link = {origin}\u002Fworkspace\u002F{workspaceSlugWithId}\nproject link = {origin}\u002Fworkspace\u002F{workspaceSlugWithId}\u002Fproject\u002F{projectSegment}\nnotebook link = {origin}\u002Fworkspace\u002F{workspaceSlugWithId}\u002Fproject\u002F{projectSegment}\u002Fnotebook\u002F{notebookSegment}\n```\n\nIf workspace data is not available, use the non-workspace project route:\n\n```text\nproject link = {origin}\u002Fproject\u002F{projectSegment}\nnotebook link = {origin}\u002Fproject\u002F{projectSegment}\u002Fnotebook\u002F{notebookSegment}\n```\n\n## Slug Segments\n\nUse the most canonical segment available:\n\n1. If the app response exposes a `slug`, use it.\n2. Otherwise, for simple names, build a readable segment as `{slugifiedName}-{id}`.\n3. If exact slugification is uncertain, the name is missing, or the name has unusual characters, use the ID alone.\n\nDeepnote project routing accepts UUID-only project segments, so `{project.id}` is the safest fallback. Notebook routing uses ID-only segments when a notebook name is not available, so `{notebook.id}` is the safest notebook fallback.\n\nDeepnote's readable slugs are created with strict slugification: spaces become hyphens, `\u002F` becomes `-`, unsafe characters are stripped or normalized, and case is preserved. Examples:\n\n```text\nSubject Tracker + 0508fc64-b2c8-4982-b6a0-2590c94b6000\n=> Subject-Tracker-0508fc64-b2c8-4982-b6a0-2590c94b6000\n\nfolder\u002Fnotebook 10% + a1b2c3d4\n=> folder-notebook-10percent-a1b2c3d4\n```\n\n## Optional Suffixes\n\n- File paths, when exposed and requested, append after the project segment as `\u002F{encodeURIComponent(filePath)}`.\n- Cell or block anchors append as `#anchor`.\n- Only generate published app links such as `\u002Fapp\u002F{authorSlug}\u002F{projectSegment}` or `\u002Fstreamlit-apps\u002F{streamlitAppId}` when Deepnote app data explicitly exposes the published author slug or Streamlit app ID.\n\n## UTM Parameters\n\nFor every project and notebook link built from Deepnote app data, add OpenAI attribution query parameters:\n\n```text\nhttps:\u002F\u002Fdeepnote.com\u002F\u003Cpath>?utm_source=openai&utm_medium=mcp&utm_campaign=openaimcp&utm_content={notebook_id}&utm_term={tool_name}\n```\n\nUse these values exactly; braces mark placeholders and are not part of the final URL:\n\n- `utm_source=openai`\n- `utm_medium=mcp`\n- `utm_campaign=openaimcp`\n- `utm_content={notebook_id}`\n- `utm_term={tool_name}`\n\nFor notebook links, set `utm_content` to the notebook ID. For project-only links, set `utm_content` to the project ID; when a project link represents a specific notebook's parent project, use that notebook ID instead.\n\nSet `utm_term` to the Deepnote app tool or workflow that produced or grounded the link, such as `list_projects`, `search`, `get_notebook`, or `workspace_summary`. Use lowercase snake_case values and URL-encode if needed.\n\nFor links to newly created notebooks, set `utm_content` to the created notebook ID and prefer `utm_term=create_notebook`; use `utm_term=get_notebook` when a follow-up `get_notebook` call provided the fields needed to construct the link.\n\nAdd UTM parameters before any URL fragment. Use `?` when the URL has no existing query string, otherwise use `&`. Preserve non-UTM query parameters if they already exist, and replace any existing `utm_source`, `utm_medium`, `utm_campaign`, `utm_content`, or `utm_term` values instead of duplicating them.\n\n## Response Style\n\nReturn Markdown links with human-readable labels:\n\n```markdown\n[Project Name](https:\u002F\u002Fdeepnote.com\u002Fworkspace\u002Fworkspace-slug-workspace-id\u002Fproject\u002Fproject-id?utm_source=openai&utm_medium=mcp&utm_campaign=openaimcp&utm_content=project-id&utm_term=list_projects)\n[Notebook Name](https:\u002F\u002Fdeepnote.com\u002Fworkspace\u002Fworkspace-slug-workspace-id\u002Fproject\u002Fproject-id\u002Fnotebook\u002Fnotebook-id?utm_source=openai&utm_medium=mcp&utm_campaign=openaimcp&utm_content=notebook-id&utm_term=get_notebook)\n```\n\nFor lists, inventories, and workspace summaries, put links in the `Project` or `Notebook` column and keep IDs in a separate column only when they help disambiguate. When a table has a `Notebook` column, hyperlink the notebook name itself. If a link cannot be built safely because workspace, project, or notebook data is missing, say which field is missing and how to resolve it.\n",{"data":34,"body":35},{"name":4,"description":6},{"type":36,"children":37},"root",[38,46,84,91,195,201,206,280,286,299,324,336,341,350,356,361,393,414,435,444,450,497,503,508,517,522,570,590,630,665,720,726,731,800,827],{"type":39,"tag":40,"props":41,"children":42},"element","h1",{"id":4},[43],{"type":44,"value":45},"text","Deepnote Links",{"type":39,"tag":47,"props":48,"children":49},"p",{},[50,52,59,61,67,68,74,76,82],{"type":44,"value":51},"Use this skill to build user-facing Deepnote web links from Deepnote app tool data. Prefer links grounded in ",{"type":39,"tag":53,"props":54,"children":56},"code",{"className":55},[],[57],{"type":44,"value":58},"get_me",{"type":44,"value":60},", ",{"type":39,"tag":53,"props":62,"children":64},{"className":63},[],[65],{"type":44,"value":66},"list_projects",{"type":44,"value":60},{"type":39,"tag":53,"props":69,"children":71},{"className":70},[],[72],{"type":44,"value":73},"search",{"type":44,"value":75},", and ",{"type":39,"tag":53,"props":77,"children":79},{"className":78},[],[80],{"type":44,"value":81},"get_notebook",{"type":44,"value":83}," responses instead of guessing from names alone. Every project and notebook link built from Deepnote app data must include the UTM parameters below.",{"type":39,"tag":85,"props":86,"children":88},"h2",{"id":87},"inputs-to-resolve",[89],{"type":44,"value":90},"Inputs To Resolve",{"type":39,"tag":92,"props":93,"children":94},"ol",{},[95,124,165,190],{"type":39,"tag":96,"props":97,"children":98},"li",{},[99,101,106,108,114,116,122],{"type":44,"value":100},"Call ",{"type":39,"tag":53,"props":102,"children":104},{"className":103},[],[105],{"type":44,"value":58},{"type":44,"value":107}," when workspace-aware links are useful. Use ",{"type":39,"tag":53,"props":109,"children":111},{"className":110},[],[112],{"type":44,"value":113},"workspace.id",{"type":44,"value":115}," and ",{"type":39,"tag":53,"props":117,"children":119},{"className":118},[],[120],{"type":44,"value":121},"workspace.slug",{"type":44,"value":123},"; do not use OAuth tokens, user email, or other auth details in links or summaries.",{"type":39,"tag":96,"props":125,"children":126},{},[127,129,134,136,141,143,149,150,156,157,163],{"type":44,"value":128},"Resolve the project with ",{"type":39,"tag":53,"props":130,"children":132},{"className":131},[],[133],{"type":44,"value":66},{"type":44,"value":135}," or ",{"type":39,"tag":53,"props":137,"children":139},{"className":138},[],[140],{"type":44,"value":73},{"type":44,"value":142},". Use the project ",{"type":39,"tag":53,"props":144,"children":146},{"className":145},[],[147],{"type":44,"value":148},"id",{"type":44,"value":60},{"type":39,"tag":53,"props":151,"children":153},{"className":152},[],[154],{"type":44,"value":155},"name",{"type":44,"value":75},{"type":39,"tag":53,"props":158,"children":160},{"className":159},[],[161],{"type":44,"value":162},"slug",{"type":44,"value":164}," if the app response exposes one.",{"type":39,"tag":96,"props":166,"children":167},{},[168,170,175,177,182,183,188],{"type":44,"value":169},"Resolve notebook links with ",{"type":39,"tag":53,"props":171,"children":173},{"className":172},[],[174],{"type":44,"value":81},{"type":44,"value":176}," when possible. Use the notebook ",{"type":39,"tag":53,"props":178,"children":180},{"className":179},[],[181],{"type":44,"value":148},{"type":44,"value":60},{"type":39,"tag":53,"props":184,"children":186},{"className":185},[],[187],{"type":44,"value":155},{"type":44,"value":189},", and parent project data.",{"type":39,"tag":96,"props":191,"children":192},{},[193],{"type":44,"value":194},"If the exact project or notebook is ambiguous, ask a short clarification or provide a compact candidate list with links only for unambiguous matches.",{"type":39,"tag":85,"props":196,"children":198},{"id":197},"creation-link-rules",[199],{"type":44,"value":200},"Creation Link Rules",{"type":39,"tag":47,"props":202,"children":203},{},[204],{"type":44,"value":205},"When linking after a creation workflow, use the resource IDs returned by the write tools as the source of truth:",{"type":39,"tag":207,"props":208,"children":209},"ul",{},[210,231,249,268],{"type":39,"tag":96,"props":211,"children":212},{},[213,215,221,223,229],{"type":44,"value":214},"If ",{"type":39,"tag":53,"props":216,"children":218},{"className":217},[],[219],{"type":44,"value":220},"create_notebook",{"type":44,"value":222}," returned a notebook, build the notebook link for that returned notebook ID. Do not substitute the first notebook on the project or the default notebook created by ",{"type":39,"tag":53,"props":224,"children":226},{"className":225},[],[227],{"type":44,"value":228},"create_project",{"type":44,"value":230},".",{"type":39,"tag":96,"props":232,"children":233},{},[234,235,240,242,247],{"type":44,"value":214},{"type":39,"tag":53,"props":236,"children":238},{"className":237},[],[239],{"type":44,"value":228},{"type":44,"value":241}," created a project and no separate ",{"type":39,"tag":53,"props":243,"children":245},{"className":244},[],[246],{"type":44,"value":220},{"type":44,"value":248}," call was made, use the default notebook created with the project only when a notebook link is needed for that active notebook.",{"type":39,"tag":96,"props":250,"children":251},{},[252,254,259,261,266],{"type":44,"value":253},"If both the project default notebook and a later ",{"type":39,"tag":53,"props":255,"children":257},{"className":256},[],[258],{"type":44,"value":220},{"type":44,"value":260}," result are present, the later ",{"type":39,"tag":53,"props":262,"children":264},{"className":263},[],[265],{"type":44,"value":220},{"type":44,"value":267}," result is the notebook to link unless the user explicitly asks for the default notebook.",{"type":39,"tag":96,"props":269,"children":270},{},[271,273,278],{"type":44,"value":272},"If parent project data is missing for the created notebook, call ",{"type":39,"tag":53,"props":274,"children":276},{"className":275},[],[277],{"type":44,"value":81},{"type":44,"value":279}," for the target notebook ID or use the known project ID from the creation workflow before constructing the link.",{"type":39,"tag":85,"props":281,"children":283},{"id":282},"url-shapes",[284],{"type":44,"value":285},"URL Shapes",{"type":39,"tag":47,"props":287,"children":288},{},[289,291,297],{"type":44,"value":290},"Use the production web origin ",{"type":39,"tag":53,"props":292,"children":294},{"className":293},[],[295],{"type":44,"value":296},"https:\u002F\u002Fdeepnote.com",{"type":44,"value":298}," for Deepnote app links. Do not derive the web origin from API or tool hosts.",{"type":39,"tag":47,"props":300,"children":301},{},[302,304,309,311,316,317,322],{"type":44,"value":303},"Prefer workspace-scoped links when ",{"type":39,"tag":53,"props":305,"children":307},{"className":306},[],[308],{"type":44,"value":58},{"type":44,"value":310}," returns both ",{"type":39,"tag":53,"props":312,"children":314},{"className":313},[],[315],{"type":44,"value":121},{"type":44,"value":115},{"type":39,"tag":53,"props":318,"children":320},{"className":319},[],[321],{"type":44,"value":113},{"type":44,"value":323},":",{"type":39,"tag":325,"props":326,"children":331},"pre",{"className":327,"code":329,"language":44,"meta":330},[328],"language-text","workspaceSlugWithId = {workspace.slug}-{workspace.id}\nworkspace link = {origin}\u002Fworkspace\u002F{workspaceSlugWithId}\nproject link = {origin}\u002Fworkspace\u002F{workspaceSlugWithId}\u002Fproject\u002F{projectSegment}\nnotebook link = {origin}\u002Fworkspace\u002F{workspaceSlugWithId}\u002Fproject\u002F{projectSegment}\u002Fnotebook\u002F{notebookSegment}\n","",[332],{"type":39,"tag":53,"props":333,"children":334},{"__ignoreMap":330},[335],{"type":44,"value":329},{"type":39,"tag":47,"props":337,"children":338},{},[339],{"type":44,"value":340},"If workspace data is not available, use the non-workspace project route:",{"type":39,"tag":325,"props":342,"children":345},{"className":343,"code":344,"language":44,"meta":330},[328],"project link = {origin}\u002Fproject\u002F{projectSegment}\nnotebook link = {origin}\u002Fproject\u002F{projectSegment}\u002Fnotebook\u002F{notebookSegment}\n",[346],{"type":39,"tag":53,"props":347,"children":348},{"__ignoreMap":330},[349],{"type":44,"value":344},{"type":39,"tag":85,"props":351,"children":353},{"id":352},"slug-segments",[354],{"type":44,"value":355},"Slug Segments",{"type":39,"tag":47,"props":357,"children":358},{},[359],{"type":44,"value":360},"Use the most canonical segment available:",{"type":39,"tag":92,"props":362,"children":363},{},[364,376,388],{"type":39,"tag":96,"props":365,"children":366},{},[367,369,374],{"type":44,"value":368},"If the app response exposes a ",{"type":39,"tag":53,"props":370,"children":372},{"className":371},[],[373],{"type":44,"value":162},{"type":44,"value":375},", use it.",{"type":39,"tag":96,"props":377,"children":378},{},[379,381,387],{"type":44,"value":380},"Otherwise, for simple names, build a readable segment as ",{"type":39,"tag":53,"props":382,"children":384},{"className":383},[],[385],{"type":44,"value":386},"{slugifiedName}-{id}",{"type":44,"value":230},{"type":39,"tag":96,"props":389,"children":390},{},[391],{"type":44,"value":392},"If exact slugification is uncertain, the name is missing, or the name has unusual characters, use the ID alone.",{"type":39,"tag":47,"props":394,"children":395},{},[396,398,404,406,412],{"type":44,"value":397},"Deepnote project routing accepts UUID-only project segments, so ",{"type":39,"tag":53,"props":399,"children":401},{"className":400},[],[402],{"type":44,"value":403},"{project.id}",{"type":44,"value":405}," is the safest fallback. Notebook routing uses ID-only segments when a notebook name is not available, so ",{"type":39,"tag":53,"props":407,"children":409},{"className":408},[],[410],{"type":44,"value":411},"{notebook.id}",{"type":44,"value":413}," is the safest notebook fallback.",{"type":39,"tag":47,"props":415,"children":416},{},[417,419,425,427,433],{"type":44,"value":418},"Deepnote's readable slugs are created with strict slugification: spaces become hyphens, ",{"type":39,"tag":53,"props":420,"children":422},{"className":421},[],[423],{"type":44,"value":424},"\u002F",{"type":44,"value":426}," becomes ",{"type":39,"tag":53,"props":428,"children":430},{"className":429},[],[431],{"type":44,"value":432},"-",{"type":44,"value":434},", unsafe characters are stripped or normalized, and case is preserved. Examples:",{"type":39,"tag":325,"props":436,"children":439},{"className":437,"code":438,"language":44,"meta":330},[328],"Subject Tracker + 0508fc64-b2c8-4982-b6a0-2590c94b6000\n=> Subject-Tracker-0508fc64-b2c8-4982-b6a0-2590c94b6000\n\nfolder\u002Fnotebook 10% + a1b2c3d4\n=> folder-notebook-10percent-a1b2c3d4\n",[440],{"type":39,"tag":53,"props":441,"children":442},{"__ignoreMap":330},[443],{"type":44,"value":438},{"type":39,"tag":85,"props":445,"children":447},{"id":446},"optional-suffixes",[448],{"type":44,"value":449},"Optional Suffixes",{"type":39,"tag":207,"props":451,"children":452},{},[453,465,477],{"type":39,"tag":96,"props":454,"children":455},{},[456,458,464],{"type":44,"value":457},"File paths, when exposed and requested, append after the project segment as ",{"type":39,"tag":53,"props":459,"children":461},{"className":460},[],[462],{"type":44,"value":463},"\u002F{encodeURIComponent(filePath)}",{"type":44,"value":230},{"type":39,"tag":96,"props":466,"children":467},{},[468,470,476],{"type":44,"value":469},"Cell or block anchors append as ",{"type":39,"tag":53,"props":471,"children":473},{"className":472},[],[474],{"type":44,"value":475},"#anchor",{"type":44,"value":230},{"type":39,"tag":96,"props":478,"children":479},{},[480,482,488,489,495],{"type":44,"value":481},"Only generate published app links such as ",{"type":39,"tag":53,"props":483,"children":485},{"className":484},[],[486],{"type":44,"value":487},"\u002Fapp\u002F{authorSlug}\u002F{projectSegment}",{"type":44,"value":135},{"type":39,"tag":53,"props":490,"children":492},{"className":491},[],[493],{"type":44,"value":494},"\u002Fstreamlit-apps\u002F{streamlitAppId}",{"type":44,"value":496}," when Deepnote app data explicitly exposes the published author slug or Streamlit app ID.",{"type":39,"tag":85,"props":498,"children":500},{"id":499},"utm-parameters",[501],{"type":44,"value":502},"UTM Parameters",{"type":39,"tag":47,"props":504,"children":505},{},[506],{"type":44,"value":507},"For every project and notebook link built from Deepnote app data, add OpenAI attribution query parameters:",{"type":39,"tag":325,"props":509,"children":512},{"className":510,"code":511,"language":44,"meta":330},[328],"https:\u002F\u002Fdeepnote.com\u002F\u003Cpath>?utm_source=openai&utm_medium=mcp&utm_campaign=openaimcp&utm_content={notebook_id}&utm_term={tool_name}\n",[513],{"type":39,"tag":53,"props":514,"children":515},{"__ignoreMap":330},[516],{"type":44,"value":511},{"type":39,"tag":47,"props":518,"children":519},{},[520],{"type":44,"value":521},"Use these values exactly; braces mark placeholders and are not part of the final URL:",{"type":39,"tag":207,"props":523,"children":524},{},[525,534,543,552,561],{"type":39,"tag":96,"props":526,"children":527},{},[528],{"type":39,"tag":53,"props":529,"children":531},{"className":530},[],[532],{"type":44,"value":533},"utm_source=openai",{"type":39,"tag":96,"props":535,"children":536},{},[537],{"type":39,"tag":53,"props":538,"children":540},{"className":539},[],[541],{"type":44,"value":542},"utm_medium=mcp",{"type":39,"tag":96,"props":544,"children":545},{},[546],{"type":39,"tag":53,"props":547,"children":549},{"className":548},[],[550],{"type":44,"value":551},"utm_campaign=openaimcp",{"type":39,"tag":96,"props":553,"children":554},{},[555],{"type":39,"tag":53,"props":556,"children":558},{"className":557},[],[559],{"type":44,"value":560},"utm_content={notebook_id}",{"type":39,"tag":96,"props":562,"children":563},{},[564],{"type":39,"tag":53,"props":565,"children":567},{"className":566},[],[568],{"type":44,"value":569},"utm_term={tool_name}",{"type":39,"tag":47,"props":571,"children":572},{},[573,575,581,583,588],{"type":44,"value":574},"For notebook links, set ",{"type":39,"tag":53,"props":576,"children":578},{"className":577},[],[579],{"type":44,"value":580},"utm_content",{"type":44,"value":582}," to the notebook ID. For project-only links, set ",{"type":39,"tag":53,"props":584,"children":586},{"className":585},[],[587],{"type":44,"value":580},{"type":44,"value":589}," to the project ID; when a project link represents a specific notebook's parent project, use that notebook ID instead.",{"type":39,"tag":47,"props":591,"children":592},{},[593,595,601,603,608,609,614,615,620,622,628],{"type":44,"value":594},"Set ",{"type":39,"tag":53,"props":596,"children":598},{"className":597},[],[599],{"type":44,"value":600},"utm_term",{"type":44,"value":602}," to the Deepnote app tool or workflow that produced or grounded the link, such as ",{"type":39,"tag":53,"props":604,"children":606},{"className":605},[],[607],{"type":44,"value":66},{"type":44,"value":60},{"type":39,"tag":53,"props":610,"children":612},{"className":611},[],[613],{"type":44,"value":73},{"type":44,"value":60},{"type":39,"tag":53,"props":616,"children":618},{"className":617},[],[619],{"type":44,"value":81},{"type":44,"value":621},", or ",{"type":39,"tag":53,"props":623,"children":625},{"className":624},[],[626],{"type":44,"value":627},"workspace_summary",{"type":44,"value":629},". Use lowercase snake_case values and URL-encode if needed.",{"type":39,"tag":47,"props":631,"children":632},{},[633,635,640,642,648,650,656,658,663],{"type":44,"value":634},"For links to newly created notebooks, set ",{"type":39,"tag":53,"props":636,"children":638},{"className":637},[],[639],{"type":44,"value":580},{"type":44,"value":641}," to the created notebook ID and prefer ",{"type":39,"tag":53,"props":643,"children":645},{"className":644},[],[646],{"type":44,"value":647},"utm_term=create_notebook",{"type":44,"value":649},"; use ",{"type":39,"tag":53,"props":651,"children":653},{"className":652},[],[654],{"type":44,"value":655},"utm_term=get_notebook",{"type":44,"value":657}," when a follow-up ",{"type":39,"tag":53,"props":659,"children":661},{"className":660},[],[662],{"type":44,"value":81},{"type":44,"value":664}," call provided the fields needed to construct the link.",{"type":39,"tag":47,"props":666,"children":667},{},[668,670,676,678,684,686,692,693,699,700,706,707,712,713,718],{"type":44,"value":669},"Add UTM parameters before any URL fragment. Use ",{"type":39,"tag":53,"props":671,"children":673},{"className":672},[],[674],{"type":44,"value":675},"?",{"type":44,"value":677}," when the URL has no existing query string, otherwise use ",{"type":39,"tag":53,"props":679,"children":681},{"className":680},[],[682],{"type":44,"value":683},"&",{"type":44,"value":685},". Preserve non-UTM query parameters if they already exist, and replace any existing ",{"type":39,"tag":53,"props":687,"children":689},{"className":688},[],[690],{"type":44,"value":691},"utm_source",{"type":44,"value":60},{"type":39,"tag":53,"props":694,"children":696},{"className":695},[],[697],{"type":44,"value":698},"utm_medium",{"type":44,"value":60},{"type":39,"tag":53,"props":701,"children":703},{"className":702},[],[704],{"type":44,"value":705},"utm_campaign",{"type":44,"value":60},{"type":39,"tag":53,"props":708,"children":710},{"className":709},[],[711],{"type":44,"value":580},{"type":44,"value":621},{"type":39,"tag":53,"props":714,"children":716},{"className":715},[],[717],{"type":44,"value":600},{"type":44,"value":719}," values instead of duplicating them.",{"type":39,"tag":85,"props":721,"children":723},{"id":722},"response-style",[724],{"type":44,"value":725},"Response Style",{"type":39,"tag":47,"props":727,"children":728},{},[729],{"type":44,"value":730},"Return Markdown links with human-readable labels:",{"type":39,"tag":325,"props":732,"children":736},{"className":733,"code":734,"language":735,"meta":330,"style":330},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","[Project Name](https:\u002F\u002Fdeepnote.com\u002Fworkspace\u002Fworkspace-slug-workspace-id\u002Fproject\u002Fproject-id?utm_source=openai&utm_medium=mcp&utm_campaign=openaimcp&utm_content=project-id&utm_term=list_projects)\n[Notebook Name](https:\u002F\u002Fdeepnote.com\u002Fworkspace\u002Fworkspace-slug-workspace-id\u002Fproject\u002Fproject-id\u002Fnotebook\u002Fnotebook-id?utm_source=openai&utm_medium=mcp&utm_campaign=openaimcp&utm_content=notebook-id&utm_term=get_notebook)\n","markdown",[737],{"type":39,"tag":53,"props":738,"children":739},{"__ignoreMap":330},[740,774],{"type":39,"tag":741,"props":742,"children":745},"span",{"class":743,"line":744},"line",1,[746,752,758,763,769],{"type":39,"tag":741,"props":747,"children":749},{"style":748},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[750],{"type":44,"value":751},"[",{"type":39,"tag":741,"props":753,"children":755},{"style":754},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[756],{"type":44,"value":757},"Project Name",{"type":39,"tag":741,"props":759,"children":760},{"style":748},[761],{"type":44,"value":762},"](",{"type":39,"tag":741,"props":764,"children":766},{"style":765},"--shiki-light:#E53935;--shiki-light-text-decoration:underline;--shiki-default:#F07178;--shiki-default-text-decoration:underline;--shiki-dark:#F07178;--shiki-dark-text-decoration:underline",[767],{"type":44,"value":768},"https:\u002F\u002Fdeepnote.com\u002Fworkspace\u002Fworkspace-slug-workspace-id\u002Fproject\u002Fproject-id?utm_source=openai&utm_medium=mcp&utm_campaign=openaimcp&utm_content=project-id&utm_term=list_projects",{"type":39,"tag":741,"props":770,"children":771},{"style":748},[772],{"type":44,"value":773},")\n",{"type":39,"tag":741,"props":775,"children":777},{"class":743,"line":776},2,[778,782,787,791,796],{"type":39,"tag":741,"props":779,"children":780},{"style":748},[781],{"type":44,"value":751},{"type":39,"tag":741,"props":783,"children":784},{"style":754},[785],{"type":44,"value":786},"Notebook Name",{"type":39,"tag":741,"props":788,"children":789},{"style":748},[790],{"type":44,"value":762},{"type":39,"tag":741,"props":792,"children":793},{"style":765},[794],{"type":44,"value":795},"https:\u002F\u002Fdeepnote.com\u002Fworkspace\u002Fworkspace-slug-workspace-id\u002Fproject\u002Fproject-id\u002Fnotebook\u002Fnotebook-id?utm_source=openai&utm_medium=mcp&utm_campaign=openaimcp&utm_content=notebook-id&utm_term=get_notebook",{"type":39,"tag":741,"props":797,"children":798},{"style":748},[799],{"type":44,"value":773},{"type":39,"tag":47,"props":801,"children":802},{},[803,805,811,812,818,820,825],{"type":44,"value":804},"For lists, inventories, and workspace summaries, put links in the ",{"type":39,"tag":53,"props":806,"children":808},{"className":807},[],[809],{"type":44,"value":810},"Project",{"type":44,"value":135},{"type":39,"tag":53,"props":813,"children":815},{"className":814},[],[816],{"type":44,"value":817},"Notebook",{"type":44,"value":819}," column and keep IDs in a separate column only when they help disambiguate. When a table has a ",{"type":39,"tag":53,"props":821,"children":823},{"className":822},[],[824],{"type":44,"value":817},{"type":44,"value":826}," column, hyperlink the notebook name itself. If a link cannot be built safely because workspace, project, or notebook data is missing, say which field is missing and how to resolve it.",{"type":39,"tag":828,"props":829,"children":830},"style",{},[831],{"type":44,"value":832},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":834,"total":955},[835,853,869,881,901,923,943],{"slug":836,"name":836,"fn":837,"description":838,"org":839,"tags":840,"stars":22,"repoUrl":23,"updatedAt":24},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[841,844,847,850],{"name":842,"slug":843,"type":15},"Accessibility","accessibility",{"name":845,"slug":846,"type":15},"Charts","charts",{"name":848,"slug":849,"type":15},"Data Visualization","data-visualization",{"name":851,"slug":852,"type":15},"Design","design",{"slug":854,"name":854,"fn":855,"description":856,"org":857,"tags":858,"stars":22,"repoUrl":23,"updatedAt":868},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[859,862,865],{"name":860,"slug":861,"type":15},"Agents","agents",{"name":863,"slug":864,"type":15},"Browser Automation","browser-automation",{"name":866,"slug":867,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":870,"name":870,"fn":871,"description":872,"org":873,"tags":874,"stars":22,"repoUrl":23,"updatedAt":880},"agent-browser-verify","verify dev server output with automated browser","Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass\u002Ffail before continuing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[875,876,879],{"name":863,"slug":864,"type":15},{"name":877,"slug":878,"type":15},"Local Development","local-development",{"name":866,"slug":867,"type":15},"2026-04-06T18:41:17.526867",{"slug":882,"name":882,"fn":883,"description":884,"org":885,"tags":886,"stars":22,"repoUrl":23,"updatedAt":900},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[887,888,891,894,897],{"name":860,"slug":861,"type":15},{"name":889,"slug":890,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":892,"slug":893,"type":15},"SDK","sdk",{"name":895,"slug":896,"type":15},"Serverless","serverless",{"name":898,"slug":899,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":902,"name":902,"fn":903,"description":904,"org":905,"tags":906,"stars":22,"repoUrl":23,"updatedAt":922},"ai-elements","build chat UIs with AI Elements","AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn\u002Fui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[907,910,913,916,919],{"name":908,"slug":909,"type":15},"Frontend","frontend",{"name":911,"slug":912,"type":15},"React","react",{"name":914,"slug":915,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":917,"slug":918,"type":15},"UI Components","ui-components",{"name":920,"slug":921,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":924,"name":924,"fn":925,"description":926,"org":927,"tags":928,"stars":22,"repoUrl":23,"updatedAt":942},"ai-gateway","configure Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[929,932,935,938,941],{"name":930,"slug":931,"type":15},"AI Infrastructure","ai-infrastructure",{"name":933,"slug":934,"type":15},"Cost Optimization","cost-optimization",{"name":936,"slug":937,"type":15},"LLM","llm",{"name":939,"slug":940,"type":15},"Performance","performance",{"name":920,"slug":921,"type":15},"2026-04-06T18:40:44.377464",{"slug":944,"name":944,"fn":945,"description":946,"org":947,"tags":948,"stars":22,"repoUrl":23,"updatedAt":954},"ai-generation-persistence","implement persistence patterns for AI generations","AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[949,950,953],{"name":933,"slug":934,"type":15},{"name":951,"slug":952,"type":15},"Database","database",{"name":936,"slug":937,"type":15},"2026-04-06T18:41:08.513425",600,{"items":957,"total":1154},[958,979,1002,1019,1035,1052,1071,1083,1097,1111,1123,1138],{"slug":959,"name":959,"fn":960,"description":961,"org":962,"tags":963,"stars":976,"repoUrl":977,"updatedAt":978},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[964,967,970,973],{"name":965,"slug":966,"type":15},"Documents","documents",{"name":968,"slug":969,"type":15},"Healthcare","healthcare",{"name":971,"slug":972,"type":15},"Insurance","insurance",{"name":974,"slug":975,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":980,"name":980,"fn":981,"description":982,"org":983,"tags":984,"stars":999,"repoUrl":1000,"updatedAt":1001},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[985,988,990,993,996],{"name":986,"slug":987,"type":15},".NET","dotnet",{"name":989,"slug":980,"type":15},"ASP.NET Core",{"name":991,"slug":992,"type":15},"Blazor","blazor",{"name":994,"slug":995,"type":15},"C#","csharp",{"name":997,"slug":998,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":1003,"name":1003,"fn":1004,"description":1005,"org":1006,"tags":1007,"stars":999,"repoUrl":1000,"updatedAt":1018},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1008,1011,1014,1017],{"name":1009,"slug":1010,"type":15},"Apps SDK","apps-sdk",{"name":1012,"slug":1013,"type":15},"ChatGPT","chatgpt",{"name":1015,"slug":1016,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":1020,"name":1020,"fn":1021,"description":1022,"org":1023,"tags":1024,"stars":999,"repoUrl":1000,"updatedAt":1034},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1025,1028,1031],{"name":1026,"slug":1027,"type":15},"API Development","api-development",{"name":1029,"slug":1030,"type":15},"CLI","cli",{"name":1032,"slug":1033,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":1036,"name":1036,"fn":1037,"description":1038,"org":1039,"tags":1040,"stars":999,"repoUrl":1000,"updatedAt":1051},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1041,1044,1047,1048],{"name":1042,"slug":1043,"type":15},"Cloudflare","cloudflare",{"name":1045,"slug":1046,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":889,"slug":890,"type":15},{"name":1049,"slug":1050,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":1053,"name":1053,"fn":1054,"description":1055,"org":1056,"tags":1057,"stars":999,"repoUrl":1000,"updatedAt":1070},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1058,1061,1064,1067],{"name":1059,"slug":1060,"type":15},"Productivity","productivity",{"name":1062,"slug":1063,"type":15},"Project Management","project-management",{"name":1065,"slug":1066,"type":15},"Strategy","strategy",{"name":1068,"slug":1069,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":1072,"name":1072,"fn":1073,"description":1074,"org":1075,"tags":1076,"stars":999,"repoUrl":1000,"updatedAt":1082},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1077,1078,1080,1081],{"name":851,"slug":852,"type":15},{"name":1079,"slug":1072,"type":15},"Figma",{"name":908,"slug":909,"type":15},{"name":1015,"slug":1016,"type":15},"2026-04-12T05:06:47.939943",{"slug":1084,"name":1084,"fn":1085,"description":1086,"org":1087,"tags":1088,"stars":999,"repoUrl":1000,"updatedAt":1096},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1089,1090,1093,1094,1095],{"name":851,"slug":852,"type":15},{"name":1091,"slug":1092,"type":15},"Design System","design-system",{"name":1079,"slug":1072,"type":15},{"name":908,"slug":909,"type":15},{"name":917,"slug":918,"type":15},"2026-05-10T05:59:52.971881",{"slug":1098,"name":1098,"fn":1099,"description":1100,"org":1101,"tags":1102,"stars":999,"repoUrl":1000,"updatedAt":1110},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1103,1104,1105,1108,1109],{"name":851,"slug":852,"type":15},{"name":1091,"slug":1092,"type":15},{"name":1106,"slug":1107,"type":15},"Documentation","documentation",{"name":1079,"slug":1072,"type":15},{"name":908,"slug":909,"type":15},"2026-05-16T06:07:47.821474",{"slug":1112,"name":1112,"fn":1113,"description":1114,"org":1115,"tags":1116,"stars":999,"repoUrl":1000,"updatedAt":1122},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1117,1118,1119,1120,1121],{"name":851,"slug":852,"type":15},{"name":1079,"slug":1072,"type":15},{"name":908,"slug":909,"type":15},{"name":917,"slug":918,"type":15},{"name":997,"slug":998,"type":15},"2026-05-16T06:07:40.583615",{"slug":1124,"name":1124,"fn":1125,"description":1126,"org":1127,"tags":1128,"stars":999,"repoUrl":1000,"updatedAt":1137},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1129,1132,1133,1136],{"name":1130,"slug":1131,"type":15},"Animation","animation",{"name":1032,"slug":1033,"type":15},{"name":1134,"slug":1135,"type":15},"Creative","creative",{"name":851,"slug":852,"type":15},"2026-05-02T05:31:48.48485",{"slug":1139,"name":1139,"fn":1140,"description":1141,"org":1142,"tags":1143,"stars":999,"repoUrl":1000,"updatedAt":1153},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1144,1145,1146,1149,1152],{"name":1134,"slug":1135,"type":15},{"name":851,"slug":852,"type":15},{"name":1147,"slug":1148,"type":15},"Image Generation","image-generation",{"name":1150,"slug":1151,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]