Embodied Navigation Skill for Claude & AI Agents


The Embodied Navigation skill (embodied-navigation) transfers principles from embodied movement practices — Vipassana meditation (equanimous scanning), Systema martial art (adaptive fluidity), contemporary dance (tensegrity and tension redistribution), and EightOS BodyMind (confluence of flows) — to navigate complex situations in work, relationships, projects, and strategy. The body has been shaped by evolution to handle uncertainty, conflict, and transformation; this skill applies that intelligence beyond the physical.

It is for moments when analytical thinking alone creates rigidity: you're stuck, in a standoff, negotiating, blocked on a project, fixated on one problem, or overwhelmed. Instead of pushing harder, the skill reads the situation the way you'd read a body — where is the tension, where are the numb zones, where can force be redirected instead of opposed.

Get Started

1
Create an Account

Sign up for a free InfraNodus account to get access to the knowledge graph tools and your API key.

Create a Free Account
2
Get InfraNodus MCP
https://mcp.infranodus.com

Add this URL as a connector via Settings > Connectors in Claude Web / Desktop and authenticate with your InfraNodus API key via OAuth.

3
Install the Skill
/plugin marketplace add infranodus/skills
/plugin install skill-embodied-navigation@infranodus-skills

Run these two commands in the Claude Code prompt to install the skill as a plugin (use infranodus-all@infranodus-skills to install all our skills at once). Or use npx in your terminal:

npx skills add infranodus/skills --skill skill-embodied-navigation -g -a claude-code -y

npx comes bundled with Node.js. For Claude Web / Desktop, ChatGPT, and OpenClaw, see the full installation instructions.

Didn't work? You can simply download skill-embodied-navigation.zip from our GitHub repository and add it to your LLM client manually — see the step-by-step instructions.

What the Skill Does

Prompts that trigger it:

  • "I'm stuck — how would the body handle this?" — maps the situation as a network and finds where to shift tension instead of forcing the stuck point.
  • "Give me an adaptive strategy for this negotiation" — reads the direction of the incoming force and redirects it rather than opposing it.
  • "I keep obsessing about this problem" — equanimous scanning: passes through the fixation point and gives equal attention to everything else in the picture.
  • "How do I enter this new market / team / community?" — confluence: enter through the periphery, assimilate into the existing flow, then redirect from inside.
  • "This project feels stagnant" — tension redistribution: works on an adjacent part of the structure and watches how the bottleneck responds.

The skill also applies proactively when a situation shows excessive force, single-point fixation, or neglect of peripheral dynamics. It leads with the principles directly, in physical language — "let it land", "shift the tension", "enter through the periphery" — and only explains the source practices if you ask.

How It Works

The method starts by making the situation physical: representing it as a network so its topology, tensions, and gaps become visible — the analogue of scanning the body before moving. With the InfraNodus MCP server connected, the skill uses optimize_text_structure for the full structural diagnosis, generate_topical_clusters and generate_content_gaps for the clusters and neglected connections, and develop_conceptual_bridges to find the "joints" where small movements create large shifts. It then reads the network the way you'd read a body:

Network patternBody equivalentDiagnosis
One dominant nodeChronic tension pointFixation — attention locked on one thing
Dense single clusterContracted muscle groupRigidity — over-engaged, needs release
Many disconnected clustersScattered body awarenessDispersed — needs grounding or bridging
Empty gaps between clustersNumb zones, blind spotsNeglected areas holding generative potential
Peripheral isolated nodesExtremities losing circulationOverlooked resources or perspectives

Based on the diagnosis, it applies and combines four principle sets:

  • Equanimous scanning — pass through the fixation point without dwelling; give equal attention to every cluster, especially the small peripheral ones; break interpretation chains at the first link.
  • Adaptive fluidity — let the incoming force land, read its direction, redirect it using its own momentum; deescalate through absorption rather than mirroring.
  • Tension redistribution — don't solve the stuck point directly; shift energy to an adjacent part of the structure and observe what changes; vary speed, amplitude, force, intent, and scale.
  • Confluence & transformation — assimilate into the existing flow first, then redirect gradually; let the outcome transform into something new or dissipate — both are valid.

For complex situations the skill runs these as a phased protocol: scan, attend to the gaps, redistribute tension through the pivot points, then assimilate-redirect-transform.

Install the Skill

Claude Code

Download the skill into your global skills folder:

cd ~/.claude/skills
curl -L -o skill-embodied-navigation.zip https://github.com/infranodus/skills/releases/latest/download/skill-embodied-navigation.zip
unzip skill-embodied-navigation.zip -d skill-embodied-navigation

Claude Web / Desktop

Go to Settings > Capabilities, enable Code execution and file creation, scroll to the Skills section, and upload the skill-embodied-navigation.zip file.

OpenClaw

Run in the OpenClaw chat:

install this skill: https://github.com/infranodus/skills/releases/latest/download/skill-embodied-navigation.zip

See the main installation guide for step-by-step instructions per LLM client.

Works Standalone, Better with InfraNodus

Without the MCP server, the skill asks you to describe the key elements, tensions, and relationships and maps them mentally. With the InfraNodus MCP server connected, the advice is grounded in the actual network topology of your situation. The skill also complements cognitive-variability (state diagnosis) and the vipassana-meditation skill: scan first, then move.