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
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 AccountGet 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.
https://mcp.infranodus.com
Open the ChatGPT Apps page > Advanced Settings > enable Developer Mode > Create App, paste this URL (leave the OAuth fields empty), click Connect, and authenticate with your InfraNodus API key. Full guide: ChatGPT setup.
claude mcp add infranodus -s user --transport http https://mcp.infranodus.com/mcp
Then open Claude Code in terminal, run /mcp and pick
"Authenticate" — it opens the browser OAuth flow where you will need to
put in your InfraNodus API key to connect to
the MCP server.
{
"mcpServers": {
"infranodus": {
"url": "https://mcp.infranodus.com"
}
}
}
Add this to ~/.cursor/mcp.json (all projects) or
.cursor/mcp.json (one project) — or use
Cursor Settings > MCP > New MCP Server. Then
click "Login" next to the server to authenticate with your
InfraNodus API key.
codex mcp add infranodus --url https://mcp.infranodus.com
codex mcp login infranodus
Run these commands in your terminal — the login command opens the
browser OAuth flow where you enter your
InfraNodus API key. (You can also add the
server to ~/.codex/config.toml manually.)
{
"mcpServers": {
"infranodus": {
"command": "npx",
"args": ["-y", "infranodus-mcp-server"],
"env": {
"INFRANODUS_API_KEY": "your-api-key"
}
}
}
}
Add this to your LLM client's MCP configuration file, replacing
your-api-key with your
InfraNodus API key. See our
deployment guides for client-specific
instructions (n8n, Make.com, local setup, and more).
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 skills add infranodus/skills --skill skill-embodied-navigation -g
When prompted, select the agents where you want to add the skill — e.g. claude-code, codex, or cursor.
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 pattern | Body equivalent | Diagnosis |
|---|---|---|
| One dominant node | Chronic tension point | Fixation — attention locked on one thing |
| Dense single cluster | Contracted muscle group | Rigidity — over-engaged, needs release |
| Many disconnected clusters | Scattered body awareness | Dispersed — needs grounding or bridging |
| Empty gaps between clusters | Numb zones, blind spots | Neglected areas holding generative potential |
| Peripheral isolated nodes | Extremities losing circulation | Overlooked 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.