Remote OpenClaw
Menu
SkillsMCPPluginsGuideDigestSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Remote OpenClaw
SkillsMCPPluginsGuideDigestSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise

Featured

Launch your own OpenClaw agent in one click logoLaunch your own OpenClaw agent in one click

A live, always-on OpenClaw agent that handles your tasks around the clock. No servers, no setup — pick a model, connect Telegram, and it starts working.

Try it for free →
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
CLN.Work — Stop prompting, start hiring AI employees logoCLN.Work — Stop prompting, start hiring AI employees

Turn your Claude agents into a real team — onboard them, assign tasks, and manage them like staff.

Hire AI employees →
Launch OpenClaw or Hermes on Hostinger in 60 seconds logoLaunch OpenClaw or Hermes on Hostinger in 60 seconds

Your OpenClaw or Hermes agent, live around the clock on a Hostinger VPS. Set up in about 60 seconds, from a few dollars a month, with 20% off through this link.

Launch on Hostinger →
Launch your OpenClaw wrapper and start making money today logoLaunch your OpenClaw wrapper and start making money today

Auth, billing, and AI already wired in. Skip months of boilerplate and get paying customers now, not next quarter.

See the kit →
Launch your own OpenClaw agent in one click logoLaunch your own OpenClaw agent in one click

A live, always-on OpenClaw agent that handles your tasks around the clock. No servers, no setup — pick a model, connect Telegram, and it starts working.

Try it for free →
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
CLN.Work — Stop prompting, start hiring AI employees logoCLN.Work — Stop prompting, start hiring AI employees

Turn your Claude agents into a real team — onboard them, assign tasks, and manage them like staff.

Hire AI employees →
Launch OpenClaw or Hermes on Hostinger in 60 seconds logoLaunch OpenClaw or Hermes on Hostinger in 60 seconds

Your OpenClaw or Hermes agent, live around the clock on a Hostinger VPS. Set up in about 60 seconds, from a few dollars a month, with 20% off through this link.

Launch on Hostinger →
Launch your OpenClaw wrapper and start making money today logoLaunch your OpenClaw wrapper and start making money today

Auth, billing, and AI already wired in. Skip months of boilerplate and get paying customers now, not next quarter.

See the kit →
Launch your own OpenClaw agent in one click logoLaunch your own OpenClaw agent in one click

A live, always-on OpenClaw agent that handles your tasks around the clock. No servers, no setup — pick a model, connect Telegram, and it starts working.

Try it for free →
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
CLN.Work — Stop prompting, start hiring AI employees logoCLN.Work — Stop prompting, start hiring AI employees

Turn your Claude agents into a real team — onboard them, assign tasks, and manage them like staff.

Hire AI employees →
Launch OpenClaw or Hermes on Hostinger in 60 seconds logoLaunch OpenClaw or Hermes on Hostinger in 60 seconds

Your OpenClaw or Hermes agent, live around the clock on a Hostinger VPS. Set up in about 60 seconds, from a few dollars a month, with 20% off through this link.

Launch on Hostinger →
Launch your OpenClaw wrapper and start making money today logoLaunch your OpenClaw wrapper and start making money today

Auth, billing, and AI already wired in. Skip months of boilerplate and get paying customers now, not next quarter.

See the kit →
Skills/agricidaniel/claude-blog/blog-analyze
blog-analyze logo

blog-analyze

agricidaniel/claude-blog
691 installs1K stars

Installation

npx skills add https://github.com/agricidaniel/claude-blog --skill blog-analyze

Summary

>

SKILL.md

Blog Analyzer: Quality Audit & Scoring

Scores blog posts on a 0-100 scale across 5 categories and provides prioritized improvement recommendations. Includes AI content detection analysis. Works with local files or published URLs.

Reference documents (paths from repo root):

  • skills/blog/references/quality-scoring.md: full scoring checklist
  • skills/blog/references/eeat-signals.md: E-E-A-T evaluation criteria
  • skills/blog/references/ai-slop-detection.md: two-tier reflex methodology (v1.8.0)
  • skills/blog/references/editorial-heuristics.md: ordinal 0-4 rubric, P0-P3 severity (v1.8.0, used with --rubric)
  • skills/blog/references/cognitive-load.md: per-section concept density (v1.8.0, used with --cognitive-load)

