Skip to content
This repository was archived by the owner on Sep 20, 2026. It is now read-only.

Commit 217c4a7

Browse files
committed
Update README links and setup commands
Link key tools directly and point quickstart at the public sam repository so the setup instructions work as written.
1 parent 28c8196 commit 217c4a7

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

‎README.md‎

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Agents built on Claude Code all sound like Claude. OpenAI's GPT 5.4 is my prefer
99
- Founders - Writing content from scratch is extremely tedious. If you're too early to pay a professional, Sam is the next best option for starting to rank for SEO terms relevant to your business.
1010

1111
## What's different?
12-
- Model Agnostic - Supports OpenCode so that you can use any model including GPT 5.4. It also works with Claude Code.
12+
- Model Agnostic - Supports [OpenCode](https://opencode.ai/) so that you can use any model including GPT 5.4. It also works with Claude Code.
1313
- Simple - There are no slash commands or skills. There is a "SEO Guide" agent which walks you through the [Core Workflows](#core-workflows). This agent knows to review all writing against your brand's voice. We provide a minimal agent that is really good at the core research and writing flow which you can customize and extend.
1414
- Customizable & Extendable - Sam grows with you. If you want to add slash commands, skills, or MCPs to integrate with data provider or publishing platforms, just ask the Agent how to update the code to achieve this.
1515

@@ -18,9 +18,9 @@ Agents built on Claude Code all sound like Claude. OpenAI's GPT 5.4 is my prefer
1818
## Quickstart
1919
### Prerequisites
2020
- A coding agent subscription.
21-
- I recommend a ChatGPT Plus or Pro subscription since GPT 5.4 is my preferred model for writing: https://chatgpt.com/#pricing
22-
- Claude Code or OpenCode
23-
- If you want to use GPT 5.4, use OpenCode. OpenCode is similar to Claude Code, but open source and better. If you want to use a alternative harness, just ask your coding agent to port the repo to support it.
21+
- I recommend a ChatGPT Plus or Pro subscription since GPT 5.4 is my preferred model for writing: [ChatGPT plans](https://chatgpt.com/pricing)
22+
- Claude Code or [OpenCode](https://opencode.ai/)
23+
- If you want to use GPT 5.4, use [OpenCode](https://opencode.ai/). OpenCode is similar to Claude Code, but open source and better. If you want to use a alternative harness, just ask your coding agent to port the repo to support it.
2424
- Sam will still work great with Claude Code.
2525

2626
### Setup
@@ -29,10 +29,10 @@ Agents built on Claude Code all sound like Claude. OpenAI's GPT 5.4 is my prefer
2929

3030
```
3131
# Clone the project
32-
git clone ...
32+
git clone https://github.com/every-app/sam
3333
3434
# Switch to the directory
35-
cd openseo-agent
35+
cd sam
3636
3737
# Open the agent
3838
opencode
@@ -42,6 +42,5 @@ opencode
4242
## Core Workflows
4343
The guiding principle is that Sam should just work without you needing to "learn how to use it". If you don't know what to do next, just ask what your options are. Get started just by saying "hi".
4444
- Simple Onboarding - No slash commands or skills. Sam will walk you through getting set up via natural language. Just enter your website and the agent will scrape it to understand your company's positioning and brand voice. It will save this as reference for all future research and content.
45-
- Research - Tell Sam content ideas you have or ask it to suggest what to write after doing research. Connect arbitrary MCPs such as DataForSEO so that it has access to the highest quality data for making recommendations. It will use web search and scraping to understand what is already written on these topics.
45+
- Research - Tell Sam content ideas you have or ask it to suggest what to write after doing research. Connect arbitrary MCPs such as [DataForSEO](https://dataforseo.com) so that it has access to the highest quality data for making recommendations. It will use web search and scraping to understand what is already written on these topics.
4646
- Writing - Tell Sam what you want it to write. It will research the topic, write a draft, then trigger subagents to review that draft for 1. quality 2. fact checking and sourcing, then apply the fixes. This loop is much slower than other agents, but its goal is to be set it and forget, aiming for something high quality on the first attempt.
47-

0 commit comments

Comments
 (0)