Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

Full-Time-Employee

Full-Time-Employee contiene 10 skills recopiladas de metachemist, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
10
Stars
4
actualizado
2026-03-12
Forks
0
Cobertura ocupacional
4 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

approval-executor
Desarrolladores de software

Process approved actions from vault/Approved/ and execute them. Reads each APPROVAL_*.md file, identifies the action type (send_email, send_linkedin_post), dispatches to the correct sender skill, logs the result, and moves files to vault/Done/. Use when the user has moved approval files to /Approved and wants them executed, or when running as part of the autonomous action loop.

2026-03-12
facebook-poster
Desarrolladores de software

Create and publish text posts to a Facebook Page using the official Graph API. Use when asked to post on Facebook, or when processing an approved APPROVAL_SEND_FACEBOOK_POST_*.md file from vault/Approved/. Always draft first and require human approval before posting.

2026-03-11
instagram-poster
Analistas de investigación de mercados y especialistas en marketingDesarrolladores de software

Create and publish photo posts with captions to Instagram using the official Content Publishing API (no browser required). Use when asked to post on Instagram, or when processing an approved APPROVAL_SEND_INSTAGRAM_POST_*.md file from vault/Approved/. Always draft first and require human approval before posting. NOTE: Instagram requires a publicly accessible HTTPS image URL — local file paths are not supported by the API.

2026-03-11
linkedin-poster
Desarrolladores de software

Create and publish LinkedIn posts for business/sales content using the official LinkedIn UGC Posts API. Use when asked to post on LinkedIn, schedule a sales post, or process an approved LinkedIn post action from vault/Approved/. Always draft first and require human approval before posting.

2026-03-11
odoo-crm
Desarrolladores de software

Integrate with self-hosted Odoo Community via JSON-RPC API. Use for CRM operations (create leads, log activities, search contacts) and accounting draft actions (create draft invoices — never post without human approval). Use when processing LinkedIn connections, approved CRM actions, or when running the weekly accounting audit. Requires ODOO_URL, ODOO_DB, ODOO_USERNAME, ODOO_PASSWORD in .env.

2026-03-11
twitter-poster
Desarrolladores de software

Create and publish posts (tweets) to Twitter/X using the official X API v2 (OAuth 1.0a — no browser required). Use when asked to post on X/Twitter, or when processing an approved APPROVAL_SEND_TWITTER_POST_*.md file from vault/Approved/. Always draft first and require human approval before posting.

2026-03-11
ceo-briefing
Directores ejecutivos

Generate a structured CEO/owner briefing from vault state. Use when a BRIEFING_*.md file appears in vault/Inbox/ (placed by cron), or when the user asks for a daily/weekly summary. Reads Done/, Pending_Approval/, Plans/, Logs/, and Dashboard.md to produce a concise executive report written to vault/Briefings/. No human approval required — read-only action.

2026-03-01
vault-operator
Empleados de archivos

Read from and write to the AI Employee Obsidian vault. Process items in /Needs_Action, create plans in /Plans, update Dashboard.md, and move completed items to /Done. Use when directed to process the vault, handle pending tasks, or update the dashboard.

2026-03-01
browsing-with-playwright
Desarrolladores de software

Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction. NOT when only fetching static content (use curl/wget instead).

2026-02-26
gmail-sender
Desarrolladores de software

Send approved emails via Gmail API. Use after a human has approved an APPROVAL_SEND_EMAIL_*.md file by moving it to vault/Approved/. Reads the payload, sends the email, logs the result, and moves the approval file to vault/Done/. Never send without an approved file present.

2026-02-25