Input Handling

  • Local file: Read the file directly
  • URL: Fetch with WebFetch, extract content
  • Directory: Scan for blog files, audit all (batch mode)
  • Flags: --format json|table, --batch, --sort score, --rubric, --cognitive-load

Optional Modes (v1.8.0)

  • --rubric: in addition to the 100-point score, emit the ordinal 0-4 editorial-heuristics rubric with P0-P3 severity tags. See skills/blog/references/editorial-heuristics.md. The 100-point JSON schema is preserved; the rubric is added as a sibling rubric field.
  • --cognitive-load: run scripts/cognitive_load.py against the post and embed the per-section load heatmap as a sibling cognitive_load field. See skills/blog/references/cognitive-load.md.

Both modes are additive. The default behavior (no flags) is unchanged from v1.7.1.

Scoring Process

Step 1: Content Extraction

Read the blog post and extract:

  • Frontmatter (title, description, date, lastUpdated, author, tags)
  • Heading structure (H1, H2, H3 with hierarchy)
  • Paragraph count and word counts per paragraph
  • Statistics (any number claims with or without sources)
  • Images (count, alt text presence, format)
  • Charts/SVGs (count, type diversity)
  • Links (internal, external, broken)
  • FAQ section presence
  • Schema markup (types present)
  • Meta tags (title, description, OG tags, twitter cards)
  • Sentence lengths for burstiness analysis
  • Vocabulary tokens for diversity scoring

Step 2: Score Each Category

Load references/quality-scoring.md for the full checklist. Score each:

Content Quality (30 points)
CheckPointsPass Criteria
Depth/comprehensiveness7Covers topic thoroughly, no major gaps
Readability (Flesch 60-70)7Flesch 60-70 ideal, 55-75 acceptable; Grade 7-8; Gunning Fog 7-8
Originality/unique value markers5Original data, case studies, first-hand experience
Sentence & paragraph structure4Avg sentence 15-20 words, ≤25% over 20; paragraphs 40-80 words; H2 every 200-300 words
Engagement elements4Summary box, callouts, varied content blocks. Accepts: "TL;DR", "Key Takeaways", "The Bottom Line", "What You'll Learn", "At a Glance", "In Brief"
Grammar/anti-pattern3Passive voice ≤10%, AI trigger words ≤5/1K, transition words 20-30%, clean prose

Readability Bands (apply per persona, or use default):

AudienceFlesch GradeFlesch EaseScoring Impact
Consumer6-860-80Full points if in range
Professional8-1050-60Full points if in range
Technical10-1230-50Full points if in range
Default (no persona)7-860-70Current scoring unchanged

Content clarity is the #2 factor for AI citation probability (+32.83% score differential). Average US adult reads at 7th-8th grade level.

SEO Optimization (25 points)
CheckPointsPass Criteria
Heading hierarchy with keywords5H1 -> H2 -> H3, no skips, keyword in 2-3 headings
Title tag (40-60 chars, keyword, power word)4Front-loaded keyword, positive sentiment
Keyword placement/density4Natural integration, no stuffing, in first 100 words
Internal linking (3-10 contextual)4Descriptive anchor text, bidirectional
URL structure3Short, keyword-rich, no stop words, lowercase
Meta description (150-160 chars, stat)3Fact-dense, includes one statistic
External linking (tier 1-3)23-8 outbound links to authoritative sources
E-E-A-T Signals (15 points)
CheckPointsPass Criteria
Author attribution (named, with bio)4Real name, credentials, not sales pitch
Source citations (tier 1-3, inline)48+ unique stats, zero fabricated
Trust indicators4Contact page, about page, editorial policy
Experience signals3"When we tested...", original photos/data

When scoring source citations under E-E-A-T, evaluate whether each public statistic carries the FLOW evidence triple: year anchor in prose, inline citation with publisher and title, URL with retrieval date in the source block. Posts that cite tier 1-3 sources but lack retrieval dates score lower on this subcategory than posts that include the full triple. See skills/blog/references/flow-alignment.md for the standard.

Technical Elements (15 points)
CheckPointsPass Criteria
Schema markup (3+ types = bonus)4BlogPosting + FAQ + Person minimum
Image optimization3AVIF/WebP, descriptive alt text, lazy except LCP
Structured data elements2Tables, lists, comparison blocks
Page speed signals2LCP < 2.5s, no render-blocking JS
Mobile-friendliness2Responsive, tap targets 48px+
OG/social meta tags2og:title, og:description, og:image, twitter:card
AI Citation Readiness (15 points)
CheckPointsPass Criteria
Passage-level citability (120-180 words)4Self-contained sections with stat + source
Q&A formatted sections360-70% of H2s as questions, FAQ present
Entity clarity3Unambiguous topic entity, consistent terminology
Content structure for extraction3Answer-first, tables with thead, comparison formats
AI crawler accessibility2SSR/SSG, no JS-gated content

