For the complete documentation index, see llms.txt. This page is also available as Markdown.

Agent Skill

Wayfound publishes an open-source skill that teaches AI coding agents how to integrate Wayfound into your application. When a developer asks their coding agent to "add Wayfound supervision" or "send session transcripts to Wayfound," the agent automatically knows how to wire up the SDK and API.

What is an Agent Skill?

An agent skill is a portable set of instructions that gives AI coding agents new capabilities. Skills follow the https://agentskills.io open standard and are supported by leading AI development tools including Claude Code, Codex, Cursor, Gemini CLI, and many others.

The Wayfound skill teaches your coding agent:

- How to install and configure the Wayfound Python and JavaScript SDKs

- How to format session messages using all 14 supported event types

- How to send completed or streaming session transcripts to Wayfound via SDK or REST API

- How to set up visitor tracking, account tracking, and session metadata

Install

Claude Code

This is available as a Claude Code plugin marketplace. To install:

1. Add the marketplace:

/plugin marketplace add Wayfound-AI/wayfound-agent-skills

2. Open /plugin, go to the Marketplaces tab, select wayfound-skills, browse plugins, and install wayfound

Other Agents

Any agent that supports the https://agentskills.io format can use this skill. Check your agent's documentation for how it discovers and loads skills.

Source

The skill is open source and available on GitHub: https://github.com/Wayfound-AI/wayfound-agent-skills

Last updated