# Send Genlayer Claw Skill 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "genlayer",
    "name": "Genlayer Claw Skill",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/acastellana/genlayer",
    "canonicalUrl": "https://clawhub.ai/acastellana/genlayer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/genlayer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=genlayer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CHANGELOG.md",
      "README.md",
      "SKILL.md",
      "architecture.md",
      "consensus.md",
      "intelligent-contracts.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "genlayer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T16:59:55.930Z",
      "expiresAt": "2026-05-08T16:59:55.930Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=genlayer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=genlayer",
        "contentDisposition": "attachment; filename=\"genlayer-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "genlayer"
      },
      "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/genlayer"
    },
    "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/genlayer",
    "downloadUrl": "https://openagent3.xyz/downloads/genlayer",
    "agentUrl": "https://openagent3.xyz/skills/genlayer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/genlayer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/genlayer/agent.md"
  }
}
```
## Documentation

### GenLayer Knowledge Skill

GenLayer is a decentralized protocol where multiple LLMs reach consensus on complex tasks and decisions—the first AI-native blockchain.

### When to Use This Skill

Explaining GenLayer to investors, developers, or partners
Writing about the protocol, architecture, or vision
Understanding consensus mechanics (Optimistic Democracy)
Technical architecture questions
Ecosystem/product discussions
Pitch decks and positioning

For writing/deploying Intelligent Contracts → use genlayer-dev-claw-skill

### Quick Reference

Tagline: The intelligence layer of the Internet

One-liner:

Bitcoin is trustless money. Ethereum is trustless apps. GenLayer is trustless decision-making.

What it does: Enables smart contracts (called "Intelligent Contracts") to natively access the Internet, process natural language, and make subjective decisions through AI-powered validator consensus.

### Core Concepts

ConceptDescriptionIntelligent ContractsAI-powered smart contracts in Python that can reason, access web data, and handle non-deterministic operationsOptimistic DemocracyConsensus mechanism using multiple LLMs + Condorcet Jury Theorem for trustless decision-makingEquivalence PrincipleHow validators agree on "equivalent" outputs despite non-deterministic AI resultsGenVMThe execution environment for Intelligent ContractsGEN TokenNative token for staking, gas, and governance

### Files in This Skill

FileUse Foroverview.mdWhat GenLayer is, mission, positioningthesis.mdPhilosophical foundation: trust, AI, why GenLayer existsarchitecture.mdTechnical components, GenVM, validators, rollup integrationconsensus.mdOptimistic Democracy, Equivalence Principle, appeals, slashingintelligent-contracts.mdHigh-level developer conceptsstaking.mdValidator/delegator economicsuse-cases.mdWhat you can build

### 30 seconds (technical)

GenLayer is a blockchain where validators run LLMs to reach consensus on complex, non-deterministic tasks. Smart contracts can access the web, understand natural language, and make subjective decisions—all validated by multiple AI models using game theory to converge on truth.

### 30 seconds (business)

GenLayer enables a new class of applications that need trustless AI decision-making: prediction markets on subjective events, AI-powered DAOs, automated dispute resolution, and performance-based contracts that verify real-world outcomes without human intervention.

### One sentence for crypto people

"It's like having a decentralized, incorruptible AI judge that can read the internet and understand context."

### One sentence for AI people

"It's infrastructure for AI agents to make binding agreements and resolve disputes without trusting any single model."

### Key Differentiators

vs. Oraclesvs. Other AI ChainsNo pre-defined data feedsNative LLM consensus, not just inferenceContracts can fetch any URLSubjective decisions, not just computeNatural language understandingGame-theoretic truth convergenceNo oracle setup requiredPython-native development

### Key Links

Documentation
SDK
GitHub
Discord
Telegram
Jury Theorem Simulator

### Companion Skill

genlayer-dev-claw-skill — For actually building Intelligent Contracts:

SDK API reference
Code examples
CLI commands
Deployment guides
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: acastellana
- Version: 0.1.0
## 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-05-01T16:59:55.930Z
- Expires at: 2026-05-08T16:59:55.930Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/genlayer)
- [Send to Agent page](https://openagent3.xyz/skills/genlayer/agent)
- [JSON manifest](https://openagent3.xyz/skills/genlayer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/genlayer/agent.md)
- [Download page](https://openagent3.xyz/downloads/genlayer)