Step 3: AI Content Detection

Analyze the post for AI-generated content risk:

Burstiness Score (sentence length variance):

  • Calculate standard deviation of sentence lengths across the post
  • Human writing: high variance (short punchy + long complex sentences)
  • AI writing: low variance (consistently medium-length sentences)
  • Score: 0-10 scale (10 = very human-like burstiness)

Known AI Phrase Detection: flag occurrences of these 17 phrases:

  1. "It's important to note"
  2. "In today's digital landscape"
  3. "Delve into"
  4. "Navigating the complexities"
  5. "Let's explore"
  6. "Furthermore"
  7. "In conclusion"
  8. "It is worth mentioning"
  9. "Embark on"
  10. "Cutting-edge"
  11. "Leverage" (as a verb, non-financial context)
  12. "Game-changer"
  13. "Revolutionize"
  14. "Streamline"
  15. "Harness the power"
  16. "Dive deep"
  17. "Unlock the potential"
  18. Em dashes (-) - count all instances, flag as AI writing pattern

Vocabulary Diversity (Type-Token Ratio):

  • Calculate unique words / total words
  • Human writing: TTR typically 0.4-0.6 for long-form
  • AI writing: TTR often below 0.35 (repetitive vocabulary)

AI Content Risk Assessment:

  • Flag if AI probability > 50% based on combined signals
  • Provide specific passages that triggered the flag
  • Recommend humanization: personal anecdotes, varied sentence rhythm, domain jargon

Step 4: Determine Rating

ScoreRatingAction
90-100ExceptionalPublish as-is, flagship content
80-89StrongMinor polish, ready for publication
70-79AcceptableTargeted improvements needed
60-69Below StandardSignificant rework required
< 60RewriteFundamental issues, start from outline

Step 4.5: Optional Ordinal Rubric (--rubric)

When --rubric is passed, additionally score the post on the 10 editorial heuristics defined in skills/blog/references/editorial-heuristics.md. Each heuristic gets a 0-4 score and a severity tag (P0 / P1 / P2 / P3 / none).

The rubric does NOT replace the 100-point score. It runs alongside and surfaces which findings are blocking versus which are polish.

Output the rubric as either:

  • Markdown table (default) appended to the main report under a ### Editorial Heuristics Rubric heading.
  • JSON rubric field when --format json is in use.

Rubric JSON schema:

{
  "rubric": {
    "heuristics": [
      { "id": 1, "name": "Visibility of intent", "score": 3, "severity": "P2", "note": "Summary box generic" },
      ...
    ],
    "p0_count": 0,
    "p1_count": 1,
    "p2_count": 2,
    "p3_count": 3
  }
}

Step 4.6: Optional Cognitive Load Heatmap (--cognitive-load)

When --cognitive-load is passed, run scripts/cognitive_load.py <file> --format json and embed the result under a cognitive_load field in JSON output, or append a ### Cognitive Load Heatmap markdown section in markdown output. See skills/blog/references/cognitive-load.md for thresholds and interpretation.

Step 5: Generate Report

Default output format (Markdown):

## Blog Quality Report: [Title]

**Score: [X]/100** - [Rating]

### Score Breakdown
| Category | Score | Max | Notes |
|----------|-------|-----|-------|
| Content Quality | X | 30 | [1-line summary] |
| SEO Optimization | X | 25 | [1-line summary] |
| E-E-A-T Signals | X | 15 | [1-line summary] |
| Technical Elements | X | 15 | [1-line summary] |
| AI Citation Readiness | X | 15 | [1-line summary] |
| **Total** | **X** | **100** | |

### AI Content Risk
- **Burstiness score**: [X]/10 ([human-like / moderate / flat])
- **AI phrases detected**: [N] ([list phrases found])
- **Vocabulary diversity (TTR)**: [X] ([high / acceptable / low])
- **AI probability**: [X]% - [No concern / Review recommended / High risk]
- **Flagged passages**: [quote specific flat or formulaic sections, if any]

