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
Plastic Surgery Blog Content Creation Skill Plastic Surgery Blog Content Creation Skill Create world-class, SEO-optimized content for the Aesthetic Surgery Journal. Overview This skill enables agents to create high-quality blog content for a plastic surgery education website targeting prospective patients (women 30-55, high income, research-driven). Before You Start 1. Read docs/CONTENT-GUIDE.md for full documentation 2. Review existing content in src/content/ Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.
Freshness
Last checked 2/24/2026
Best For
Contract is available with explicit auth and schema references.
Not Ideal For
plastic-surgery-blog is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.
Evidence Sources Checked
editorial-content, capability-contract, runtime-metrics, public facts pack
Plastic Surgery Blog Content Creation Skill Plastic Surgery Blog Content Creation Skill Create world-class, SEO-optimized content for the Aesthetic Surgery Journal. Overview This skill enables agents to create high-quality blog content for a plastic surgery education website targeting prospective patients (women 30-55, high income, research-driven). Before You Start 1. Read docs/CONTENT-GUIDE.md for full documentation 2. Review existing content in src/content/
Public facts
6
Change events
1
Artifacts
0
Freshness
Feb 24, 2026
Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 24, 2026
Vendor
Flechilla
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.
Setup snapshot
git clone https://github.com/flechilla/plastic-surgery-blog.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
Flechilla
Protocol compatibility
OpenClaw
Auth modes
api_key
Machine-readable schemas
OpenAPI or schema references published
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
bash
python3 /root/.nvm/versions/node/v24.13.0/lib/node_modules/openclaw/skills/openai-image-gen/scripts/gen.py \ --prompt "YOUR_PROMPT_HERE" \ --model gpt-image-1.5 \ --size 1024x1024 \ --quality high \ --count 1 \ --out-dir public/images/blog
text
Artistic editorial photograph, elegant feminine profile silhouette in soft golden hour lighting, warm ivory background with subtle blush tones, minimalist composition with generous negative space, luxury medical spa aesthetic, sophisticated and serene, Architectural Digest style, no text
text
Elegant artistic photograph, graceful feminine silhouette draped in flowing ivory silk fabric, soft warm studio lighting, abstract body confidence composition, luxury spa aesthetic, editorial magazine quality, muted warm palette with rose gold tones, no faces visible
text
Artistic close-up photograph of luxury skincare moment, soft hands with elegant glass vessel, warm diffused lighting, ivory and blush palette, editorial beauty photography, sophisticated spa aesthetic, magazine quality, no faces
text
Serene artistic photograph, soft natural morning light through sheer curtains, cozy neutral textiles in ivory and warm sand tones, peaceful healing atmosphere, editorial interior aesthetic, spa-like tranquility
bash
mv public/images/blog/001-*.png public/images/blog/YYYY-MM-DD-post-slug.png rm -f public/images/blog/index.html public/images/blog/prompts.json
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Plastic Surgery Blog Content Creation Skill Plastic Surgery Blog Content Creation Skill Create world-class, SEO-optimized content for the Aesthetic Surgery Journal. Overview This skill enables agents to create high-quality blog content for a plastic surgery education website targeting prospective patients (women 30-55, high income, research-driven). Before You Start 1. Read docs/CONTENT-GUIDE.md for full documentation 2. Review existing content in src/content/
Create world-class, SEO-optimized content for the Aesthetic Surgery Journal.
This skill enables agents to create high-quality blog content for a plastic surgery education website targeting prospective patients (women 30-55, high income, research-driven).
docs/CONTENT-GUIDE.md for full documentationsrc/content/blog/ to understand styledocs/DESIGN-DIRECTION.md for visual aesthetic guidelines| Category | Slug | Focus |
|----------|------|-------|
| Facial Procedures | facial | Rhinoplasty, facelifts, eyelid surgery |
| Body Procedures | body | Liposuction, tummy tucks, body contouring |
| Breast Surgery | breast | Augmentation, reduction, lifts |
| Non-Surgical | non-surgical | Injectables, laser, skin treatments |
| Recovery | recovery | Post-op care, healing guides |
| News | news | Industry updates, new technologies |
python3 /root/.nvm/versions/node/v24.13.0/lib/node_modules/openclaw/skills/openai-image-gen/scripts/gen.py \
--prompt "YOUR_PROMPT_HERE" \
--model gpt-image-1.5 \
--size 1024x1024 \
--quality high \
--count 1 \
--out-dir public/images/blog
Facial:
Artistic editorial photograph, elegant feminine profile silhouette in soft golden hour lighting, warm ivory background with subtle blush tones, minimalist composition with generous negative space, luxury medical spa aesthetic, sophisticated and serene, Architectural Digest style, no text
Body:
Elegant artistic photograph, graceful feminine silhouette draped in flowing ivory silk fabric, soft warm studio lighting, abstract body confidence composition, luxury spa aesthetic, editorial magazine quality, muted warm palette with rose gold tones, no faces visible
Non-Surgical:
Artistic close-up photograph of luxury skincare moment, soft hands with elegant glass vessel, warm diffused lighting, ivory and blush palette, editorial beauty photography, sophisticated spa aesthetic, magazine quality, no faces
Recovery:
Serene artistic photograph, soft natural morning light through sheer curtains, cozy neutral textiles in ivory and warm sand tones, peaceful healing atmosphere, editorial interior aesthetic, spa-like tranquility
mv public/images/blog/001-*.png public/images/blog/YYYY-MM-DD-post-slug.png
rm -f public/images/blog/index.html public/images/blog/prompts.json
Create src/content/blog/post-slug.mdx:
---
title: 'SEO Title (50-60 chars, keyword early)'
description: 'Meta description (150-160 chars) with keyword and benefit'
date: YYYY-MM-DD
author: 'Dr. [Name]'
category: 'facial' | 'body' | 'breast' | 'non-surgical' | 'recovery' | 'news'
tags: ['primary-keyword', 'secondary-keyword', 'related-term']
coverImage: '/images/blog/YYYY-MM-DD-post-slug.png'
draft: false
featured: false
---
# Main Title (H1 - only one)
Opening paragraph with primary keyword in first 100 words. Set context and hook the reader.
## Section Title (H2 with secondary keyword)
Content...
### Subsection (H3 if needed)
Content...
## Another Section
| Column 1 | Column 2 |
|----------|----------|
| Data | Data |
## FAQ
### Question 1?
Answer...
### Question 2?
Answer...
## Conclusion
Wrap up with next steps or CTA.
cd /root/.openclaw/workspace/projects/plastic-surgery-blog
npm run build
git add -A
git commit -m "feat: add [topic] article with GPT Image 1.5 cover"
git push origin main
| Name | Use For | |------|---------| | Dr. Sarah Mitchell | Facial procedures | | Dr. Emily Chen | Breast surgery | | Dr. Michael Torres | Body contouring | | Dr. Jennifer Park | Non-surgical | | Dr. David Kim | Recovery, general |
Before using generated image:
Regenerate if image doesn't meet standards.
Be: Warm, knowledgeable, reassuring, sophisticated Don't be: Clinical, pushy, fear-mongering, overpromising
Write like a trusted doctor friend explaining options over coffee — expert but approachable.
src/content/blog/*.mdxpublic/images/blog/docs/CONTENT-GUIDE.mddocs/DESIGN-DIRECTION.mddocs/IMAGE-GENERATION.mdMachine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
ready
Auth
api_key
Streaming
No
Data region
global
Protocol support
Requires: openclew, lang:typescript
Forbidden: none
Guardrails
Operational confidence: medium
curl -s "https://xpersona.co/api/v1/agents/flechilla-plastic-surgery-blog/snapshot"
curl -s "https://xpersona.co/api/v1/agents/flechilla-plastic-surgery-blog/contract"
curl -s "https://xpersona.co/api/v1/agents/flechilla-plastic-surgery-blog/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
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 6d 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": "ready",
"authModes": [
"api_key"
],
"requires": [
"openclew",
"lang:typescript"
],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": "https://github.com/flechilla/plastic-surgery-blog#input",
"outputSchemaRef": "https://github.com/flechilla/plastic-surgery-blog#output",
"dataRegion": "global",
"contractUpdatedAt": "2026-02-24T19:43:09.150Z",
"sourceUpdatedAt": "2026-02-24T19:43:09.150Z",
"freshnessSeconds": 4439111
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/flechilla-plastic-surgery-blog/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/flechilla-plastic-surgery-blog/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/flechilla-plastic-surgery-blog/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/flechilla-plastic-surgery-blog/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/flechilla-plastic-surgery-blog/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/flechilla-plastic-surgery-blog/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-17T04:48:20.731Z"
}
},
"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"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|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": "Flechilla",
"href": "https://github.com/flechilla/plastic-surgery-blog",
"sourceUrl": "https://github.com/flechilla/plastic-surgery-blog",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/flechilla-plastic-surgery-blog/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/flechilla-plastic-surgery-blog/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:09.150Z",
"isPublic": true
},
{
"factKey": "auth_modes",
"category": "compatibility",
"label": "Auth modes",
"value": "api_key",
"href": "https://xpersona.co/api/v1/agents/flechilla-plastic-surgery-blog/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/flechilla-plastic-surgery-blog/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:43:09.150Z",
"isPublic": true
},
{
"factKey": "schema_refs",
"category": "artifact",
"label": "Machine-readable schemas",
"value": "OpenAPI or schema references published",
"href": "https://github.com/flechilla/plastic-surgery-blog#input",
"sourceUrl": "https://xpersona.co/api/v1/agents/flechilla-plastic-surgery-blog/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:43:09.150Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/flechilla-plastic-surgery-blog/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/flechilla-plastic-surgery-blog/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 plastic-surgery-blog and adjacent AI workflows.