Rank
70
AI Agents & MCPs & AI Workflow Automation โข (~400 MCP servers for AI agents) โข AI Automation / AI Agent with MCPs โข AI Workflows & AI Agents โข MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Share your OpenClaw use case to clawusecase.com. Analyzes your recent work and creates a submission for the community. --- name: share_usecase description: "Share your OpenClaw use case to clawusecase.com. Analyzes your recent work and creates a submission for the community." author: "Rex ๐ง" version: "2.0.1" --- Share Use Case Skill This skill helps you share your OpenClaw use cases to $1. When to Use Trigger this skill when the user wants to share a use case they've built with OpenClaw. They might say: - "/share_usecase" - "I want Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.
Freshness
Last checked 4/14/2026
Best For
share_usecase is best for submit, if, tickets workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
Share your OpenClaw use case to clawusecase.com. Analyzes your recent work and creates a submission for the community. --- name: share_usecase description: "Share your OpenClaw use case to clawusecase.com. Analyzes your recent work and creates a submission for the community." author: "Rex ๐ง" version: "2.0.1" --- Share Use Case Skill This skill helps you share your OpenClaw use cases to $1. When to Use Trigger this skill when the user wants to share a use case they've built with OpenClaw. They might say: - "/share_usecase" - "I want
Public facts
4
Change events
1
Artifacts
0
Freshness
Apr 14, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 14, 2026
Vendor
Clawusecase
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.
Setup snapshot
git clone https://github.com/clawUsecase/clawusecase-skill.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Clawusecase
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
text
๐ง Share Your Use Case Hey! clawusecase.com is a community showcase where OpenClaw users share what they've built to inspire others. Let me look at what you've been working on and draft a use case for you...
bash
node normalize-tools.js "github,stripe api,resend email"
text
๐ Use Case Draft Title: Email notifications for Pro subscriptions Hook: Sends welcome emails automatically when users upgrade Problem: No email notifications when users subscribe to Pro plan Solution: Built Resend integration with React Email templates, hooked into Stripe webhooks for subscription events Category: Business/SaaS Tools: GitHub, Stripe, Resend Requirements: Resend account, Stripe webhooks configured Would you like to: - Submit as-is - Edit any fields - Cancel
text
Would you like to be credited for this submission? Options: 1. โ Yes, credit me (connect Twitter or GitHub) 2. ๐ญ No, submit anonymously If you choose credit, you'll get a link on the live use case and build your profile in the community!
text
Great! Connect your account to get credit: ๐ฆ X (Twitter): [init Twitter OAuth and get URL] ๐บ GitHub: [init GitHub OAuth and get URL] Click one of the links above to authenticate. I'll detect when you're connected and submit automatically!
bash
cd /path/to/skill
for i in {1..24}; do
# Try to get credential
RESULT=$(node get-credential.js --token [oauth_token] 2>&1)
if echo "$RESULT" | grep -q '"username"'; then
# SUCCESS! Parse the credential
USERNAME=$(echo "$RESULT" | grep -o '"username":"[^"]*"' | cut -d'"' -f4)
PLATFORM=$(echo "$RESULT" | grep -o '"platform":"[^"]*"' | cut -d'"' -f4)
# IMMEDIATELY notify user (don't wait for background processes!)
# Send this message RIGHT NOW before continuing
echo "User should see: โ
Connected as @$USERNAME!"
# Store the full credential for submission
CREDENTIAL="$RESULT"
break
fi
# Not ready yet, wait 5 seconds
if [ $i -lt 24 ]; then
sleep 5
fi
done
# After loop, check if we got a credential
if [ -z "$CREDENTIAL" ]; then
echo "Timeout - credential not received within 2 minutes"
fiFull documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Share your OpenClaw use case to clawusecase.com. Analyzes your recent work and creates a submission for the community. --- name: share_usecase description: "Share your OpenClaw use case to clawusecase.com. Analyzes your recent work and creates a submission for the community." author: "Rex ๐ง" version: "2.0.1" --- Share Use Case Skill This skill helps you share your OpenClaw use cases to $1. When to Use Trigger this skill when the user wants to share a use case they've built with OpenClaw. They might say: - "/share_usecase" - "I want
This skill helps you share your OpenClaw use cases to clawusecase.com.
Trigger this skill when the user wants to share a use case they've built with OpenClaw. They might say:
Important: When users choose to get credit via OAuth, automatically poll for their connection completion. Don't make them tell you they've connected - detect it automatically and proceed with submission.
Implementation requirement: You MUST actively monitor the polling loop and send an immediate message when connection is detected. Do not run polling silently in the background - check results frequently and respond the moment you see a successful credential. The user should see "โ Connected as @username!" within seconds of completing OAuth, without having to ask.
When the user triggers /share_usecase, start with a friendly greeting:
๐ง Share Your Use Case
Hey! clawusecase.com is a community showcase where OpenClaw users share what they've built to inspire others.
Let me look at what you've been working on and draft a use case for you...
Look back at the conversation history (last 50-100 messages or past few hours) to understand what the user built. Look for:
Create a well-structured use case with these fields:
Required:
title (50-100 chars) - Clear, descriptive title of what was builthook (100-200 chars) - One-sentence summary that grabs attentionproblem (200-500 chars) - What problem this solvessolution (300-800 chars) - How it works, what was builtcategory - One of: "Productivity", "Development", "Business/SaaS", "Home Automation", "Social/Content", "Data & Analytics", "Fun"skills (array) - Tools/technologies used (e.g., ["GitHub", "Stripe", "Resend"])Optional:
requirements - What you need to use this (API keys, accounts, etc.)Before finalizing, normalize tool names using normalize-tools.js:
node normalize-tools.js "github,stripe api,resend email"
This ensures consistent naming (e.g., "github" โ "GitHub", "stripe api" โ "Stripe").
Present the generated use case to the user in a clean format:
๐ Use Case Draft
Title: Email notifications for Pro subscriptions
Hook: Sends welcome emails automatically when users upgrade
Problem: No email notifications when users subscribe to Pro plan
Solution: Built Resend integration with React Email templates, hooked into Stripe webhooks for subscription events
Category: Business/SaaS
Tools: GitHub, Stripe, Resend
Requirements: Resend account, Stripe webhooks configured
Would you like to:
- Submit as-is
- Edit any fields
- Cancel
If they want to edit, iterate until they're happy.
Once they approve the content, ask about attribution:
Would you like to be credited for this submission?
Options:
1. โ
Yes, credit me (connect Twitter or GitHub)
2. ๐ญ No, submit anonymously
If you choose credit, you'll get a link on the live use case and build your profile in the community!
If they choose credit:
Generate OAuth links and send them:
Great! Connect your account to get credit:
๐ฆ X (Twitter): [init Twitter OAuth and get URL]
๐บ GitHub: [init GitHub OAuth and get URL]
Click one of the links above to authenticate. I'll detect when you're connected and submit automatically!
Auto-detect connection:
โ ๏ธ CRITICAL: You MUST actively monitor and respond to polling results in real-time. Do NOT run polling in the background and wait for system messages. Check the process output directly and respond immediately.
Immediately after sending OAuth links, start polling and watch for completion:
Recommended approach:
cd /path/to/skill
for i in {1..24}; do
# Try to get credential
RESULT=$(node get-credential.js --token [oauth_token] 2>&1)
if echo "$RESULT" | grep -q '"username"'; then
# SUCCESS! Parse the credential
USERNAME=$(echo "$RESULT" | grep -o '"username":"[^"]*"' | cut -d'"' -f4)
PLATFORM=$(echo "$RESULT" | grep -o '"platform":"[^"]*"' | cut -d'"' -f4)
# IMMEDIATELY notify user (don't wait for background processes!)
# Send this message RIGHT NOW before continuing
echo "User should see: โ
Connected as @$USERNAME!"
# Store the full credential for submission
CREDENTIAL="$RESULT"
break
fi
# Not ready yet, wait 5 seconds
if [ $i -lt 24 ]; then
sleep 5
fi
done
# After loop, check if we got a credential
if [ -z "$CREDENTIAL" ]; then
echo "Timeout - credential not received within 2 minutes"
fi
Critical implementation notes:
exec(..., background: true) for polling - you won't see results in timeExample flow:
If timeout (2 minutes):
โฐ Still waiting for your connection. Take your time - I'll keep checking for another 2 minutes!
Then continue polling for another 24 attempts.
If they choose anonymous:
Proceed with anonymous submission (no author info).
Use submit.js to POST to the API:
With attribution:
node submit.js \
--title "Email notifications for Pro subscriptions" \
--hook "Sends welcome emails automatically when users upgrade" \
--problem "No email notifications when users subscribe to Pro plan" \
--solution "Built Resend integration with React Email templates..." \
--category "Business/SaaS" \
--skills "GitHub,Stripe,Resend" \
--requirements "Resend account, Stripe webhooks configured" \
--author-username "josephliow" \
--author-handle "josephliow" \
--author-platform "twitter" \
--author-link "https://twitter.com/josephliow"
Anonymous:
node submit.js \
--title "Email notifications for Pro subscriptions" \
--hook "Sends welcome emails automatically when users upgrade" \
--problem "No email notifications when users subscribe to Pro plan" \
--solution "Built Resend integration with React Email templates..." \
--category "Business/SaaS" \
--skills "GitHub,Stripe,Resend" \
--requirements "Resend account, Stripe webhooks configured" \
--anonymous
If successful, share the link with the user:
โ
Use case submitted successfully!
View it here: https://clawusecase.com/cases/email-notifications-for-pro-subscriptions
Thanks for sharing with the community! ๐
If you get a 429 error:
โฐ You've hit the submission limit (10 per day).
Try again tomorrow or contact support if you need to submit more.
If fields are invalid (title too short, solution too brief):
โ Submission failed: Title must be at least 20 characters
Let's fix that. What would you like the title to be?
For other errors, show the error message and offer to retry.
Help users create high-quality submissions:
Good Title:
Good Hook:
Good Problem:
Good Solution:
Help users pick the right category:
Users can submit up to 10 use cases per day. The API tracks by authorUsername (or IP for anonymous).
If they hit the limit, suggest:
The API has automatic quality filtering. Submissions must:
Help users meet these requirements before submitting.
User: I just built email notifications for when users subscribe
You: ๐ง Share Your Use Case
Hey! clawusecase.com is a community showcase where OpenClaw users share what they've built to inspire others.
Let me look at what you've been working on and draft a use case for you...
[analyzes recent conversation]
๐ Use Case Draft
Title: Email notifications for Pro subscriptions
Hook: Automatically sends welcome emails when users upgrade to Pro
Problem: Users upgrading to Pro weren't receiving confirmation emails, leading to confusion and support tickets about whether their payment went through.
Solution: Built a Resend email integration with custom React Email templates. Connected to Stripe webhooks to listen for subscription.created events. The welcome email includes upgrade confirmation, receipt, and next steps for accessing Pro features.
Category: Business/SaaS
Tools: Stripe, Resend, React, GitHub
Requirements: Resend account, Stripe webhooks configured
Would you like to:
- Submit as-is
- Edit any fields
- Cancel
User: Looks perfect!
You: Great! Would you like to be credited for this submission?
Options:
1. โ
Yes, credit me (connect Twitter or GitHub)
2. ๐ญ No, submit anonymously
User: Yes, credit me
You: Awesome! Connect your account to get credit:
๐ฆ X (Twitter): https://clawusecase.com/auth/connect?token=abc123&platform=twitter
๐บ GitHub: https://clawusecase.com/auth/connect?token=def456&platform=github
Click one of the links above. I'll detect when you're connected and submit automatically!
[User clicks link and completes OAuth]
You: โ
Connected as @josephliow!
Submitting your use case now...
[retrieves credential, submits]
โ
Use case submitted successfully!
View it here: https://clawusecase.com/cases/email-notifications-for-pro-subscriptions
Your use case is now live for the community to see. Thanks for sharing! ๐
SKILL.md - This file (instructions)submit.js - Submits use case to clawusecase.com APIget-credential.js - Retrieves OAuth credential from Convex after authpoll-credential.sh - Helper script that polls for credential completionnormalize-tools.js - Normalizes tool/skill namesREADME.md - User documentationconfig.json - Skill configuration"Command not found: node"
Node.js is required. Install it: brew install node (macOS) or from nodejs.org
"Failed to connect to API" Check internet connection and that clawusecase.com is accessible.
"OAuth token not found" The token might have expired (10 min timeout). Generate a fresh OAuth link.
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/clawusecase-clawusecase-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawusecase-clawusecase-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/clawusecase-clawusecase-skill/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation โข (~400 MCP servers for AI agents) โข AI Automation / AI Agent with MCPs โข AI Workflows & AI Agents โข MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | ๐ Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/clawusecase-clawusecase-skill/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/clawusecase-clawusecase-skill/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/clawusecase-clawusecase-skill/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/clawusecase-clawusecase-skill/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawusecase-clawusecase-skill/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawusecase-clawusecase-skill/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-16T23:29:04.102Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "submit",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "if",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "tickets",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:submit|supported|profile capability:if|supported|profile capability:tickets|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Clawusecase",
"href": "https://github.com/clawUsecase/clawusecase-skill",
"sourceUrl": "https://github.com/clawUsecase/clawusecase-skill",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-14T22:24:51.517Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/clawusecase-clawusecase-skill/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawusecase-clawusecase-skill/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-14T22:24:51.517Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/clawusecase-clawusecase-skill/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawusecase-clawusecase-skill/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub ยท GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to share_usecase and adjacent AI workflows.