### Issues Found

#### Critical (Must Fix)
- [ ] [Issue with specific location and fix]

#### High Priority
- [ ] [Issue with specific location and fix]

#### Medium Priority
- [ ] [Issue with specific location and fix]

#### Low Priority
- [ ] [Issue with specific location and fix]

### Quick Stats
- Word count: [N]
- Paragraphs: [N] (X over 150 words)
- H2 sections: [N] (X as questions, X with answer-first formatting)
- Statistics: [N] sourced / [N] unsourced
- Images: [N] (X with alt text, formats: ...)
- Charts: [N] (types: ...)
- Internal links: [N]
- External links: [N] (tier breakdown: ...)
- Schema types: [list]
- OG/social tags: [present/missing]

### Recommended Actions
1. [Most impactful fix: Critical items first]
2. [Second most impactful]
3. [Third]

Run `/blog rewrite <file>` to apply these optimizations automatically.

Export Formats

Default: Markdown Report

Standard detailed report as shown above.

JSON Export (--format json)

Machine-readable output for integration with CI/CD or dashboards:

{
  "file": "post.md",
  "title": "...",
  "score": 78,
  "rating": "Acceptable",
  "categories": {
    "content_quality": { "score": 22, "max": 30 },
    "seo_optimization": { "score": 18, "max": 25 },
    "eeat_signals": { "score": 12, "max": 15 },
    "technical_elements": { "score": 13, "max": 15 },
    "ai_citation_readiness": { "score": 13, "max": 15 }
  },
  "ai_detection": {
    "burstiness": 6.2,
    "ai_phrases_found": ["Furthermore", "Let's explore"],
    "ttr": 0.44,
    "ai_probability": 32
  },
  "issues": {
    "critical": [],
    "high": [],
    "medium": [],
    "low": []
  }
}

Table Export (--format table)

Compact summary for quick review:

File            | Score | Rating     | Content | SEO | EEAT | Tech | AI-Ready | AI Risk
post.md         |    78 | Acceptable |   22/30 | 18/25 | 12/15 | 13/15 |    13/15 |    32%

Batch Mode

When given a directory or --batch flag, scan for blog files and produce a summary table. Use --sort score to order by score (ascending by default).

## Blog Audit Summary: [N] Posts Analyzed

| File | Score | Rating | Content | SEO | EEAT | Tech | AI-Ready | AI Risk | Top Issue |
|------|-------|--------|---------|-----|------|------|----------|---------|-----------|
| post-1.md | 85 | Strong | 26/30 | 20/25 | 13/15 | 14/15 | 12/15 | 18% | Missing OG tags |
| post-2.md | 42 | Rewrite | 10/30 | 8/25 | 5/15 | 9/15 | 10/15 | 71% | 12 fabricated stats |
| post-3.md | 71 | Acceptable | 20/30 | 16/25 | 10/15 | 12/15 | 13/15 | 25% | No answer-first |

### Priority Queue (Lowest Scoring First)
1. post-2.md (42): Full rewrite needed, high AI content risk
2. post-3.md (71): Answer-first formatting + stats needed
3. post-1.md (85): Add OG tags, minor polish

Run `/blog rewrite <file>` on each, starting from lowest score.

Score

0–100
57/ 100

Grade

C

Popularity17/30

691 installs — growing adoption. Source repo has 1,327 GitHub stars.

Completeness19/30

Documented: full SKILL.md body, one-line install. Missing: description, category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Blog Analyze skill score badge previewScore badge

Markdown

