JSPM

codivupload-skills

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q82839F
  • License MIT

AI Skills (Anthropic Skills format) for Claude Desktop, Claude Code, ChatGPT, Cursor, Zed — gives LLMs platform-specific context for posting to YouTube, Instagram, Facebook, X, TikTok, LinkedIn, and 5 more via the CodivUpload API + MCP server.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (codivupload-skills) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    CodivUpload AI Skills

    Specialized AI skills for CodivUpload — the social media platform with three first-class interfaces (visual dashboard, REST API, MCP server for AI agents) covering 11 platforms.

    These are Markdown-based skills following the Anthropic Skills format. They give Claude Code, Claude Desktop, and other agentic LLMs deep context on how to use CodivUpload effectively for each social media platform.

    Available skills

    Skill Best for Use the skill when…
    codivupload Generic catch-all — covers every endpoint User mentions CodivUpload, wants to publish/schedule social media posts, or needs to call the API
    codivupload-instagram Instagram Reels, carousels, feed posts User mentions Instagram + scheduling, automation, or API
    codivupload-youtube YouTube Shorts, long-form, BYOP, 24/7 live streams User mentions YouTube + bulk upload, BYOP, channel network, or live stream
    codivupload-tiktok TikTok Direct Post, Draft, brand content disclosure User mentions TikTok + automation, AI content disclosure, or branded content
    codivupload-x X (Twitter) text/image/video, BYOK rate limits User mentions X (Twitter) + thread/scheduling/BYOK
    codivupload-facebook-linkedin Facebook Pages + LinkedIn personal/Company Pages User mentions Facebook Page or LinkedIn Company Page automation
    codivupload-agency Workspace management, branded invites, whitelabel User runs an agency, manages multiple clients, or needs whitelabel

    How to install (one-line)

    # Install all skills to ~/.claude/skills/
    npx codivupload-skills
    
    # Or install a specific skill
    npx codivupload-skills --skill instagram
    
    # Install to a specific directory (e.g. project-local)
    npx codivupload-skills --target ./.claude/skills/
    
    # List available skills
    npx codivupload-skills --list
    
    # Help
    npx codivupload-skills --help

    After install, restart your AI client (Claude Desktop, Cursor, Zed) to load the skills.

    How to install in Claude Code

    # Project-local (per-repo skills)
    cd your-project
    npx codivupload-skills --target ./.claude/skills/

    How to install in Claude Desktop

    Anthropic Skills are loaded automatically from ~/.claude/skills/ on startup. The default install target of this CLI is exactly that path.

    npx codivupload-skills
    # Restart Claude Desktop

    Manual install (if you prefer)

    git clone https://github.com/Codivion/codivupload-skills.git
    cp -r codivupload-skills/instagram ~/.claude/skills/codivupload-instagram

    How to use with ChatGPT / Cursor / Zed

    These skills are written for the Anthropic Skills format, but the underlying integration works via CodivUpload's MCP server. Configure the MCP server in your client and the skill content gives the LLM extra context on best practices.

    {
      "mcpServers": {
        "codivupload": {
          "command": "npx",
          "args": ["-y", "codivupload-mcp"],
          "env": {
            "CODIVUPLOAD_API_KEY": "cdv_your_api_key"
          }
        }
      }
    }

    License

    MIT — fork, modify, redistribute. Skills are documentation + prompts, not code that holds secrets.

    Distribution

    These skills are published in two places:

    1. This repo (canonical source) — github.com/Codivion/codivupload-skills
    2. Anthropic Skills marketplace — when generally available

    For ChatGPT users, register the CodivUpload MCP Server as a Connector at chat.openai.com/connectors.