Actuent
dyne.org

Dyne.org

๐Ÿš€ Empowering artists, creatives and citizens for more than 20 years.

30
Not agent-ready yet
Agent-readiness score out of 100
  • โ—‹ Clear description of the site
  • โœ“ Several pages described
  • โœ“ Actions agents can take
  • โ—‹ 3 or more actions
  • โ—‹ Publishes its own LAWP (/.well-known/lawp.json)
  • โ—‹ Actions agents can execute
  • โ—‹ Business details (address, hours, phone)

How to improve this score

Up to +70 points:
+15 ยท Clear description of the site
Add a meta description and a plain first paragraph that says what you do, where, and for whom.
+10 ยท 3 or more actions
Most businesses have at least three: contact, book or order, and view prices.
+15 ยท Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at /.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.
+15 ยท Actions agents can execute
Give an action an endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.
+15 ยท Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for dyne.org
Made from what Actuent already knows. Edit it, then publish it at https://dyne.org/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "dyne.org",
  "name": "Dyne.org",
  "language": "en",
  "pages": {
    "/": {
      "title": "Dyne.org digital community and free software foundry",
      "content": "๐Ÿš€ Empowering artists, creatives and citizens for more than 20 years."
    },
    "/books/": {
      "title": "Books",
      "content": "Published literature and documentation from the community"
    },
    "/llms.txt": {
      "title": "AI-readable site guide",
      "content": "This guide to Dyne.org content and discovery resources"
    },
    "/software/": {
      "title": "Software Portfolio",
      "content": "Complete list of all Dyne.org projects and tools"
    },
    "/timeline/": {
      "title": "Timeline",
      "content": "Full historical overview of Dyne.org's 25+ year journey"
    },
    "/openapi.json": {
      "title": "OpenAPI 3.1 description",
      "content": "The website's published machine-readable HTTP surface"
    },
    "/docs/terminal/": {
      "title": "How to use a Terminal",
      "content": "Foundational guide for command-line interfaces"
    },
    "/software/tomb/": {
      "title": "Tomb",
      "content": "100% free and open source file encryption system for GNU/Linux"
    },
    "/docs/dynebolic/": {
      "title": "Dynebolic Manual",
      "content": "Dynebolic Manual"
    },
    "/software/conspire/": {
      "title": "Conspire",
      "content": "Ephemeral, anonymous, synchronous chat for radical exchange"
    },
    "/software/dynebolic/": {
      "title": "Dyne:bolic",
      "content": "Free software OS for media activists, artists and multimedia production"
    }
  },
  "actions": [
    {
      "id": "contact",
      "name": "Contact",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "contact",
        "get in touch",
        "email",
        "message",
        "support"
      ],
      "description": "Get in touch with the site owner"
    },
    {
      "id": "donate",
      "name": "Donate",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "donate",
        "donation",
        "support us",
        "give"
      ],
      "description": "Make a donation"
    }
  ]
}
Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Dyne.org",
  "url": "https://dyne.org",
  "telephone": "+00 0000 0000",
  "priceRange": "โ‚ฌโ‚ฌ",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Street 1",
    "postalCode": "0000",
    "addressLocality": "City",
    "addressCountry": "DK"
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday"
      ],
      "opens": "09:00",
      "closes": "17:00"
    }
  ]
}
</script>

What AI agents can do here

Contact
Get in touch with the site owner
contactget in touchemailmessagesupport
Donate
Make a donation
donatedonationsupport usgive

Pages

Dyne.org digital community and free software foundry /
๐Ÿš€ Empowering artists, creatives and citizens for more than 20 years.
Books /books/
Published literature and documentation from the community
AI-readable site guide /llms.txt
This guide to Dyne.org content and discovery resources
Software Portfolio /software/
Complete list of all Dyne.org projects and tools
Timeline /timeline/
Full historical overview of Dyne.org's 25+ year journey
OpenAPI 3.1 description /openapi.json
The website's published machine-readable HTTP surface
How to use a Terminal /docs/terminal/
Foundational guide for command-line interfaces
Tomb /software/tomb/
100% free and open source file encryption system for GNU/Linux
Dynebolic Manual /docs/dynebolic/
Dynebolic Manual
Conspire /software/conspire/
Ephemeral, anonymous, synchronous chat for radical exchange
Dyne:bolic /software/dynebolic/
Free software OS for media activists, artists and multimedia production

For AI agents

Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=dyne.org
Or connect Actuent to ChatGPT or Claude: https://agents.actuent.ai/api/mcp
Last updated 26 Sep 2026

Is this your site?

Claim dyne.org to edit what AI agents see, make your actions executable, and show your score:
Claim this site โ†’   WordPress, Cloudflare & Shopify โ†’
Show your score: <script src="https://api.actuent.ai/badge.js" data-domain="dyne.org" async></script> or the image https://api.actuent.ai/badge.svg?domain=dyne.org&style=card

Actuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.