[![Blog Analyze skill](https://www.remoteopenclaw.com/skills/agricidaniel/claude-blog/blog-analyze/badges/score.svg)](https://www.remoteopenclaw.com/skills/agricidaniel/claude-blog/blog-analyze)

HTML

<a href="https://www.remoteopenclaw.com/skills/agricidaniel/claude-blog/blog-analyze"><img src="https://www.remoteopenclaw.com/skills/agricidaniel/claude-blog/blog-analyze/badges/score.svg" alt="Blog Analyze skill"/></a>

Blog Analyze FAQ

How do I install the Blog Analyze skill?

Run “npx skills add https://github.com/agricidaniel/claude-blog --skill blog-analyze” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Blog Analyze skill do?

> The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Blog Analyze skill free?

Yes. Blog Analyze is a free, open-source skill published from agricidaniel/claude-blog. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Blog Analyze work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Blog Analyze works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Featured

Launch your own OpenClaw agent in one click logoLaunch your own OpenClaw agent in one click

A live, always-on OpenClaw agent that handles your tasks around the clock. No servers, no setup — pick a model, connect Telegram, and it starts working.

Try it for free →
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
CLN.Work — Stop prompting, start hiring AI employees logoCLN.Work — Stop prompting, start hiring AI employees

Turn your Claude agents into a real team — onboard them, assign tasks, and manage them like staff.

Hire AI employees →
Launch OpenClaw or Hermes on Hostinger in 60 seconds logoLaunch OpenClaw or Hermes on Hostinger in 60 seconds

Your OpenClaw or Hermes agent, live around the clock on a Hostinger VPS. Set up in about 60 seconds, from a few dollars a month, with 20% off through this link.

Launch on Hostinger →
Launch your OpenClaw wrapper and start making money today logoLaunch your OpenClaw wrapper and start making money today

Auth, billing, and AI already wired in. Skip months of boilerplate and get paying customers now, not next quarter.

See the kit →
Launch your own OpenClaw agent in one click logoLaunch your own OpenClaw agent in one click

A live, always-on OpenClaw agent that handles your tasks around the clock. No servers, no setup — pick a model, connect Telegram, and it starts working.

Try it for free →
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
CLN.Work — Stop prompting, start hiring AI employees logoCLN.Work — Stop prompting, start hiring AI employees

Turn your Claude agents into a real team — onboard them, assign tasks, and manage them like staff.

Hire AI employees →
Launch OpenClaw or Hermes on Hostinger in 60 seconds logoLaunch OpenClaw or Hermes on Hostinger in 60 seconds

Your OpenClaw or Hermes agent, live around the clock on a Hostinger VPS. Set up in about 60 seconds, from a few dollars a month, with 20% off through this link.

Launch on Hostinger →
Launch your OpenClaw wrapper and start making money today logoLaunch your OpenClaw wrapper and start making money today

Auth, billing, and AI already wired in. Skip months of boilerplate and get paying customers now, not next quarter.

See the kit →
Launch your own OpenClaw agent in one click logoLaunch your own OpenClaw agent in one click

A live, always-on OpenClaw agent that handles your tasks around the clock. No servers, no setup — pick a model, connect Telegram, and it starts working.

Try it for free →
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
CLN.Work — Stop prompting, start hiring AI employees logoCLN.Work — Stop prompting, start hiring AI employees

Turn your Claude agents into a real team — onboard them, assign tasks, and manage them like staff.

Hire AI employees →
Launch OpenClaw or Hermes on Hostinger in 60 seconds logoLaunch OpenClaw or Hermes on Hostinger in 60 seconds

Your OpenClaw or Hermes agent, live around the clock on a Hostinger VPS. Set up in about 60 seconds, from a few dollars a month, with 20% off through this link.

Launch on Hostinger →
Launch your OpenClaw wrapper and start making money today logoLaunch your OpenClaw wrapper and start making money today

Auth, billing, and AI already wired in. Skip months of boilerplate and get paying customers now, not next quarter.

See the kit →

Categories

Prompt Injection
View on GitHub

Recommended skills

Browse all →
analyze-project logo

analyze-project

lllllllama/rigorpilot-skills

112K installsInstall
find-skills logo

find-skills

vercel-labs/skills

2.4M installsInstall
frontend-design logo

frontend-design

anthropics/skills

645K installsInstall
vercel-react-best-practices logo

vercel-react-best-practices

vercel-labs/agent-skills

539K installsInstall
agent-browser logo

agent-browser

vercel-labs/agent-browser

529K installsInstall
grill-me logo

grill-me

mattpocock/skills

503K installsInstall

Browse

Skills by category

Frontend250Git198Data154Testing120Design105Docs103Security96Automation87Backend76Devops37Productivity29Mcp23

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before InstallingGuideOpenclaw Skills Complete Guide

Remote OpenClaw

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

The Agent Stack: weekly agent tooling digest, free.

Explore

  • Home
  • Skills Directory
  • Claude Code Skills
  • Codex Skills
  • MCP Clients
  • Marketplace
  • Hermes Ecosystem
  • Guide
  • Learn
  • Blog
  • The Agent Stack (Digest)

More

  • Submit a Tool
  • Advertise
  • Playbook
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy
© 2026 Remote OpenClaw
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0