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 --helpAfter 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 DesktopManual install (if you prefer)
git clone https://github.com/Codivion/codivupload-skills.git
cp -r codivupload-skills/instagram ~/.claude/skills/codivupload-instagramHow 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:
- This repo (canonical source) —
github.com/Codivion/codivupload-skills - Anthropic Skills marketplace — when generally available
For ChatGPT users, register the CodivUpload MCP Server as a Connector at chat.openai.com/connectors.