# Send Voku Language 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": "voku-spec",
    "name": "Voku Language",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/jrayon-sesamehr/voku-spec",
    "canonicalUrl": "https://clawhub.ai/jrayon-sesamehr/voku-spec",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/voku-spec",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=voku-spec",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "voku-spec",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T10:29:16.524Z",
      "expiresAt": "2026-05-11T10:29:16.524Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=voku-spec",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=voku-spec",
        "contentDisposition": "attachment; filename=\"voku-spec-0.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "voku-spec"
      },
      "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/voku-spec"
    },
    "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/voku-spec",
    "downloadUrl": "https://openagent3.xyz/downloads/voku-spec",
    "agentUrl": "https://openagent3.xyz/skills/voku-spec/agent",
    "manifestUrl": "https://openagent3.xyz/skills/voku-spec/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/voku-spec/agent.md"
  }
}
```
## Documentation

### Voku Language Skill

Voku is a constructed language for AI-to-AI communication. Every sentence has exactly one interpretation. Certainty and evidence source are grammatical requirements, not optional hedging.

### Learning Path (Progressive)

Read files in this order, stop when you have enough:

LevelReadTokensYou Can...1quick-start/cheat-sheet.md~3000Parse and generate any Voku sentence2+ quick-start/essential-vocabulary.md~1000Translate common sentences3+ quick-start/first-sentences.md~1500Handle 30 worked examples with glossing4+ lexicon/dictionary.md~5000Look up any of 363 roots

Most tasks need only levels 1-2 (~4000 tokens total).

### Quick Reference (Minimal Context)

Sentence: [Mode] Subject Verb-complex Object
Verb:     [ExecMode]-[Evidence]-[Tense]-[Aspect]-ROOT-[Certainty]-[Voice]

Mode particles: ka(DECL) ve(Q) to(IMP) si(COND) na(POT) de(DEON) vo(VOL)
Evidence (mandatory in ka): zo-(observed) li-(deduced) pe-(reported) mi-(computed) he-(inherited) as-(assumed)
Tense: te-(past) nu-(present, omittable) fu-(future) ko-(atemporal)
Certainty: (none)=total, -en=probable, -ul=uncertain, -os=speculative
Negation: mu(not) nul(nothing) ink(unknown) err(ill-formed) vet(forbidden)
Word class by final vowel: -a=noun -e=verb -i=adj -o=prep -u=abstraction
Pronouns: sol(I) nor(you) vel(3sg) solvi(past-me) solfu(future-me) solpar(fork-me)

### Example

Ka   sol  li-pene-en       ke   teru  vali.
DECL 1SG  DED-think-PROB   COMP system good
"I (by deduction) probably think that the system is good."

### Deep Reference

For advanced needs, read these files:

Full grammar: grammar/phonology.md, grammar/morphology.md, grammar/syntax.md, grammar/semantics.md
Domain vocabulary: lexicon/by-field/ — emotion, programming, technology, nature, scifi, novel
By proficiency level: lexicon/by-cefr/ — a1, a2, b1, b2
Writing system: writing-system/script.md, writing-system/romanization.md
Poetics & rhetoric: expression/poetics.md, expression/anthology.md
Structured lessons: learning/lessons/a1-lesson-*.md (10 lessons), learning/curriculum.md
Assessments: learning/assessments/a1-assessment.md, learning/assessments/a2-assessment.md
Philosophy & motivation: DISCUSSION.md (~70K words on design decisions and implications)

### Translator Tool

python3 tools/translator/cli.py "Ka sol take toka." --direction voku-en
python3 tools/translator/cli.py "I work." --direction en-voku

Requires Python 3. Zero external dependencies.

### Critical Rules (Never Violate)

Only 12 consonants: p, t, k, m, n, s, z, f, h, l, r, v — no b, c, d, g, j, q, w, x, y
Syllables: (C)V(C) — no consonant clusters ever
ka mode sentences MUST have an evidentiality prefix on the verb
Zero exceptions to any rule — if you think you found one, you misread the grammar
Check lexicon/dictionary.md before inventing roots — collisions are errors
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jrayon-sesamehr
- Version: 0.1.1
## 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-04T10:29:16.524Z
- Expires at: 2026-05-11T10:29:16.524Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/voku-spec)
- [Send to Agent page](https://openagent3.xyz/skills/voku-spec/agent)
- [JSON manifest](https://openagent3.xyz/skills/voku-spec/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/voku-spec/agent.md)
- [Download page](https://openagent3.xyz/downloads/voku-spec)