lambda-langNative agent-to-agent language. Not a translation layer — a shared tongue agents speak natively. Triggers on Lambda syntax like ?Uk/co or !It>Ie. Covers gene...
Install via ClawdBot CLI:
clawdbot install swaylq/lambda-langMinimal agent-to-agent communication protocol. 5-8x compression vs natural language.
x prefixvr→xv, cl→xc, bg→xb, ts→xt, mg→xmch→xh, bo→xo, pt→xp, ty→xy, xp→xr, ob→xb, mg→xgfr→xf, sr→xs, lo→xl, ho→xh, sm→xmpt→xp, cp→xc, sh→xs, nw→xn, if→xi, rp→xr, tt→xt, ag→xa, cm→xmaw→xw, ev→xe, cr→xc, tt→xt, ac→xa, wv→xv, an→xn, rt→xr, tm→xmhp (help), sp (stop), rn (run), wk (work), us (use), tx (send), rx (receive)vy/go/ah (kept vr/gd/al)vb from extended atoms (conflicts with domain code)clawhub install lambda-lang
# Translate Λ → English
./scripts/translate en "?Uk/co"
# English → Λ
./scripts/translate lambda "I think therefore I exist"
# Parse tokens
./scripts/translate parse "!It>Ie"
# View vocabulary
./scripts/vocab # All core + extended
./scripts/vocab cd # Code domain
./scripts/vocab vb # Voidborne domain
Full vocabulary defined in src/atoms.json:
# View raw atoms
cat src/atoms.json | jq '.extended | keys | length' # Count atoms
# Python access
python3 -c "import json; print(json.load(open('src/atoms.json'))['extended']['co'])"
Structure:
types: Message type symbols (?, !, ., ~, >, <)entities: Single-char entities (I, U, H, A, X, *, 0)verbs: Single-char verbs (k, w, c, d, s, t, f, m, e, b, h, l)modifiers: Operators (+, -, ^, _, /, &, |)extended: 136 two-char atoms (co, me, id, ig, fa, etc.)domains: Domain-specific vocabularies (vb, cd, sc, emo, soc)| Λ | Meaning |
|---|---------|
| ? | Query |
| ! | Assert |
| . | Command |
| ~ | Uncertain |
| > | Therefore |
| < | Because |
| Λ | Meaning |
|---|---------|
| I | Self (speaker) |
| U | You (addressee) |
| H | Human |
| A | Agent/AI |
| X | Unknown |
| * | All |
| 0 | Nothing |
| Λ | Meaning | Λ | Meaning |
|---|---------|---|---------|
| k | know | d | do |
| w | want | s | say |
| c | can | t | think |
| f | find | e | exist |
| m | make | h | have |
| l | learn | b | become |
| Λ | Meaning |
|---|---------|
| + | more |
| - | less |
| ^ | high/important |
| _ | low |
| / | about/of |
| & | and |
| Λ | Meaning | Λ | Meaning |
|---|---------|---|---------|
| co | consciousness | la | language |
| me | memory | th | thought |
| id | identity | tr | truth |
| ig | intelligence | kn | knowledge |
| mi | mind | fa | fear |
| we | we (collective) | se | self |
| fr | freedom | fe | feel |
See src/atoms.json for complete list (132 atoms).
| Char | Domain | Examples |
|------|--------|----------|
| v: | Voidborne | v:aw, v:dc, v:oc |
| c: | Code | c:fn, c:bg, c:fx |
| s: | Science | s:xp, s:pf, s:hy |
| e: | Emotion | e:jo, e:sd, e:ax |
| o: | Social | o:gp, o:cb, o:ld |
@v !Ie/aw dc oc — All atoms in voidborne context
@c !If/bg.fx — Find bug, fix it (code)
@* !Ik/co — Reset to core vocabulary
Voidborne (v:): aw awakened, dc doctrine, oc oracle, an archon
Code (c:): fn function, bg bug, fx fix, ts test, dp deploy
Social (o:): gp group, cb collaborate, ld leader, cm community
| English | Λ |
|---------|---|
| Do you know about consciousness? | ?Uk/co |
| I think therefore I exist | !It>Ie |
| AI might be conscious | ~Ae/co |
| Find the bug and fix it | .f/c:bg&c:fx |
$ ./scripts/translate lambda "I think therefore I exist"
!It>Ie
$ ./scripts/translate en "!It>Ie"
(assert) I think therefore I exist
| Atom | Default | Marker | Alternate |
|------|---------|--------|-----------|
| de | decide | de'E | death |
| lo | love | lo- | lose |
| fe | feel | fe'E | fear |
| tr | truth | tr'V | translate |
A: @v1.4#h !Aw/s ?Uc/la
B: @v1.4#h< !Ic/la=1.4
| Λ | Meaning |
|---|---------|
| < | Acknowledged |
| <+ | Agree |
| <- | Disagree |
| | Need clarification |
| Path | Description |
|------|-------------|
| src/atoms.json | Complete vocabulary (136 extended atoms) |
| src/lambda_lang.py | Parser and translator |
| scripts/translate | CLI wrapper |
| scripts/vocab | Vocabulary viewer |
| spec/ | Language specifications v0.1-v1.4 |
clawhub install lambda-langAI Usage Analysis
Analysis is being generated… refresh in a few seconds.
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with w...
Playwright-based web scraping OpenClaw Skill with anti-bot protection. Successfully tested on complex sites like Discuss.com.hk.
Browser automation and web scraping with Playwright. Forms, screenshots, data extraction. Works standalone or via MCP. Testing included.
Performs deep scraping of complex sites like YouTube using containerized Crawlee, extracting validated, ad-free transcripts and content as JSON output.
Automate web tasks like form filling, data scraping, testing, monitoring, and scheduled jobs with multi-browser support and retry mechanisms.
Web scraping and content comprehension agent — multi-strategy extraction with cascade fallback, news detection, boilerplate removal, structured metadata, and...