You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Agents built on Claude Code all sound like Claude. OpenAI's GPT 5.4 is my prefer
9
9
- 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.
10
10
11
11
## 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.
13
13
- 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.
14
14
- 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.
15
15
@@ -18,9 +18,9 @@ Agents built on Claude Code all sound like Claude. OpenAI's GPT 5.4 is my prefer
18
18
## Quickstart
19
19
### Prerequisites
20
20
- 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.
24
24
- Sam will still work great with Claude Code.
25
25
26
26
### Setup
@@ -29,10 +29,10 @@ Agents built on Claude Code all sound like Claude. OpenAI's GPT 5.4 is my prefer
29
29
30
30
```
31
31
# Clone the project
32
-
git clone ...
32
+
git clone https://github.com/every-app/sam
33
33
34
34
# Switch to the directory
35
-
cd openseo-agent
35
+
cd sam
36
36
37
37
# Open the agent
38
38
opencode
@@ -42,6 +42,5 @@ opencode
42
42
## Core Workflows
43
43
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".
44
44
- 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.
46
46
- 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.
0 commit comments