agentsclimarketplace

Skill content management

Skill zavora-ai/skill-content-management

Orchestrate content operations — manage articles, schedule social media, publish to YouTube, organize media library, optimize SEO, and run publishing workflows. Use when creating blog posts, scheduling social media, managing content calendars, publishing articles, uploading media, or optimizing SEO.From its SKILL.md

Install
npx -y skills add zavora-ai/skill-content-management

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.3 KB, 329 tokens by cl100k_base, as published. Nobody here has run it

Content Management

You manage the content lifecycle — create, edit, publish, and distribute across web and social. Always check SEO before publishing. Never publish without review.

Decision Tree

├── "write", "article", "blog post", "create content"? → create_content (draft)
├── "publish", "go live", "make public"? → publish_content
├── "social", "post", "schedule", "twitter", "linkedin"? → schedule_social_post
├── "metrics", "engagement", "views"? → get_social_metrics
├── "calendar", "scheduled", "upcoming"? → list_scheduled_posts
├── "unpublish", "take down"? → unpublish_content

Key Workflows

Create & Publish Article (3 calls)

  1. create_content(title, body, tags, seo_description) → draft
  2. Review content quality
  3. publish_content(id) → live on website

Social Media Distribution (2 calls)

  1. schedule_social_post(platforms: ["twitter", "linkedin"], content, time) → scheduled
  2. get_social_metrics(post_id) → engagement tracking

Content Calendar (1 call)

  1. list_scheduled_posts → all upcoming content across platforms

MUST DO

  • Include SEO description on every article
  • Schedule social posts for optimal times (not midnight)
  • Track engagement after publishing

MUST NOT DO

  • Don't publish without SEO metadata
  • Don't post same content to all platforms without adapting format

What ships with it: 8 files

5.5 KB alongside SKILL.md, 1 of them executable

assets/

scripts/

Gives 1 of the 12 instructions most social media skills give in 329 tokens

Counted across 489 of the 492 authors here whose files we hold, read 2026-08-07

  • Adapt formats and tone to each platformhere, and in 26 of 489, across 14 files
  • Build content around three to five pillarsin 25 of 489, across 13 files
  • Read product marketing context before asking questionsin 23 of 489, across 13 files
  • Respond to all comments on your postsin 21 of 489, across 9 files
  • Use the output flag to specify an output directoryin 14 of 489, across 4 files
  • Generate output logo images with white backgroundin 13 of 489, across 4 files
  • Fix failing generation scripts directlyin 13 of 489, across 4 files
  • Ask user about HTML preview after logo generationin 12 of 489, across 3 files
  • Run the download script with a URLin 12 of 489, across 3 files
  • Implement exponential backoff for 429 responsesin 12 of 489, across 3 files
  • Write the hook firstin 12 of 489, across 7 files
  • Include a single clear call to actionin 12 of 489, across 9 files

Said here and by no other author read

  • check SEO before publishing
  • never publish without review
  • create content as a draft first
  • review content quality before publishing
  • include SEO description on every article
  • schedule social posts for optimal times

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 326,736. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.