indieweb

Configure IndieAuth, Webmention, and Micropub endpoints on Cloudflare Workers.

2|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/Anglesite/anglesite --skill indieweb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: indieweb
Source: https://github.com/Anglesite/anglesite/tree/main/agent-skills/indieweb
Command: npx skills add https://github.com/Anglesite/anglesite --skill indieweb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp__cloudflare__*, wrangler, openssl, node, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables you to deploy self-owned IndieWeb endpoints on your domain, giving you control over your online identity and interactions.

Core Features & Use Cases

  • IndieAuth: Sign in to other IndieWeb services with your domain.
  • Webmention: Receive and send cross-site mentions, replies, and likes.
  • Micropub: Publish from third-party clients to your site.
  • Use Case: Imagine you want to enable your website to be part of the IndieWeb ecosystem. This Skill will help you set up the necessary endpoints for IndieAuth, Webmention, and Micropub, allowing you to interact with other websites and services in a more integrated and private manner.

Quick Start

Use the /anglesite:indieweb skill to deploy IndieWeb endpoints on your domain.

Frequently Asked Questions about indieweb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up IndieAuth and Webmention endpoints on my own domain?▼

This process sets up IndieWeb endpoints by generating and storing secrets, configuring databases and buckets, and deploying Cloudflare Workers to handle IndieAuth, Webmention, and Micropub protocols on your domain.

Do I need a Cloudflare account to deploy IndieWeb endpoints?▼

Yes, configuring self-owned IndieWeb endpoints requires Cloudflare Workers and specific Cloudflare account resources to generate secrets, set up databases, and manage site interactions.

Can I use Micropub to publish content to my website from third-party clients?▼

Yes, setting up a Micropub endpoint enables you to publish content from third-party clients directly to your site, integrating your domain into the broader IndieWeb ecosystem.

What are IndieAuth, Webmention, and Micropub used for in the IndieWeb ecosystem?▼

IndieAuth allows signing into other IndieWeb services with your domain, Webmention enables receiving and sending cross-site mentions and replies, and Micropub allows publishing from third-party clients to your site.

How do I generate and store secrets for IndieAuth on Cloudflare Workers?▼

You generate and store secrets using OpenSSL and Node, then configure your Cloudflare Workers project with these secrets in databases and buckets to ensure secure IndieAuth identity verification.

What's the best way to enable cross-site mentions and replies on my website?▼

Configuring a Webmention endpoint via Cloudflare Workers allows your website to send and receive cross-site mentions, replies, and likes, integrating your site with the IndieWeb ecosystem.