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
Complete genviral Partner API automation. Create and schedule posts (video + slideshow) across TikTok, Instagram, and any supported platform. Includes slideshow generation, file uploads, template/pack management, analytics, and full content pipeline automation. --- name: genviral description: Complete genviral Partner API automation. Create and schedule posts (video + slideshow) across TikTok, Instagram, and any supported platform. Includes slideshow generation, file uploads, template/pack management, analytics, and full content pipeline automation. homepage: https://github.com/fdarkaou/genviral-skill metadata: openclaw: emoji: "๐ฌ" requires: bins: ["curl", "jq", "bash"] -- Published capability contract available. No trust telemetry is available yet. 19 GitHub stars reported by the source. Last updated 2/25/2026.
Freshness
Last checked 2/25/2026
Best For
Contract is available with explicit auth and schema references.
Not Ideal For
genviral 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
Complete genviral Partner API automation. Create and schedule posts (video + slideshow) across TikTok, Instagram, and any supported platform. Includes slideshow generation, file uploads, template/pack management, analytics, and full content pipeline automation. --- name: genviral description: Complete genviral Partner API automation. Create and schedule posts (video + slideshow) across TikTok, Instagram, and any supported platform. Includes slideshow generation, file uploads, template/pack management, analytics, and full content pipeline automation. homepage: https://github.com/fdarkaou/genviral-skill metadata: openclaw: emoji: "๐ฌ" requires: bins: ["curl", "jq", "bash"] --
Public facts
7
Change events
1
Artifacts
0
Freshness
Feb 25, 2026
Published capability contract available. No trust telemetry is available yet. 19 GitHub stars reported by the source. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 25, 2026
Vendor
Fdarkaou
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. 19 GitHub stars reported by the source. Last updated 2/25/2026.
Setup snapshot
git clone https://github.com/fdarkaou/genviral-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
Fdarkaou
Protocol compatibility
OpenClaw
Auth modes
api_key
Machine-readable schemas
OpenAPI or schema references published
Adoption signal
19 GitHub stars
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
3
Snippets
0
Languages
typescript
Parameters
text
genviral/
SKILL.md # This file (kernel + routing)
README.md # Human-facing overview
defaults.yaml # API config and defaults
docs/
setup.md # Onboarding guide (conversational, 5 phases)
api/
accounts-files.md # accounts, upload, list-files
posts.md # create-post, update-post, retry, list, get, delete
slideshows.md # generate, render, review, update, regenerate, duplicate, list + text styles
packs.md # pack CRUD + smart image selection (MANDATORY reading for any pack workflow)
templates.md # template CRUD + create-from-slideshow
analytics.md # all analytics commands
studio.md # Studio AI: generate images/videos, list models, poll status
subscription.md # subscription status, credits, tier
pipeline.md # content pipeline, performance loop, CTA testing, platform tips
errors.md # error codes and troubleshooting
references/
analytics-loop.md # Full analytics feedback loop and weekly review process
competitor-research.md # How to research competitors
prompts/
slideshow.md # Prompt templates for slideshow generation
hooks.md # Prompt templates for hook brainstorming
workspace/ # All instance/customer data (override with GENVIRAL_WORKSPACE_DIR)
content/
scratchpad.md # Working content plan and drafts
calendar.json # Upcoming planned posts
context/
product.md # Product description, value props, target audience
brand-voice.md # Tone, style, do's and don'ts
niche-research.md # Platform research for the niche
hooks/
library.json # Hook instances (grows over time, tracks performance)
formulas.md # Hook formula patterns and psychology
performance/
log.json bash
/path/to/genviral/scripts/genviral.sh <command> [options]
bash
bash scripts/update-skill.sh # check + apply if updates available bash scripts/update-skill.sh --dry-run # preview only, no changes bash scripts/update-skill.sh --force # force re-apply even if already current
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Complete genviral Partner API automation. Create and schedule posts (video + slideshow) across TikTok, Instagram, and any supported platform. Includes slideshow generation, file uploads, template/pack management, analytics, and full content pipeline automation. --- name: genviral description: Complete genviral Partner API automation. Create and schedule posts (video + slideshow) across TikTok, Instagram, and any supported platform. Includes slideshow generation, file uploads, template/pack management, analytics, and full content pipeline automation. homepage: https://github.com/fdarkaou/genviral-skill metadata: openclaw: emoji: "๐ฌ" requires: bins: ["curl", "jq", "bash"] --
TL;DR: Wraps genviral's Partner API into 50+ bash commands. Core flow:
get-packโ analyze images (metadata + vision) โgeneratewithpinned_imagesโrenderโ visual review (hard gate) โcreate-postโ log toworkspace/performance/log.json. Studio AI:studio-modelsโstudio-generate-image(sync) orstudio-generate-videoโstudio-video-status --poll(async). Auth viaGENVIRAL_API_KEY. Config indefaults.yaml. Instance data inworkspace/.
trend-brief) for hashtags, sounds, creators, posting windows, and hook anglesAll configuration in defaults.yaml. Secrets via environment variables. Everything posted shows up in the Genviral dashboard.
If fresh install, read docs/setup.md and walk the user through onboarding conversationally:
No hardcoded defaults. Ask the user what they prefer and adapt. Everything done through this skill shows up in the Genviral dashboard, so the user always has full visibility and control.
genviral/
SKILL.md # This file (kernel + routing)
README.md # Human-facing overview
defaults.yaml # API config and defaults
docs/
setup.md # Onboarding guide (conversational, 5 phases)
api/
accounts-files.md # accounts, upload, list-files
posts.md # create-post, update-post, retry, list, get, delete
slideshows.md # generate, render, review, update, regenerate, duplicate, list + text styles
packs.md # pack CRUD + smart image selection (MANDATORY reading for any pack workflow)
templates.md # template CRUD + create-from-slideshow
analytics.md # all analytics commands
studio.md # Studio AI: generate images/videos, list models, poll status
subscription.md # subscription status, credits, tier
pipeline.md # content pipeline, performance loop, CTA testing, platform tips
errors.md # error codes and troubleshooting
references/
analytics-loop.md # Full analytics feedback loop and weekly review process
competitor-research.md # How to research competitors
prompts/
slideshow.md # Prompt templates for slideshow generation
hooks.md # Prompt templates for hook brainstorming
workspace/ # All instance/customer data (override with GENVIRAL_WORKSPACE_DIR)
content/
scratchpad.md # Working content plan and drafts
calendar.json # Upcoming planned posts
context/
product.md # Product description, value props, target audience
brand-voice.md # Tone, style, do's and don'ts
niche-research.md # Platform research for the niche
hooks/
library.json # Hook instances (grows over time, tracks performance)
formulas.md # Hook formula patterns and psychology
performance/
log.json # CANONICAL post record (single source of truth)
hook-tracker.json # Hook and CTA tracking with metrics (the feedback loop)
insights.md # Agent learnings from performance data
weekly-review.md # Weekly review notes
competitor-insights.md # Competitor research findings
scripts/
genviral.sh # Main API wrapper (all commands)
update-skill.sh # Self-updater
Load only what you need for the current task:
| Task | Read |
|------|------|
| Account discovery, file upload | docs/api/accounts-files.md |
| Create, update, list, delete posts | docs/api/posts.md |
| Slideshow generation, rendering, editing, text styles | docs/api/slideshows.md |
| Pack management, image selection (ANY pack workflow) | docs/api/packs.md |
| Template creation and management | docs/api/templates.md |
| Analytics queries and target management | docs/api/analytics.md |
| Studio AI: generate images, videos, list models | docs/api/studio.md |
| Subscription: check credits, tier, renewal dates | docs/api/subscription.md |
| Research a specific niche quickly (trend + competitors + hooks) | docs/api/analytics.md, docs/references/competitor-research.md, docs/prompts/hooks.md |
| Full content pipeline, performance loop, CTA testing | docs/api/pipeline.md |
| Error codes, troubleshooting | docs/api/errors.md |
When asked things like "research this niche", "find what works in this niche", or "give me niche intelligence":
trend-brief first for the niche keyword (7d baseline, then 24h for freshness if needed).docs/references/competitor-research.md (3-5 accounts minimum).workspace/performance/competitor-insights.md and use them in subsequent content prompts.These apply regardless of what docs you've loaded:
ALWAYS use pinned_images when generating a slideshow with a pack. Never call generate with just --pack-id โ the server will pick random images. Read docs/api/packs.md before any pack workflow.
ALWAYS visually review every rendered slide before posting. If any slide fails readability, fix it. This is a hard gate โ not a suggestion.
ALWAYS log to workspace/performance/log.json immediately after posting. This is the canonical record.
ALWAYS add a hook-tracker entry after posting. No tracking = no learning.
Never use em-dashes in any generated content.
Respect workspace/ โ all instance data lives here. Do not write state files to the skill root.
/path/to/genviral/scripts/genviral.sh <command> [options]
Requires GENVIRAL_API_KEY as an environment variable (format: public_id.secret). Loads defaults from defaults.yaml. Set GENVIRAL_WORKSPACE_DIR to override the workspace path (defaults to workspace/ relative to the skill dir).
This skill includes a self-updater that keeps skill-owned files in sync with the latest version from fdarkaou/genviral-skill.
bash scripts/update-skill.sh # check + apply if updates available
bash scripts/update-skill.sh --dry-run # preview only, no changes
bash scripts/update-skill.sh --force # force re-apply even if already current
What gets updated (skill-owned): SKILL.md, scripts/, docs/ (all subdirs)
What never gets touched (user-owned): workspace/ โ your data, context, hooks, and performance logs are always preserved.
post_mode: MEDIA_UPLOAD to save to drafts inbox for audio additionMachine 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/fdarkaou-genviral-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/fdarkaou-genviral-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/fdarkaou-genviral-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
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": "ready",
"authModes": [
"api_key"
],
"requires": [
"openclew",
"lang:typescript"
],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": "https://github.com/fdarkaou/genviral-skill#input",
"outputSchemaRef": "https://github.com/fdarkaou/genviral-skill#output",
"dataRegion": "global",
"contractUpdatedAt": "2026-02-24T19:47:29.957Z",
"sourceUpdatedAt": "2026-02-24T19:47:29.957Z",
"freshnessSeconds": 4425171
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/fdarkaou-genviral-skill/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/fdarkaou-genviral-skill/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/fdarkaou-genviral-skill/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/fdarkaou-genviral-skill/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/fdarkaou-genviral-skill/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/fdarkaou-genviral-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-17T01:00:21.602Z"
}
},
"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": "add",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "be",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "both",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:add|supported|profile capability:be|supported|profile capability:both|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": "Fdarkaou",
"href": "https://github.com/fdarkaou/genviral-skill",
"sourceUrl": "https://github.com/fdarkaou/genviral-skill",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T01:46:09.080Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "19 GitHub stars",
"href": "https://github.com/fdarkaou/genviral-skill",
"sourceUrl": "https://github.com/fdarkaou/genviral-skill",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T01:46:09.080Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/fdarkaou-genviral-skill/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/fdarkaou-genviral-skill/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-24T19:47:29.957Z",
"isPublic": true
},
{
"factKey": "auth_modes",
"category": "compatibility",
"label": "Auth modes",
"value": "api_key",
"href": "https://xpersona.co/api/v1/agents/fdarkaou-genviral-skill/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/fdarkaou-genviral-skill/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:47:29.957Z",
"isPublic": true
},
{
"factKey": "schema_refs",
"category": "artifact",
"label": "Machine-readable schemas",
"value": "OpenAPI or schema references published",
"href": "https://github.com/fdarkaou/genviral-skill#input",
"sourceUrl": "https://xpersona.co/api/v1/agents/fdarkaou-genviral-skill/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:47:29.957Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/fdarkaou-genviral-skill/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/fdarkaou-genviral-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 genviral and adjacent AI workflows.