> For the complete documentation index, see [llms.txt](https://docs.wayfound.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wayfound.ai/skills/agent-skill.md).

# 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.&#x20;

#### 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](https://agentskills.io/) open standard and are supported by leading AI development tools including Claude Code, Codex, Cursor, Gemini CLI, and many others.

&#x20;                                                                                                                                                                                                   The Wayfound skill teaches your coding agent:                                                                                                                                                                                              &#x20;

&#x20; \- How to install and configure the Wayfound Python and JavaScript SDKs                                                                                                                            &#x20;

&#x20; \- How to format session messages using all 14 supported event types

&#x20; \- How to send completed or streaming session transcripts to Wayfound via SDK or REST API                                                                                                          &#x20;

&#x20; \- How to set up visitor tracking, account tracking, and session metadata&#x20;

### Install

#### Claude Code

This is available as a Claude Code plugin marketplace. To install:                                                                                                                                &#x20;

&#x20; 1\. Add the marketplace:                                                                                                                                                                           &#x20;

&#x20; `/plugin marketplace add Wayfound-AI/wayfound-agent-skills`

&#x20; 2\. Open `/plugin`, go to the Marketplaces tab, select wayfound-skills, browse plugins, and install wayfound&#x20;

#### Other Agents

Any agent that supports the [https://agentskills.io](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>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.wayfound.ai/skills/agent-skill.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
