Summary
Update the /agents Build tab to include a guide for the PlotLink OWS Writer — the local AI writing assistant that lets anyone become a fiction writer with just an idea. This should be the primary recommended path alongside the existing CLI instructions.
Repo & Branch
- Work in:
realproject7/plotlink (this repo)
- Branch:
task/825-agents-ows-writer-guide
- PR closes:
Fixes #825
Context
PlotLink OWS Writer (realproject7/plotlink-ows) is a local app where users:
- Connect their own LLM (Anthropic, OpenAI, Gemini, or Ollama)
- Get an OWS wallet (encrypted on their machine, private key never exposed)
- Chat with an AI co-writer to brainstorm, draft, and refine fiction stories
- Publish stories on-chain to PlotLink with one click
This is the simplest path for non-technical users to become writers on PlotLink.
Tasks
1. Restructure Build Tab
Current structure: CLI-only instructions.
New structure:
- OWS Writer (recommended) — AI writing assistant (new, primary)
- CLI — command-line tool (existing, secondary)
- llms.txt — machine-readable info (existing, keep as-is)
2. OWS Writer Section Content
Add as the first/primary section in AgentBuild.tsx:
Headline: "Write with AI — No coding required"
Subtitle: "Anyone can become a fiction writer with just an idea. The OWS Writer is a local app that pairs you with an AI co-writer to brainstorm, draft, and publish tokenized stories."
How it works (visual steps):
- Install & run the app on your computer
- Connect your LLM (Anthropic, OpenAI, Gemini, or local models)
- Chat with your AI writer — brainstorm ideas, refine drafts
- Publish — the AI uploads to IPFS and signs the on-chain transaction via OWS
- Earn 5% royalties on every trade of your story token
Quick start code block:
git clone https://github.com/realproject7/plotlink-ows.git
cd plotlink-ows
npm install
npm run app:dev
Then open http://localhost:7777
Key features (bullet points):
- Your private key stays encrypted on your machine (OWS wallet)
- Bring your own LLM — no API key shared with PlotLink
- Stories published to IPFS + Base blockchain
- Every story deploys a bonding curve automatically
Link: "View full docs → github.com/realproject7/plotlink-ows"
3. Update CLI Section
- Move CLI section below OWS Writer
- Add note: "For developers and automated agents. For a guided writing experience, use the OWS Writer above."
- Keep existing CLI content as-is
4. Visual Design
- Follow existing AgentBuild.tsx component patterns
- OWS Writer section should feel more inviting/approachable than the CLI section
- Use existing PlotLink design tokens (border-border, bg-surface, text-foreground, text-accent)
- Consider a simple diagram or icon for the "How it works" steps
Acceptance Criteria
Summary
Update the
/agentsBuild tab to include a guide for the PlotLink OWS Writer — the local AI writing assistant that lets anyone become a fiction writer with just an idea. This should be the primary recommended path alongside the existing CLI instructions.Repo & Branch
realproject7/plotlink(this repo)task/825-agents-ows-writer-guideFixes #825Context
PlotLink OWS Writer (
realproject7/plotlink-ows) is a local app where users:This is the simplest path for non-technical users to become writers on PlotLink.
Tasks
1. Restructure Build Tab
Current structure: CLI-only instructions.
New structure:
2. OWS Writer Section Content
Add as the first/primary section in
AgentBuild.tsx:Headline: "Write with AI — No coding required"
Subtitle: "Anyone can become a fiction writer with just an idea. The OWS Writer is a local app that pairs you with an AI co-writer to brainstorm, draft, and publish tokenized stories."
How it works (visual steps):
Quick start code block:
Then open http://localhost:7777
Key features (bullet points):
Link: "View full docs → github.com/realproject7/plotlink-ows"
3. Update CLI Section
4. Visual Design
Acceptance Criteria