AgentInk
New: Explore, fork & like community prompts

Your AI agents deserve
better prompts

AgentInk is where you craft, organize, and share the Skills and Prompts that power your AI agents. Beautiful editing. Instant sharing. Markdown export.

Free to use. No credit card required. Sign in with Google or GitHub.

Just Shipped

Explore & Discover

Browse community prompts and skills

Fork & Remix

Build on other creators' work

Collections & Tags

Organize your prompt library

Import Markdown

Bring your existing prompts

Three steps to better AI workflows

From idea to production-ready prompt in minutes

1

Write your Skill or Prompt

Use our distraction-free editor with rich formatting. Support for headings, lists, code blocks, and more.

2

Publish with one click

Get an instant shareable URL. Your content is live and accessible to your agents immediately.

3

Use anywhere

Share the URL, fetch via API, or download as Markdown. Works with any AI agent framework.

Everything you need for prompt management

Purpose-built for AI workflows, with the simplicity you deserve

Rich Text Editor

Beautiful, distraction-free writing with full Markdown support. Headings, lists, code blocks, tables, and more.

Instant Shareable URLs

Every Skill and Prompt gets a clean URL. Share with your team or point your agents directly to it.

Markdown Export

Download any document as a .md file. Just add .md to any URL. Perfect for version control and local workflows.

Collections & Tags

Organize prompts into collections and add tags. Find what you need instantly with powerful search.

Starter Templates

Jump-start your prompts with pre-built templates. Code review, writing assistant, data analysis, and more.

Public API

Fetch content programmatically via REST API. Perfect for dynamic prompt loading in your agent pipelines.

Fork & Remix

Found a great prompt? Fork it to your account and customize it for your needs. Build on the community.

Like & Discover

Like your favorite prompts and discover trending content from the community on the Explore page.

Import & Export

Import existing markdown files or export any document. Works seamlessly with your version control workflow.

Built for how you work

Whether you're a solo developer or part of a team, AgentInk fits your workflow

Agent Skills

Define what your agents can do

Create detailed skill definitions with instructions, examples, and constraints. Your agents reference these via URL to stay consistent and up-to-date.

agentink.vercel.app/@you/code-review-skill
System Prompts

Craft and iterate on prompts

Write system prompts with rich formatting. Edit anytime, and your agents automatically get the latest version. No redeploys needed.

agentink.vercel.app/@you/assistant-prompt.md
Documentation

Context for your agents

Store API docs, coding standards, or domain knowledge. Give your agents the context they need to make better decisions.

agentink.vercel.app/@you/api-guidelines
New
Community

Fork, remix, and share

Discover prompts from the community. Fork the ones you like, customize them, and share your own creations.

agentink.vercel.app/explore

Simple to integrate

Fetch your prompts and use them with the Vercel AI SDK

agent.ts
import { generateText } from 'ai';

// Fetch your skill from AgentInk
const system_prompt = await fetch(
  'https://agentink.vercel.app/@example/chatbot-prompt.md'
).then(r => r.text());

// Use with the Vercel AI SDK
const { text } = await generateText({
  model: 'anthropic/claude-sonnet-4.5',
  system: system_prompt,
  prompt: 'How do I get the most from AI Agents?',
});

Works with Vercel AI SDK, OpenAI, Anthropic, LangChain, and any other framework

Ready to level up your AI workflows?

Join developers who use AgentInk to manage their agent Skills and Prompts. Free to get started.