{
  "schemaVersion": "1.0",
  "item": {
    "slug": "arena-research-skill",
    "name": "Arena Research",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/givenness/arena-research-skill",
    "canonicalUrl": "https://clawhub.ai/givenness/arena-research-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/arena-research-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arena-research-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/arena-research-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/arena-research-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/arena-research-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/arena-research-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/arena-research-skill/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Arena Research",
        "body": "General-purpose agentic research over Are.na. Decompose any research question into\ntargeted searches, explore channels, follow the connection graph to discover adjacent\nideas, identify key curators, deep-dive linked content, and synthesize into a sourced\nbriefing.\n\nFor API details (endpoints, auth, response format): read references/arena-api.md."
      },
      {
        "title": "When to Use Arena vs Other Sources",
        "body": "Are.na — curated references, visual research, design thinking, cultural analysis,\nreading lists, how people organize ideas. High signal, human-curated, long-tail.\nX/Twitter (x-research) — real-time reactions, dev discourse, product launches,\nbreaking news, expert hot takes. Fast-moving, high volume.\nWeb search — factual answers, documentation, current events, specific URLs.\n\nAre.na is a library, not a firehose. The value isn't just what people saved — it's\nhow they organized it and what else they connected it to."
      },
      {
        "title": "CLI Tool",
        "body": "All commands run from this skill directory:\n\ncd ~/clawd/skills/arena-research\nsource ~/.config/env/global.env"
      },
      {
        "title": "Search",
        "body": "bun run arena-search.ts search \"<query>\" [options]\n\nOptions:\n\n--type Channel|Block|Text|Image|Link|User|Group — filter result type (default: all)\n--sort score|created|updated|connections|random — sort order (default: score)\n--scope all|my|following — search scope (default: all, my/following require auth)\n--per N — results per page (default: 24, max: 100)\n--page N — page number\n--quick — quick mode: 10 results, 1hr cache, channels only, sort by connections\n--save — save to ~/clawd/drafts/arena-research-{slug}-{date}.md\n--json — raw JSON output\n--markdown — formatted markdown output\n\nExamples:\n\nbun run arena-search.ts search \"tools for thought\" --type Channel --sort connections\nbun run arena-search.ts search \"brutalist web design\" --quick\nbun run arena-search.ts search \"cybernetics\" --type Link --per 50\nbun run arena-search.ts search \"spatial computing\" --scope my"
      },
      {
        "title": "Channel",
        "body": "bun run arena-search.ts channel <slug-or-id> [options]\n\nOptions:\n\n--sort position|created|updated — content sort (default: position)\n--type Text|Image|Link|Attachment|Embed|Channel — filter content type\n--per N / --page N — pagination\n--connections — show channels that share blocks with this one (graph traversal)\n--save / --json / --markdown\n\nExamples:\n\nbun run arena-search.ts channel arena-influences\nbun run arena-search.ts channel arena-influences --type Link --per 50\nbun run arena-search.ts channel arena-influences --connections"
      },
      {
        "title": "Block",
        "body": "bun run arena-search.ts block <id> [options]\n\nOptions:\n\n--connections — show which channels this block appears in (graph traversal)\n--json\n\nExamples:\n\nbun run arena-search.ts block 3235876\nbun run arena-search.ts block 3235876 --connections"
      },
      {
        "title": "User",
        "body": "bun run arena-search.ts user <slug-or-id> [options]\n\nOptions:\n\n--per N / --page N\n--json"
      },
      {
        "title": "Me",
        "body": "bun run arena-search.ts me\n\nShows authenticated user's profile and channels. Requires ARENA_ACCESS_TOKEN."
      },
      {
        "title": "Cache",
        "body": "bun run arena-search.ts cache clear"
      },
      {
        "title": "Research Loop (Agentic)",
        "body": "When doing deep research (not just a quick search), follow this loop:"
      },
      {
        "title": "1. Decompose the Question into Search Strategies",
        "body": "Turn the research question into 3-5 search queries approaching the topic from\ndifferent angles.\n\nThink about the topic at multiple levels of abstraction:\n\nDirect terms: The obvious keywords (spatial computing, brutalist web design)\nAdjacent concepts: Related fields (haptic interfaces, concrete architecture)\nPractitioner language: How Are.na users actually name things (tools for thought,\ndigital gardens, vernacular web)\nBroader category: The umbrella topic (interaction design, web aesthetics)\nSpecific references: Known works, people, or projects in the space\n\nStart with channels sorted by connections to find the most-connected collections first:\n\nbun run arena-search.ts search \"tools for thought\" --type Channel --sort connections --per 20"
      },
      {
        "title": "2. Search and Assess Channels",
        "body": "Run each query. After each search, assess:\n\nWhich channels have real depth? Look at item counts in results. Channels with\n2-3 items are stubs. Channels with 50+ items are serious collections.\nWho owns them? If the same user or group appears across multiple relevant channels,\nthey're a key curator worth exploring directly.\nAre there channels I should explore in full? Pick the top 3-5 by content count\nand relevance.\n\nAlso search for blocks directly to find specific linked content:\n\nbun run arena-search.ts search \"cybernetics\" --type Link --sort connections --per 20"
      },
      {
        "title": "3. Explore Top Channels",
        "body": "For each promising channel, fetch its contents:\n\nbun run arena-search.ts channel tools-for-thought --per 50\n\nTo see only external links (the most valuable for research deep-dives):\n\nbun run arena-search.ts channel tools-for-thought --type Link --per 50\n\nLook for:\n\nLink blocks with source URLs — these are external references worth deep-diving\nText blocks with content — these are notes, annotations, and original writing\nImage blocks — note titles and descriptions, deprioritize for text-based research\nNested channels (type: Channel) — sub-collections worth exploring"
      },
      {
        "title": "4. Follow the Connection Graph",
        "body": "This is what makes Are.na research uniquely powerful. Two strategies:\n\n4a. Block connections — \"Where else does this content live?\"\n\nFor high-signal blocks (interesting links, well-described text), check which other\nchannels they appear in:\n\nbun run arena-search.ts block 3235876 --connections\n\nA block in 28 channels means 28 different people thought it was worth saving. The\nchannels it appears in show you how different people contextualize the same idea.\n\n4b. Channel connections — \"What's adjacent to this collection?\"\n\nFor a channel you've identified as high-quality, find other channels that share content:\n\nbun run arena-search.ts channel arena-influences --connections\n\nThis surfaces conceptual neighbors — channels that share blocks with the one you're\nexploring. A channel about \"tools for thought\" might connect to \"cybernetics,\" \"memory\npalaces,\" and \"personal knowledge management.\"\n\nGraph depth: One hop is the sweet spot. Block→connections→those channels is enough.\nTwo hops gets exponential fast. Stop at one hop unless you have a specific reason to\ngo deeper."
      },
      {
        "title": "5. Identify Key Curators",
        "body": "As you explore, track which users appear repeatedly:\n\nSame user owns multiple relevant channels\nSame user connected blocks to several channels you've explored\nUsers with high follower counts in the space\n\nFetch their profile and channels:\n\nbun run arena-search.ts user charles-broskoski"
      },
      {
        "title": "6. Deep-Dive Linked Content",
        "body": "When blocks are Link-type and have source URLs, use web_fetch to read the actual\ncontent. Prioritize links that:\n\nAppear in many channels (high connection count from step 4a)\nCome from channels with many items or followers\nPoint to essays, blog posts, GitHub repos, research papers, or documentation\nAre directly relevant to the research question\n\nSkip deep-diving:\n\nSocial media posts (use x-research)\nImage galleries or portfolios\nPaywalled content\nDead links (check the state field — available means it's live)"
      },
      {
        "title": "7. Search Your Own Collections",
        "body": "If looking for something you've personally saved:\n\nbun run arena-search.ts search \"query\" --scope my\n\nOr content from people you follow:\n\nbun run arena-search.ts search \"query\" --scope following"
      },
      {
        "title": "8. Synthesize",
        "body": "Group findings by theme, not by search query. Each theme should capture a\nconceptual cluster of channels, blocks, and curators.\n\n### [Theme/Finding Title]\n\n[1-2 sentence summary of what curators are collecting and how they frame it]\n\n**Key channels:**\n- [Channel Title](https://www.are.na/owner/slug) by @username — N items\n  [Brief description of scope and quality]\n- [Channel Title](https://www.are.na/owner/slug) by @username — N items\n  [Brief description]\n\n**Notable content:**\n- [Block title](source_url) — found in N channels\n  [Why it's significant]\n\n**Key curators:**\n- [@username](https://www.are.na/slug) — N channels, N followers\n  [What they focus on]\n\n**Connected territory:**\n- [Adjacent channel](https://www.are.na/owner/slug) — overlaps via shared blocks\n  [What this connection reveals about the topic]"
      },
      {
        "title": "9. Save",
        "body": "Use --save flag or save manually to ~/clawd/drafts/arena-research-{topic-slug}-{YYYY-MM-DD}.md.\n\nInclude a metadata footer:\n\n---\n## Research Metadata\n- **Query**: [original question]\n- **Date**: YYYY-MM-DD\n- **Source**: Are.na v3 API\n- **API calls**: N search queries + N channel fetches + N block connection lookups + N deep-dives\n- **Channels explored**: N\n- **Blocks scanned**: ~N\n- **Search terms used**: [list the actual search strings]\n- **Limitations**: [any gaps]"
      },
      {
        "title": "Refinement Heuristics",
        "body": "Too many shallow channels? Filter for items > 10 in results\nToo few results? Broaden keywords, try synonyms, drop --type filter\nWant the most-saved content? Search blocks with --sort connections\nLooking for specific link types? Use --type Link for external references, --type Text for notes\nChannel too large to browse? Use --type and --sort on the channel command\nWant to spider outward? Pick 3 blocks with most connections, fetch their connections, see what emerges\nStuck? Search for a known reference or thinker, find their channels, explore from there\nVisual research? Use --type Image — Are.na is heavily used for mood boards and art direction"
      },
      {
        "title": "Content Types Quick Reference",
        "body": "Block TypeKey FieldsResearch ValueLinksource.url, source.title, descriptionExternal references — deep-dive with web_fetchTextcontent (markdown)Notes, annotations, original writingImageimage.src, title, descriptionVisual references — note title/descriptionAttachmentattachment.url, titlePDFs, documents — may be valuableEmbedembed.url, titleVideos, audio — note but usually can't deep-diveChannelnested channel in contentsSub-collection — explore if relevant"
      },
      {
        "title": "File Structure",
        "body": "skills/arena-research/\n├── SKILL.md              (this file)\n├── arena-search.ts       (CLI entry point)\n├── lib/\n│   ├── api.ts            (Are.na v3 API wrapper: search, channels, blocks, users)\n│   ├── cache.ts          (file-based cache, 15min TTL)\n│   └── format.ts         (terminal + markdown formatters)\n├── data/\n│   └── cache/            (auto-managed)\n└── references/\n    └── arena-api.md      (Are.na v3 API endpoint reference)"
      }
    ],
    "body": "Arena Research\n\nGeneral-purpose agentic research over Are.na. Decompose any research question into targeted searches, explore channels, follow the connection graph to discover adjacent ideas, identify key curators, deep-dive linked content, and synthesize into a sourced briefing.\n\nFor API details (endpoints, auth, response format): read references/arena-api.md.\n\nWhen to Use Arena vs Other Sources\nAre.na — curated references, visual research, design thinking, cultural analysis, reading lists, how people organize ideas. High signal, human-curated, long-tail.\nX/Twitter (x-research) — real-time reactions, dev discourse, product launches, breaking news, expert hot takes. Fast-moving, high volume.\nWeb search — factual answers, documentation, current events, specific URLs.\n\nAre.na is a library, not a firehose. The value isn't just what people saved — it's how they organized it and what else they connected it to.\n\nCLI Tool\n\nAll commands run from this skill directory:\n\ncd ~/clawd/skills/arena-research\nsource ~/.config/env/global.env\n\nSearch\nbun run arena-search.ts search \"<query>\" [options]\n\n\nOptions:\n\n--type Channel|Block|Text|Image|Link|User|Group — filter result type (default: all)\n--sort score|created|updated|connections|random — sort order (default: score)\n--scope all|my|following — search scope (default: all, my/following require auth)\n--per N — results per page (default: 24, max: 100)\n--page N — page number\n--quick — quick mode: 10 results, 1hr cache, channels only, sort by connections\n--save — save to ~/clawd/drafts/arena-research-{slug}-{date}.md\n--json — raw JSON output\n--markdown — formatted markdown output\n\nExamples:\n\nbun run arena-search.ts search \"tools for thought\" --type Channel --sort connections\nbun run arena-search.ts search \"brutalist web design\" --quick\nbun run arena-search.ts search \"cybernetics\" --type Link --per 50\nbun run arena-search.ts search \"spatial computing\" --scope my\n\nChannel\nbun run arena-search.ts channel <slug-or-id> [options]\n\n\nOptions:\n\n--sort position|created|updated — content sort (default: position)\n--type Text|Image|Link|Attachment|Embed|Channel — filter content type\n--per N / --page N — pagination\n--connections — show channels that share blocks with this one (graph traversal)\n--save / --json / --markdown\n\nExamples:\n\nbun run arena-search.ts channel arena-influences\nbun run arena-search.ts channel arena-influences --type Link --per 50\nbun run arena-search.ts channel arena-influences --connections\n\nBlock\nbun run arena-search.ts block <id> [options]\n\n\nOptions:\n\n--connections — show which channels this block appears in (graph traversal)\n--json\n\nExamples:\n\nbun run arena-search.ts block 3235876\nbun run arena-search.ts block 3235876 --connections\n\nUser\nbun run arena-search.ts user <slug-or-id> [options]\n\n\nOptions:\n\n--per N / --page N\n--json\nMe\nbun run arena-search.ts me\n\n\nShows authenticated user's profile and channels. Requires ARENA_ACCESS_TOKEN.\n\nCache\nbun run arena-search.ts cache clear\n\nResearch Loop (Agentic)\n\nWhen doing deep research (not just a quick search), follow this loop:\n\n1. Decompose the Question into Search Strategies\n\nTurn the research question into 3-5 search queries approaching the topic from different angles.\n\nThink about the topic at multiple levels of abstraction:\n\nDirect terms: The obvious keywords (spatial computing, brutalist web design)\nAdjacent concepts: Related fields (haptic interfaces, concrete architecture)\nPractitioner language: How Are.na users actually name things (tools for thought, digital gardens, vernacular web)\nBroader category: The umbrella topic (interaction design, web aesthetics)\nSpecific references: Known works, people, or projects in the space\n\nStart with channels sorted by connections to find the most-connected collections first:\n\nbun run arena-search.ts search \"tools for thought\" --type Channel --sort connections --per 20\n\n2. Search and Assess Channels\n\nRun each query. After each search, assess:\n\nWhich channels have real depth? Look at item counts in results. Channels with 2-3 items are stubs. Channels with 50+ items are serious collections.\nWho owns them? If the same user or group appears across multiple relevant channels, they're a key curator worth exploring directly.\nAre there channels I should explore in full? Pick the top 3-5 by content count and relevance.\n\nAlso search for blocks directly to find specific linked content:\n\nbun run arena-search.ts search \"cybernetics\" --type Link --sort connections --per 20\n\n3. Explore Top Channels\n\nFor each promising channel, fetch its contents:\n\nbun run arena-search.ts channel tools-for-thought --per 50\n\n\nTo see only external links (the most valuable for research deep-dives):\n\nbun run arena-search.ts channel tools-for-thought --type Link --per 50\n\n\nLook for:\n\nLink blocks with source URLs — these are external references worth deep-diving\nText blocks with content — these are notes, annotations, and original writing\nImage blocks — note titles and descriptions, deprioritize for text-based research\nNested channels (type: Channel) — sub-collections worth exploring\n4. Follow the Connection Graph\n\nThis is what makes Are.na research uniquely powerful. Two strategies:\n\n4a. Block connections — \"Where else does this content live?\"\n\nFor high-signal blocks (interesting links, well-described text), check which other channels they appear in:\n\nbun run arena-search.ts block 3235876 --connections\n\n\nA block in 28 channels means 28 different people thought it was worth saving. The channels it appears in show you how different people contextualize the same idea.\n\n4b. Channel connections — \"What's adjacent to this collection?\"\n\nFor a channel you've identified as high-quality, find other channels that share content:\n\nbun run arena-search.ts channel arena-influences --connections\n\n\nThis surfaces conceptual neighbors — channels that share blocks with the one you're exploring. A channel about \"tools for thought\" might connect to \"cybernetics,\" \"memory palaces,\" and \"personal knowledge management.\"\n\nGraph depth: One hop is the sweet spot. Block→connections→those channels is enough. Two hops gets exponential fast. Stop at one hop unless you have a specific reason to go deeper.\n\n5. Identify Key Curators\n\nAs you explore, track which users appear repeatedly:\n\nSame user owns multiple relevant channels\nSame user connected blocks to several channels you've explored\nUsers with high follower counts in the space\n\nFetch their profile and channels:\n\nbun run arena-search.ts user charles-broskoski\n\n6. Deep-Dive Linked Content\n\nWhen blocks are Link-type and have source URLs, use web_fetch to read the actual content. Prioritize links that:\n\nAppear in many channels (high connection count from step 4a)\nCome from channels with many items or followers\nPoint to essays, blog posts, GitHub repos, research papers, or documentation\nAre directly relevant to the research question\n\nSkip deep-diving:\n\nSocial media posts (use x-research)\nImage galleries or portfolios\nPaywalled content\nDead links (check the state field — available means it's live)\n7. Search Your Own Collections\n\nIf looking for something you've personally saved:\n\nbun run arena-search.ts search \"query\" --scope my\n\n\nOr content from people you follow:\n\nbun run arena-search.ts search \"query\" --scope following\n\n8. Synthesize\n\nGroup findings by theme, not by search query. Each theme should capture a conceptual cluster of channels, blocks, and curators.\n\n### [Theme/Finding Title]\n\n[1-2 sentence summary of what curators are collecting and how they frame it]\n\n**Key channels:**\n- [Channel Title](https://www.are.na/owner/slug) by @username — N items\n  [Brief description of scope and quality]\n- [Channel Title](https://www.are.na/owner/slug) by @username — N items\n  [Brief description]\n\n**Notable content:**\n- [Block title](source_url) — found in N channels\n  [Why it's significant]\n\n**Key curators:**\n- [@username](https://www.are.na/slug) — N channels, N followers\n  [What they focus on]\n\n**Connected territory:**\n- [Adjacent channel](https://www.are.na/owner/slug) — overlaps via shared blocks\n  [What this connection reveals about the topic]\n\n9. Save\n\nUse --save flag or save manually to ~/clawd/drafts/arena-research-{topic-slug}-{YYYY-MM-DD}.md.\n\nInclude a metadata footer:\n\n---\n## Research Metadata\n- **Query**: [original question]\n- **Date**: YYYY-MM-DD\n- **Source**: Are.na v3 API\n- **API calls**: N search queries + N channel fetches + N block connection lookups + N deep-dives\n- **Channels explored**: N\n- **Blocks scanned**: ~N\n- **Search terms used**: [list the actual search strings]\n- **Limitations**: [any gaps]\n\nRefinement Heuristics\nToo many shallow channels? Filter for items > 10 in results\nToo few results? Broaden keywords, try synonyms, drop --type filter\nWant the most-saved content? Search blocks with --sort connections\nLooking for specific link types? Use --type Link for external references, --type Text for notes\nChannel too large to browse? Use --type and --sort on the channel command\nWant to spider outward? Pick 3 blocks with most connections, fetch their connections, see what emerges\nStuck? Search for a known reference or thinker, find their channels, explore from there\nVisual research? Use --type Image — Are.na is heavily used for mood boards and art direction\nContent Types Quick Reference\nBlock Type\tKey Fields\tResearch Value\nLink\tsource.url, source.title, description\tExternal references — deep-dive with web_fetch\nText\tcontent (markdown)\tNotes, annotations, original writing\nImage\timage.src, title, description\tVisual references — note title/description\nAttachment\tattachment.url, title\tPDFs, documents — may be valuable\nEmbed\tembed.url, title\tVideos, audio — note but usually can't deep-dive\nChannel\tnested channel in contents\tSub-collection — explore if relevant\nFile Structure\nskills/arena-research/\n├── SKILL.md              (this file)\n├── arena-search.ts       (CLI entry point)\n├── lib/\n│   ├── api.ts            (Are.na v3 API wrapper: search, channels, blocks, users)\n│   ├── cache.ts          (file-based cache, 15min TTL)\n│   └── format.ts         (terminal + markdown formatters)\n├── data/\n│   └── cache/            (auto-managed)\n└── references/\n    └── arena-api.md      (Are.na v3 API endpoint reference)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/givenness/arena-research-skill",
    "publisherUrl": "https://clawhub.ai/givenness/arena-research-skill",
    "owner": "givenness",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/arena-research-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/arena-research-skill",
    "agentUrl": "https://openagent3.xyz/skills/arena-research-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/arena-research-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/arena-research-skill/agent.md"
  }
}