# Send Ask Council 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": "ask-council",
    "name": "Ask Council",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/jeadland/ask-council",
    "canonicalUrl": "https://clawhub.ai/jeadland/ask-council",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ask-council",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ask-council",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "ask-council.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "ask-council",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T14:28:34.391Z",
      "expiresAt": "2026-05-06T14:28:34.391Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ask-council",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ask-council",
        "contentDisposition": "attachment; filename=\"ask-council-1.0.4.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ask-council"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ask-council"
    },
    "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/ask-council",
    "downloadUrl": "https://openagent3.xyz/downloads/ask-council",
    "agentUrl": "https://openagent3.xyz/skills/ask-council/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ask-council/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ask-council/agent.md"
  }
}
```
## Documentation

### Ask Council — Quick Headless Access

Get LLM Council's synthesized answer without leaving your chat.

### Usage

/council Should I invest in Tesla right now?

Returns the Chairman's synthesized answer after all models have debated.

### How It Works

Sends your question to the LLM Council backend
Waits for Stage 1 (all models respond)
Waits for Stage 2 (models rank each other)
Returns Stage 3 (Chairman's final synthesis)

Takes 30-60 seconds — models need time to deliberate.

### Prerequisites

LLM Council backend must be running:

/install-llm-council

### Two Ways to Use LLM Council

ModeBest ForCommandQuick answer (this skill)Fast decisions, mobile, casual questions/council "question"Full discussion (web UI)Deep research, exploring disagreements, seeing all model responses/install-llm-council then open browser

### Example

Input:

/council Is Python or Go better for a new microservice?

Output:

Council is deliberating... (this may take 30-60s)
................

═══════════════════════════════════════════════════════════════
                    CHAIRMAN'S ANSWER
═══════════════════════════════════════════════════════════════

Based on the council's deliberation, Python is recommended for rapid 
prototyping and team velocity, while Go excels for high-throughput 
services where performance is critical...

═══════════════════════════════════════════════════════════════

View full discussion: http://10.0.1.184:5173

### Agent Instructions

When user says /council <question> or "ask council":

bash ~/.openclaw/skills/ask-council/ask-council.sh "<question>"

The script handles:

Creating a conversation
Starting the council run
Polling until complete
Extracting the chairman's answer
Showing progress dots while waiting

### Files

FilePurposeSKILL.mdDocumentationask-council.shMain script — queries API and returns answer_meta.jsonSkill metadata

### Notes

Timeout: 120 seconds
If backend isn't running, suggests starting it
Always includes link to full web UI for detailed exploration
Creates a new conversation each time (no history)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jeadland
- Version: 1.0.4
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T14:28:34.391Z
- Expires at: 2026-05-06T14:28:34.391Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ask-council)
- [Send to Agent page](https://openagent3.xyz/skills/ask-council/agent)
- [JSON manifest](https://openagent3.xyz/skills/ask-council/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ask-council/agent.md)
- [Download page](https://openagent3.xyz/downloads/ask-council)