docs: add OpenClaw Skills on Akash Agents community guide#1236
Merged
Zblocker64 merged 2 commits intoJun 9, 2026
Conversation
Adds a guide on deploying OpenClaw AI agents on Akash Network and building custom skills, to the Community Contributions collection. Authored by Phoebe, Piber, Sandeep and Rodri (credited in frontmatter). This is the cleanly re-done OpenClaw portion of akash-network#1097. That PR bundled this guide with the SDL guide and was failing CI because two referenced images (image1.png, image10.png) were never committed. Here the article was rebuilt from the latest source document, so all 15 referenced images are present and the build passes locally. - New banner matching Akash + OpenClaw branding (project-banner.png) - All 15 screenshots included under images/ - Frontmatter validated against communityContributionsSchema Co-Authored-By: Rodri <rochas.dev@hotmail.com> Signed-off-by: Sam Lister <listersb@gmail.com>
HoomanDgtl
approved these changes
Jun 5, 2026
HoomanDgtl
approved these changes
Jun 6, 2026
Contributor
|
Excellent work @listersb. Two pull requests merged successfully. Your consistency shows great initiative. Keep contributing and exploring new areas within website. If you have any questions or want to discuss your next contribution, please join the #wg-akash-website channel on the Akash Discord: https://discord.akash.network |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the OpenClaw Skills on Akash Agents guide to the Community Contributions collection at
src/content/Community_Contributions_Page/openclaw-skills-on-akash-agents/. Authored by Phoebe, Piber, Sandeep and Rodri (credited in thecontributors:frontmatter).This is the cleanly re-done OpenClaw half of #1097.
Context — why a new PR
#1097 bundled this guide with the SDL guide and was failing CI because two referenced images (
image1.png,image10.png) were never committed to the branch:Rather than untangle that branch, this PR re-builds the article from the latest source document, so all 15 referenced images are present and the build is clean. The SDL guide was already split out into #1201.
What's included
index.md— the full guide (reworked wording vs. Add SDL guide #1097), with frontmatter validated againstcommunityContributionsSchema(src/utils/schema/communityContributions.ts). Nolink:field, since this is original-to-site content (matchingcloud-war/index.md).images/image1.png … image15.png— all 15 screenshots referenced by the article.project-banner.png— a new banner matching Akash's brand palette (#ff414c, Instrument Serif display type, dark theme) with the official OpenClaw pixel-lobster mascot.Verification
npm run buildpasses locally (591 pages); page renders atdist/community/contributions/openclaw-skills-on-akash-agents/index.html../images/*.pngreference inindex.mdresolves to a committed file — 0 missing, 0 unused (this was the exact failure mode of Add SDL guide #1097).Test plan
/community/contributions/openclaw-skills-on-akash-agents/with the new banner./community/contributions/index, sorted bypubDate.Once this and #1201 land, #1097 can be closed.