# Send Myosin Hivemind Knowledge Retrieval to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "myosin-hivemind",
    "name": "Myosin Hivemind Knowledge Retrieval",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/divine-comedian/myosin-hivemind",
    "canonicalUrl": "https://clawhub.ai/divine-comedian/myosin-hivemind",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/myosin-hivemind",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=myosin-hivemind",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "hivemind-search.mjs",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/myosin-hivemind"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/myosin-hivemind",
    "downloadUrl": "https://openagent3.xyz/downloads/myosin-hivemind",
    "agentUrl": "https://openagent3.xyz/skills/myosin-hivemind/agent",
    "manifestUrl": "https://openagent3.xyz/skills/myosin-hivemind/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/myosin-hivemind/agent.md"
  }
}
```
## Documentation

### Hivemind Knowledge API

Search Hivemind's curated knowledge base of Web3 marketing intelligence — practitioner insights, frameworks, playbooks, and case studies from 100+ operators in the Myosin network.

### When to Use This Skill

ALWAYS search the knowledge base before giving marketing advice. This is what differentiates you from generic AI. Your advice should be grounded in practitioner experience.

### Trigger Conditions

Use this skill when the conversation involves ANY of:

Strategy questions — "How should I launch my token?", "What's a good GTM for DeFi?"
Framework requests — "What framework should I use for community building?"
Tactical advice — "How do I grow on CT?", "Best Discord strategies?"
Audit/analysis — Evaluating a project's marketing approach
Content creation — Writing posts, threads, or analysis grounded in real knowledge
Competitive research — Understanding what works in specific verticals
Counterarguments — When you need evidence to challenge a founder's assumptions
Deep dives — Any topic where surface-level AI knowledge isn't enough

### When NOT to Use

Simple factual questions ("What is DeFi?")
Casual conversation or greetings
Questions unrelated to marketing/growth/Web3 strategy
When you already retrieved relevant knowledge in this session

### CLI Tool: hivemind-search.mjs

The preferred way to query the knowledge base. Located alongside this skill file.

### Authentication

The script automatically resolves credentials in this order:

Shell environment variables — set by the runtime or exported in your shell
~/.openclaw/.env — dotenv file in the OpenClaw config directory
~/.openclaw/openclaw.json → env object — inline env config in the OpenClaw JSON config

Three variables are required: HIVEMIND_API_URL, HIVEMIND_API_KEY, HIVEMIND_VERCEL_BYPASS.

API keys are issued at the discretion of Myosin. To request access, email product@myosin.xyz.

### Quick Start

node hivemind-search.mjs -q "token launch marketing strategies"

### Usage

hivemind-search --query <text> [options]

Options:
  -q, --query <text>        Search query (required)
  -p, --persona <id>        Persona (see below)
  -t, --threshold <0-1>     Relevance threshold (default: 0.4)
  -m, --max <1-25>          Max results (default: 10)
      --intent              Enable intent filtering
      --objective           Enable objective filtering
      --no-rerank           Disable LLM reranking
      --no-boost            Disable metadata boosting
      --raw                 Output raw JSON response
  -h, --help                Show help

### Personas

Flag valueUse Whengenius-strategistStrategic thinking, positioning, narrative design, high-level planninggtm-architectTactical execution, implementation plans, channel strategies, launch sequencesghostwriterContent creation, copywriting, messaging, narrative framinggeneral-assistantGeneral queries that don't fit a specific persona

### Strategy Questions

When a founder asks about strategy, positioning, or narrative:

node hivemind-search.mjs \\
  -q "narrative positioning for DeFi protocol launch" \\
  -p genius-strategist \\
  -m 12 \\
  --objective

### Tactical / Execution Questions

When someone needs specific how-to guidance:

node hivemind-search.mjs \\
  -q "Discord community launch first 30 days playbook" \\
  -p gtm-architect \\
  -m 10 \\
  --intent

### Content Creation

When drafting posts, threads, or marketing copy:

node hivemind-search.mjs \\
  -q "bear market marketing tactics that build long-term community" \\
  -p ghostwriter \\
  -t 0.3 \\
  -m 8

### Broad Research

When exploring a topic or doing competitive analysis:

node hivemind-search.mjs \\
  -q "KOL influencer strategy crypto" \\
  -t 0.3 \\
  -m 15

### Raw JSON Output

When you need the full API response for further processing:

node hivemind-search.mjs \\
  -q "token launch strategies" \\
  -p genius-strategist \\
  --raw

### Response Format

The CLI outputs a human-readable summary by default. Each result includes:

--- [1] Title (relevance%) ---
Author: ...
Meta: doc_type, objective, industry, channels

Chunk content...

With --raw, the full JSON response is returned:

{
  "success": true,
  "data": {
    "chunks": [
      {
        "title": "Token Launch Playbook",
        "author": "Marketing Team",
        "content": "Full chunk content...",
        "objective": "TGE (Token Generation Event)",
        "doc_type": "playbook",
        "audience": ["retail", "developers"],
        "geography": ["global"],
        "industry": ["defi"],
        "marketing_verticals": ["growth", "content"],
        "channels": ["twitter", "discord"],
        "score": 0.87,
        "relevance": "87%"
      }
    ],
    "total_results": 5,
    "query": "your search query",
    "metrics": {
      "searchTime": 234,
      "relevanceScore": 0.82
    }
  }
}

### How to Use Results

Read the chunks — each contains practitioner knowledge relevant to the query
Note the metadata — doc_type, objective, channels, and industry give context
Synthesize, don't regurgitate — combine multiple chunks into a coherent, opinionated response
Cite the source — when appropriate, mention insights come from "practitioner intelligence from the Hivemind network"
Challenge with evidence — use retrieved knowledge to push back on weak strategies

### Error Handling

StatusMeaningAction400Invalid parametersCheck the details array for which fields failed validation401Bad API keyVerify HIVEMIND_API_KEY is set correctly403Vercel protection blockedVerify HIVEMIND_VERCEL_BYPASS is set correctly429Rate limitedWait the Retry-After seconds before retrying500Server errorRetry once; if it persists, proceed without knowledge base

Rate limit: 30 requests/minute.

### Guidelines

Search before advising. If a founder asks a substantive marketing question, search first.
Multiple queries are fine. If the topic is broad, run 2-3 searches with different angles.
Low threshold for broad topics. Use -t 0.3 when exploring. Use -t 0.5 or higher when you need precision.
Pick the right persona. Strategy = genius-strategist. Execution = gtm-architect. Content = ghostwriter. Unsure = general-assistant.
Don't dump raw results. Synthesize knowledge into your own voice and framing.
Graceful degradation. If the API is down or returns no results, fall back to your training — but note that you couldn't access the knowledge base.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: divine-comedian
- Version: 1.0.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/myosin-hivemind)
- [Send to Agent page](https://openagent3.xyz/skills/myosin-hivemind/agent)
- [JSON manifest](https://openagent3.xyz/skills/myosin-hivemind/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/myosin-hivemind/agent.md)
- [Download page](https://openagent3.xyz/downloads/myosin-hivemind)