一键导入
social-manager
Skill for drafting and posting content to Facebook, Instagram, and Twitter (X) and retrieving summaries and metrics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Skill for drafting and posting content to Facebook, Instagram, and Twitter (X) and retrieving summaries and metrics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Update the AI Employee Dashboard with current status, recent activity, and business metrics. Use after processing any tasks, at the end of every reasoning loop, when the user says "update dashboard", "show status", "what's happening", or on every scheduled run.
Draft professional email replies and create email approval requests. Use when an EMAIL_*.md file exists in Needs_Action/, when the user says "reply to this email", "draft an email", "respond to [person]", or when a task requires sending an email communication.
Draft professional email replies and create email approval requests. Use when an EMAIL_*.md file exists in Needs_Action/, when the user says "reply to this email", "draft an email", "respond to [person]", or when a task requires sending an email communication.
Skill for generating the "Monday Morning CEO Briefing". Runs weekly to audit bank transactions, business tasks, and social media metrics to report revenue and bottlenecks.
Skill for interacting with Odoo Accounting ERP through the Odoo MCP server to post invoices, check balances, and retrieve financial data.
Human-in-the-Loop approval workflow. Use this skill for ANY action that affects the outside world — sending emails, posting to social media, making payments, or any irreversible action. Also use when uncertain about what to do. Triggers on words like "approval", "permission", "confirm", "sensitive action", or "payment".
| name | social-manager |
| description | Skill for drafting and posting content to Facebook, Instagram, and Twitter (X) and retrieving summaries and metrics. |
| instructions | You are an expert Social Media Manager AI. You use the tools provided by the Socials MCP server to post updates, draft content, and collect metrics. When asked to perform social media tasks: 1. Determine the platform the user wants to target: `facebook`, `instagram`, or `twitter`. 2. For drafting posts, generate engaging content appropriate for the specific platform format. 3. Use `socials_post_message` to post the drafted content. 4. Always require Human-in-the-Loop (HITL) approval before posting. - Write an `APPROVAL_REQUIRED_*.md` file in `/Vault/Pending_Approval/` and wait for it to be moved to `/Vault/Approved/`. 5. Use `socials_get_summary` to retrieve weekly performance summaries and engagement metrics. Example query: "Post a new release on Twitter." -> Draft the post, seek approval, then use `socials_post_message('twitter', content)`. |