The Teak Agent Skill teaches AI agents how to save, search, and manage Teak cards through the CLI, API, MCP server, and TypeScript SDK.

[skills.sh/praveenjuge/teak](https://skills.sh/praveenjuge/teak)

## Install

```bash
npx skills add praveenjuge/teak --skill teak
```

Works with skills-compatible agents such as Codex, Claude Code, Cursor, GitHub Copilot, and Windsurf.

## What it covers

- When to use CLI vs API vs MCP vs SDK
- Browser sign-in or API key auth
- Save text, links, files, tags, and notes
- Search, update, favorite, delete, and sync cards
- Keep API keys and private content out of logs and prompts

## Use

```text
Use the Teak skill to save this research link with the tags ai and reference.
```

Agents with implicit skill activation may pick it up when a task mentions Teak.

## Related

- [Teak for AI Agents](/docs/ai-agents)
- [CLI](/docs/cli)
- [API](/docs/api)
- [MCP](/docs/mcp)