Card snapshot
nuditok.com
·
2026-08-07 07:45:48 UTC
·
df0cfcc7b8580bf155ab7ccf435ae15de07013e432370c626daff24d9b446cc4
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"authentication": {
"schemes": [
"Bearer"
]
},
"capabilities": {
"pushNotifications": false,
"stateTransitionHistory": false,
"streaming": false
},
"description": "Discover and retrieve short-form video content, creators, and tags on NudiTok",
"documentation": "https://nuditok.com/llms-full.txt",
"name": "NudiTok Agent",
"preferredTransport": "JSONRPC",
"skills": [
{
"description": "Search videos, tags, and creators by keyword",
"id": "search-content",
"inputModes": [
"text"
],
"name": "Search Content",
"outputModes": [
"application/json"
]
},
{
"description": "Fetch full metadata for a video by hash identifier",
"id": "get-video",
"inputModes": [
"text"
],
"name": "Get Video",
"outputModes": [
"application/json"
]
},
{
"description": "Browse the public creator directory with pagination",
"id": "list-creators",
"inputModes": [
"text"
],
"name": "List Creators",
"outputModes": [
"application/json"
]
},
{
"description": "Get trending videos by time window (today, this-week, all-time)",
"id": "get-trending",
"inputModes": [
"text"
],
"name": "Get Trending",
"outputModes": [
"application/json"
]
},
{
"description": "Browse popular and trending hashtag categories",
"id": "list-tags",
"inputModes": [
"text"
],
"name": "List Tags",
"outputModes": [
"application/json"
]
},
{
"description": "Fetch creator profile and paginated public videos",
"id": "get-user",
"inputModes": [
"text"
],
"name": "Get User",
"outputModes": [
"application/json"
]
}
],
"supportedInterfaces": [
{
"transport": "https",
"type": "jsonrpc",
"url": "https://nuditok.com/a2a"
}
],
"url": "https://nuditok.com/a2a",
"version": "1.0.0"
}